Page 1 of 1

3D floors and Doors.

Posted: Thu Dec 01, 2005 23:14
by Galaxy_Stranger
Sorry if this has been addressed before, but I've always wondered about this ever since people started talking about implementing this feature years ago:

How do these things get along with Polyobjects - like, what would happen if you placed a polyobject on top of the floor?

And can they be dynamically moved around via ACS to construct doors and such?

Posted: Thu Dec 01, 2005 23:47
by Graf Zahl
Polyobjects don't know anything about height. They always go from the sector's floor to its ceiling. And yes, they can be moved around. But only the ones defined with the Legacy/EDGE method. The ones defined with the Vavoom method are static. That's an inherent limitation of the weird choice to invert the planes so that the control sector's floor is above its ceiling.

Posted: Fri Dec 02, 2005 2:43
by BlazingPhoenix
I belive you can make a 3D-door with lot's of scripting and a Dummy Sector, correct?
heh, that would be neat, is it possible to change the angle of a 3D floor through scripting? (to make a sort of Castle gate be closed and opened?)

Posted: Fri Dec 02, 2005 3:37
by solarsnowfall
No. At least not in the sense you are thinking of.

Posted: Fri Dec 02, 2005 4:25
by smg m7
Slopes can't be changed after they've been created. If you wanted to, it would take very little scripting to make a 3D floor door. All you'd need to do is set a linedef to raise the dummy sector's floor to wherever you want the door to open.