Author Topic: Vehicles and gravity  (Read 1493 times)

Is it possible to make a vehicles act like it is zero gravity all the time?

Like a space ship, in space, just floating around.

You mean you want to freeze a vehicle mid air and keep it there?

You could create a small zone in the center of the vehicle and set it's velocity to 0 0 0.

You could create a small zone in the center of the vehicle and set it's velocity to 0 0 0.

Doesn't work - see my profile description.

Well I want to make a space ship, but the ship itself should act like it is in space at all time.

you can make the ship act like a submarine, and have it float around in invisible water that doesnt give off particles

You could just make it a flying vehicle with drag and angularDrag set to zero, with the center of mass at 0 0 0 (to prevent self-righting). That's probably the closest you'll get to space simulation without hacky or irregular methods.
« Last Edit: July 25, 2014, 09:44:59 PM by BluetoothBoy »

You could just make it a flying vehicle with drag and angularDrag set to zero, with the center of mass at 0 0 0 (to prevent self-righting). That's probably the closest you'll get to space simulation without hacky or irregular methods.
ftfy
And, I'm pretty sure that vehicles with zones don't work at all.