lorddylan Posted January 10, 2015 Share Posted January 10, 2015 What scripts would I use to have a 3rd Person character be able to move in 0 gravity? Quote Link to comment Share on other sites More sharing options...
epsilonion Posted January 10, 2015 Share Posted January 10, 2015 Have you tried setting the root gravety to 0 and the player mass to 0? and then use the space (jump key to go up) and the crouch key to go down, I have seen a modified fps script with crouch enabled on it here somewhere... as of 3rd person, I have not tried that yet but I want to and a top down .... Hope this helps... Quote Link to comment Share on other sites More sharing options...
beo6 Posted January 11, 2015 Share Posted January 11, 2015 Your player will need a mass. In real space things still have a mass even when there is no gravity. Quote Link to comment Share on other sites More sharing options...
Einlander Posted January 11, 2015 Share Posted January 11, 2015 root mass to 0 and object mass to .1. The engine still exhibits drag/friction with no gravity. Things set in motion eventually stop, you may seg fault or run out of space before it does though. You can check this out by making in a flat surface to walk on, a prop with weight, and the fps creator. Set the gravity to 0 and walk into a movable object. it will move and eventually stop. You can walk off your walking surface and you will not fall off. Oddly you can still walk around without ground. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.