Author Topic: RE: Creating New Terrain Option - I'm Stumped (Need Bailout)  (Read 434 times)

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« on: January 06, 2015, 03:44:28 am »


               

Sigil City - I'm trying to make it so that the Building terrain can "flow" over the hills (the tileset's "raise/lower" feature). I really only need one tile that goes from elevation 0 to elevation 1, connecting the lower group of buildings to the upper group. I've got the tile made, but it won't paint. I'm entirely lost as to why...


 


Here is the Set file entry for the tile:


 



   Spoiler
   


 


This is what the tile looks like when loaded in NwnExplorer (I know explorer mirrors the tile, so I've accounted for that in the .SET file). since the raised corners are at the top of the model in the image, I set them as the lower corners in the .SET file.


 


houses_zpse198767d.jpg


 


 



               
               

               
            

Legacy_Sheldomar

  • Newbie
  • *
  • Posts: 40
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #1 on: January 06, 2015, 04:44:54 am »


               

Just an idea...


Let's say you call this tile


 


Cobble0


Building0


Cobble1


Building1


 


Do have tiles for


 


Cobble0


Cobble0


Cobble1


Building1


 


and


 


Cobble0


Building0


Cobble1


Cobble1


 


You might need to be able to run the building terrain right up to the elevation change before you can paint a tile that bridges it.


 


...and the "mirror image" tiles too, for lack of a better word, ie


 


Building0


Cobble0


Building1


Cobble1


 


etc...


               
               

               
            

Legacy_MerricksDad

  • Hero Member
  • *****
  • Posts: 2105
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #2 on: January 06, 2015, 02:21:33 pm »


               

Sorry I haven't looked around at too many other people's tilesets, but I am assuming something like this has been done before? If not, are we sure the toolset can handle it?


 


I know for a fact it can be done with my method of tweaking the GFF tile indices in the area file, and after you do that, it will load in the tileset just fine (might not be able to alter it though without a crash).


 


Is there an example tileset that actually accomplished this with the toolset? I'd like to see one, or the screenshot of that tile in use.



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #3 on: January 06, 2015, 03:15:31 pm »


               

The toolset can handle it. Its really now different than the "grassy trees" feature in TNO - just swapping the trees for buildings. I'm just not sure what the minimum number of tiles is that I'd need to create (although the number six seems stuck in my head).


 


In any event, I've started over again this morning - using the grassy trees tiles from TNO as a reference, reworking the ground plane on clones of the building tiles to have the elevation contour required. Once I get them to paint in the tileset, I'll go back and adjust the building z-heights to fit to the new ground contours.



               
               

               
            

Legacy_Sheldomar

  • Newbie
  • *
  • Posts: 40
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #4 on: January 06, 2015, 04:54:56 pm »


               

I've made this type of terrain before - if I could figure out how to link an image here I'd be glad to post a screenshot...



               
               

               
            

Legacy_s e n

  • Hero Member
  • *****
  • Posts: 654
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #5 on: January 06, 2015, 05:26:04 pm »


               

i think you need one tile with these corners and its mirrored version to get your tile working


building 0


building 1


cobble 0


cobble 0


 


if you already have all raise lower tiles for the building-only terrain



               
               

               
            

Legacy_s e n

  • Hero Member
  • *****
  • Posts: 654
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #6 on: January 06, 2015, 05:35:42 pm »


               

just to explain how it works, basically to get the raise lower work you need move a single corner height at the time, so for example before getting 0011 working you need 0001 tile and its mirror


same appplies with different buildings, draw on paper the 4 tiles affected by the raise lower brush and change the value of the shared corner. thats the four tile variations you need to get that working



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #7 on: January 07, 2015, 01:53:45 am »


               

Ok, you lost me...


 


Here is the area I'm trying to "bridge" with the new tile - note the elevation 0 to elevation 1 tile bracketed by the two blue high lighted tiles.  I have the tile made - the buildings need to abut the edge of the area and face toward the bottom of the screen.


 


tileshit_zps26970c4f.jpg


 


This picture shows the tile - in the middle - fudged into place by setting it to "cobble" in the SET file on all four sides. As you can see it needs to connect to the "building" terrain on both the left and right sides.


 


tileshit2_zps4011faa3.jpg


 


Expanding upon the fudge I made to get the above screenshot, I decided to try fudging the adjacent tiles...AND much to my surprise it worked. I now have the buildings linked, but I'm not sure if this method will cause issues.


 


tileshit3_zpsd9ff52a1.jpg



               
               

               
            

Legacy_Sheldomar

  • Newbie
  • *
  • Posts: 40
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #8 on: January 07, 2015, 02:46:22 am »


               

You just need a tile with all Cobble on the right side (elevation 1) relative to that screenshot, and Building/Cobble (elevation 0) on the left. Then another one with all Cobble on the left (elevation 0), and Building/Cobble on the right (elevation 1). The tiles will look similar to the middle one, except the building terrain will only run to the center of the tile, not all the way across.



               
               

               
            

Legacy_Michael DarkAngel

  • Hero Member
  • *****
  • Posts: 627
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #9 on: January 07, 2015, 07:11:37 am »


               

Do you have Rules in your .set file?  If so, try removing them.  If it doesn't paint without any rules and you are sure you have all the necessary tiles, then you may need to create a rule to let the toolset know what you want to accomplish.


 


icon_zdevil.gif


MDA



               
               

               
            

Legacy_s e n

  • Hero Member
  • *****
  • Posts: 654
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #10 on: January 07, 2015, 12:43:34 pm »


               

i used to get some toolset crash issues when lowering terrains that did not have all the tile variations necessary, thats an engine bug maybe involving the set rules, dunno really, maybe it was also crosser-related... anyway, if you know the "path" that leads to the tile paint, it is good and if the toolset doesn't crash, i am sure it will work in game too! the only thing to notice is that when you have such complex way to paint tiles (when  you don't have all variations), it may prove difficult for other builders to use it and even for you to remove it, since you have to go back step by step the way you followed to paint the tile



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #11 on: January 07, 2015, 01:15:40 pm »


               

I'm not going to mess around with this anymore. Its taking away too much time from other work efforts on the module. Once the module is complete, I'll go back to this and finish it off.


  1. It works in game.

  2.    
  3. It doesn't crash the toolset.

  4.    
  5. It doesn't prevent further building in the area.

  6.    
  7. It's not meant for release beyond the module it accompanies. Therefore any builders that do decide to scalp out the hak and use it for their own purposes will be doing so at their own risk.


               
               

               
            

Legacy__six

  • Hero Member
  • *****
  • Posts: 1436
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #12 on: January 07, 2015, 07:06:25 pm »


               

To illustrate what sen was saying, here is a crude visual representation of the three tiles you need to paint that along an area border. If you want to paint hills on the buildings in any arbitrary location you're going to need to support various configurations of all-building tiles as well (hills on the rooftops, if you will), but for now:


 


acrudevisualrepresentation_zps0b4faa31.p


 


You can get away with just one of the corner options, though. Just makes it less versatile and slightly harder to paint in the toolset.



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
RE: Creating New Terrain Option - I'm Stumped (Need Bailout)
« Reply #13 on: January 07, 2015, 08:04:05 pm »


               

That's what I was looking for - thanks _Six. I'm a visual guy - hard for me to see it unless its drawn out for me. That drawing makes it clear.