Can you make it so we have to start vehicles with the start key that way when we press the key to shut off the engine pressing forward doens't start it up again.
You mean that it could be started with the forward key the first time, but when the user actually manages to find/use the start/stop key, it won't start via the forward key anymore, right?
Can a park button be assigned now or will manual gears be able to select "PARK" because it can be finicky on hills to actually get a vehicle into park....
Hmm there should be a park button (space), but to tell the truth I haven't tested it long time.
AND when you shut down a vehicle while driving it just keeps going. No power loss at all and just plays the start sound and moves on.
That can be simulated by adding a constant braking force, in t817.js it's done (brake += 500;)
where did these lines go? steering:20.0, steering_ecf:2, centering:10.0, centering_ecf: 2
return {mass:mass, com:{z:com}, steering: ...};
Still no lateral slip by default.. Tisk tisk.. I will add it.
By default it's 0.5 of the longitudinal, when unspecified.