/title
I think it's about time we get that vehicle physics update.
While we're talking about vehicles I got an idea
The vehicles right now seem to bounce around a lot so Badspot could add a mass option in the vehicle datablock definition
mass = 30;
And the vehicles speed is always the same, I say we add a top speed and an acceleration value
topspeed = 200;
forwardAcceleration = 50;
DISREGARD EVERYTHING STRIKED OUT
Apparently those values already exist
So what do you guys say about this?