Game Development Community

Tunnels

by Fope · in Torque Game Engine · 08/01/2007 (10:30 am) · 3 replies

Hey i have made a tunnel interior but when i have it under ground the terain is invisible but i am still walking on it.
new InteriorInstance() {
position = "145.5605 146.586 200.656";
rotation = "0 0 1 89.3814";
scale = "1.65 1.65 1.65";
interiorFile = "~/data/structures/myinter/tunnel.dif";
showTerrainInside = "0";
locked = "true";
};

#1
08/01/2007 (10:58 am)
You still have to make a hole in the terrain for this to properly work. Use the "empty" brush in the WorldEditor to cut some holes in the terrain that line up with your tunnel entrance.
#2
08/01/2007 (11:15 am)
K thanks
#3
08/01/2007 (4:49 pm)
There have been other threads on this, for example
this one that might also help you.