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 = [] For example: Code: $terrain_tags_vertical_tiles = [6, 7] Moving this over to Support. |