Game Development Community

Multiple Maps in Torque

by Jason Nabors · in Torque Game Engine · 11/29/2002 (10:09 am) · 2 replies

I noticed in Torque when I load a map, that there is no definitive edges(walls) to the map, ie you can walk off the left side of the map and appear on the right. How do I set torque up so that when I get to the edge of one map it loads the next?

Also on map size, I see the largest map I can have is 256x256. Is it possible to have larger?(video card withstanding) say 512x512?

Thanks in Advance

#1
11/29/2002 (2:47 pm)
Actually if you go off one side it replicates the main terrain block minus items infinitely, its not loading another map.

If you want to use multiple map blocks, I believe terrain manager class add-on does this.

It needs a little work though with the latter releases of torque.
#2
11/29/2002 (5:40 pm)
Ok thanks, I'll look that up and see what it needs.

-Jason