Author Topic: Make grass disappear  (Read 333 times)

Legacy_DM_Vecna

  • Hero Member
  • *****
  • Posts: 501
  • Karma: +0/-0
Make grass disappear
« on: July 29, 2011, 05:26:10 am »


               Is there a way to turn grass off for players in a certain area? 
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Make grass disappear
« Reply #1 on: July 29, 2011, 05:41:35 am »


               Not as far as I can tell.  You could go the hak route and use a copy of the tileset that doesn't include grass (I think it's a setting in the .set file).  Otherwise, it's a client-side video setting that players can turn on/off as they please.
               
               

               
            

Legacy_the.gray.fox

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Make grass disappear
« Reply #2 on: July 29, 2011, 06:52:40 pm »


               I am no expert of tilemagic.
But maybe something can be done through it?


-fox
               
               

               
            

Legacy_kalbaern

  • Hero Member
  • *****
  • Posts: 1531
  • Karma: +0/-0
Make grass disappear
« Reply #3 on: July 29, 2011, 07:34:47 pm »


               Grass will still sprout up thru a tilemagic effect onscreen.
               
               

               
            

Legacy_the.gray.fox

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Make grass disappear
« Reply #4 on: July 29, 2011, 09:30:41 pm »


               I see.
Then maybe we can work around the problem from the other end?

1) In toolset you build the Area using tiles without grass.
2) At Module Load time do Tilemagic to change the tiles without grass into tiles with grass.

3) When you want to hide the grass you undo point 2, so leaving in place the original grass-less tiles.


-fox
               
               

               
            

Legacy_The Amethyst Dragon

  • Hero Member
  • *****
  • Posts: 2981
  • Karma: +0/-0
Make grass disappear
« Reply #5 on: July 29, 2011, 09:48:59 pm »


               Quick note on Tilemagic for those that don't really know how to use it yet:

It creates visible tiles as visual effects in the area, it doesn't actually replace tiles.  The original tiles/terrain (such as spots with grass) remain in place the entire time.

This also means that Tilemagic effects do not have a walkmesh, so if you raise the Tilemagic terrain, PCs and NPCs will simply walk through it as if it weren't there (they can't stand "on" it, only on the underlying floor/ground).
               
               

               
            

Legacy_GhostOfGod

  • Hero Member
  • *****
  • Posts: 1490
  • Karma: +0/-0
Make grass disappear
« Reply #6 on: July 29, 2011, 10:32:21 pm »


               And just to add to what Amethyst wrote, It's been a long time since I've used tile magic but I think there are also issues with shadows rendering on the tiles and problems with lighting effects on them.
               
               

               
            

Legacy_DM_Vecna

  • Hero Member
  • *****
  • Posts: 501
  • Karma: +0/-0
Make grass disappear
« Reply #7 on: August 01, 2011, 03:30:41 am »


               Is it possible to use two .set files one with grass and one without and then share the same supporting files for everything else?
               
               

               
            

Legacy_CID-78

  • Sr. Member
  • ****
  • Posts: 261
  • Karma: +0/-0
Make grass disappear
« Reply #8 on: August 01, 2011, 11:21:00 am »


               Yes aslong as they have unqie names, and they will be treated as diffrent tilesets but use all the same resources.