Game Development Community

Cant get doors to work.

by Radoslaw Marcin Kurczewski · in Torque Game Engine · 09/24/2002 (7:06 am) · 3 replies

Hi I saw the post about how to implament doors. We made all changes, re-compiled the test level incl in the 2619.doorparts.zip with our new map2dif. Started the torque engine with the new compiled torqueDemo_DEBUG.exe.
All needed scripts are edited. Doors/elevators will not render at all. Downloaded the newest source. We saw that all lines about pathedInteriors was added in. We tested to re-compile everything again without any changes, but doors is still not rendered. No collision either btw...

Hope someone can help us out asap. Thanks in advance.

#1
09/24/2002 (9:32 am)
Did you follow this part of the readme file?
Quote:
once youve loaded your Interior into the Mission,
resolve its id number
type into console
(mynumber).magicbutton();
and call, e.g.
1613.magicbutton();
on the console?
#2
09/24/2002 (10:33 am)
heh nod,
yes you'll need to use that :)
#3
09/24/2002 (10:20 pm)
Thanks alot guys, that would solve everything.
(I hope) :)