Would it be possible to have more scripting commands for vehicle handling? Such as changing the acceleration, steering, etc.? Possibly for all vehicle types (car, tank, heli, etc.)
Currently there are only two commands for this purpose which are quite limited:
1. setDriveOnPath: only applicable to land vehicles. It would be very useful for boats too (vanilla path generation in water is quite slow, so manual path generation can come in handy)
2. sendSimpleCommand: very limited; almost impossible to handle the vehicle due to high response time and limited turning angles.
I'm sure there are many people who are interested in fixing the aweful AI driving. So a new set of commands (or at least improved version of the above commands) can be helpful.