Frictional Games Forum (read-only)

Full Version: Inverted room
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, guys....still experimenting with the level editor.... nothing worthy for release yet but i'm getting better.

Anyway, i wanted to try to set up a map that is slowly tilting and finally becomes upside down. However, i want stuff that can be interacted with (chairs/boxes/tinderboxes) to stick on the "ceiling" (floor). As soon as i load the map, they all drop down to the "ground" (ceiling).

Is there anyway to kick gravity in the nuts?
Well, for one, you would have to convert the walls to entities with the model editor. And then to rotate the room, you would use RotatePropToSpeed, though you would have to do this for every wall/object not connected to another rotating object, and you would have to make sure they all have the same pivot point set, as well as the same angular velocity.

For stuff sticking to the walls, you can use AddAttachedPropToProp to connect entities.
oh i was actually talking about pre-setup inverted/titled rooms.... but are you saying you can actually spin a room in realtime?
It's possible, yes.

Oh, as for making the room tilt down a hallway...well, it would have pretty bad clipping errors. You would have to edit the walls in a CG program.
Damn you White Night :p
But then again, nice to see someone else had the same idea
Nice Big Grin. Seems some people got this idea too Smile.

Well, there is small button called: Static physics. It means no matter where the entity is, it is static and won't move Tongue.