Author Topic: POssible to remove feature from TIle?  (Read 379 times)

Legacy_DM_Vecna

  • Hero Member
  • *****
  • Posts: 501
  • Karma: +0/-0
POssible to remove feature from TIle?
« on: September 26, 2011, 04:32:20 am »


               I am using the Rocky Mountains Tileset by Lord Rozencranz. I have two versions in use by adjusting two .set files. I do this to use one without grass for a world map area. However I notice that the tiles have some tumbleweed bushes that look unrealistic for a world map. My question is are they hard coded into the tileset or are they something I could somehow turn off like I did the grass. I am not sure if this is related but they sort of sway when you walk through them. 

Thanks for any help.

 
               
               

               
            

Legacy_Bannor Bloodfist

  • Hero Member
  • *****
  • Posts: 1578
  • Karma: +0/-0
POssible to remove feature from TIle?
« Reply #1 on: September 26, 2011, 07:37:12 am »


               More than likely they are objects in the tile mdl.  

You would have to find and delete that object.  Depending on what the object is named, it might be fairly easy to do via notepad.
               
               

               
            

Legacy_Raven_Xantrice

  • Full Member
  • ***
  • Posts: 151
  • Karma: +0/-0
POssible to remove feature from TIle?
« Reply #2 on: September 26, 2011, 08:56:52 am »


               Lord rosencranz have leave NWN, think it is possible to make exentsions for his tileset? Or is that unthankfull, because it is his work...? What do you think?
               
               

               
            

Legacy_Zwerkules

  • Hero Member
  • *****
  • Posts: 1997
  • Karma: +0/-0
POssible to remove feature from TIle?
« Reply #3 on: September 26, 2011, 09:01:52 am »


               You could remove all the objects manually, which would also improve performance, because those grass patches take long to be rendered. Conveniently they are all named bush_xx where the xx stands for a number. So they are easy to find and remove.
What would be alot less work, but wouldn't improve performance would be to change the texture rkm_bush to a completely transparent texture.
               
               

               
            

Legacy_DM_Vecna

  • Hero Member
  • *****
  • Posts: 501
  • Karma: +0/-0
POssible to remove feature from TIle?
« Reply #4 on: September 27, 2011, 03:39:06 am »


               By remove you mean just delete "bush_<num>"? Or would there be more to it.
               
               

               
            

Legacy_Bannor Bloodfist

  • Hero Member
  • *****
  • Posts: 1578
  • Karma: +0/-0
POssible to remove feature from TIle?
« Reply #5 on: September 27, 2011, 04:18:09 am »


               If you look at a .mdl file in notepad, you will find things that start with "node" (name) and end with endnode.  Everything between node/endnode including those two words, needs to be deleted

There will be LOTS of nodes.  So you would be searching ONLY for nodes that have that "bush_xx" as the name of the node.