Hello.
I have not found mechanism to run car back.
So.. I reviewed code and found an ease way to implement this feature
void CARDYNAMICS::CalculateDriveTorque(T * wheel_drive_torque, T clutch_torque)
If we assign each element of the wheel_drive_torque array to negative values then car will run back
For testing, you may add minus in each operation of setting wheel_drive_torque's value.
Only one question... I am not clear with VDrift engine and SDL. So, I don't know how to get the pressed keys (it is good idea to handle some special button for switching between forward and backward draft). How I can add this handling?
Sorry for my English.
Thanks,
Ivan Surzhenko