Save-Point
Mode7 No 3D objects (demo included) - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: Mode7 No 3D objects (demo included) (/thread-550.html)



Mode7 No 3D objects (demo included) - baddog - 03-07-2010

Hit there, I have a script here which I've been modifying a while. I can't figure out how to get anything to appear in "3D" via the command lines:
$terrain_tags_vertical_tiles = []
I'm sure I've just been looking at it too long. If anyone could help me out it'd save me another day of headaches /sob

Basically, nothing appears in 3D on the world map and I'm new at this :)

I included the demo which is not showing objects properly

Thank you!

Demo


Mode7 No 3D objects (demo included) - PK8 - 03-07-2010

Code:
$terrain_tags_vertical_tiles = []
You need to set which terrain tags would make the tiles appear vertical.

For example:
Code:
$terrain_tags_vertical_tiles = [6, 7]
That would make tiles tagged with the terrain tag of 6 and 7 appear vertical. You'll have to tag the tiles with a certain terrain tag of course. :)

Moving this over to Support.