Thanks.
Can I ask why it is recommended that we use a Manual transmission and modify the auto-shift flag?
It seems that for me more logical setting would be an automatic transmission, since that allows me to set the gear up and gear down RPM. Is there any way to change (from script) the gearbox from manual to automatic and vice-versa?
Something along the lines of
vppVehicleController.gearbox.transmissiontype = Gearbox.Type.Automatic;
Does not work, vppVehicleController.gearbox does not have a definition of transmissiontype (although it does have e.g. the autoShift flag.)