Frictional Games Forum (read-only)
is there any way to switch the direction of gravity? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: is there any way to switch the direction of gravity? (/thread-11154.html)



is there any way to switch the direction of gravity? - Kman - 11-03-2011

just curious as i'm making a very weird and trippy map, and if there is some way you could do that it would really help with what i'm trying to accomplish Smile if i can't i'll probably just flip the room upside down, but i think the gravity shift would have a better effect.


RE: is there any way to switch the direction of gravity? - flamez3 - 11-03-2011

White night did it great in one of the maps, It was in a mental map....I think he just made the room upside down in the editor..worth a shot?


RE: is there any way to switch the direction of gravity? - Your Computer - 11-03-2011

Well, if you constantly push the player up the Y axis with a small amount of force, you get can get the effect of having the player "fall" upward. If you want the player to be flipped too, then just rotate the head. The player should still be able to air control his way around the map, so long as there isn't any bumps in his way.


RE: is there any way to switch the direction of gravity? - Kman - 11-03-2011

(11-03-2011, 07:04 AM)Your Computer Wrote: Well, if you constantly push the player up the Y axis with a small amount of force, you get can get the effect of having the player "fall" upward. If you want the player to be flipped too, then just rotate the head. The player should still be able to air control his way around the map, so long as there isn't any bumps in this way.
thanks! Big Grin that will really help!