Game Development Community

How do I Remove the Terrain?

by Jeff Wilkinson · in Torque Game Engine · 07/13/2003 (6:27 am) · 7 replies

I am creating a space game and in some levels I dont need to have the terrain, I am just wondering how would I go around to remove it? also Would it be possible to remove it for some levels but keep it in others?

#1
07/13/2003 (6:32 am)
There is a resource on how to do this already
#2
07/13/2003 (8:08 am)
If you don't want terrain, then remove the terrain block from the mission file.
#3
07/13/2003 (8:17 am)
Does that work? Cause I seem to remember trying that (a LONG time ago) and the engine just put it back. But i implemented the space resource (so you make a 'space' object rather than a terrain one) and that worked.
#4
07/13/2003 (9:35 am)
Cool thanks guys
#5
07/13/2003 (9:48 am)
Dylan,

Can you provide a link to the resource for this? Thanks.
#6
07/13/2003 (9:49 am)
Yeah it works. I ran a level in my game with only a large Worldcraft level and no terrain.
#7
07/13/2003 (12:16 pm)
Highlight the terrain block in the mis file in notepad and delete it.