Hi
I am editing FWD vehicle and I would like to add electric motors on the rear wheels. I was able to add electric motors to the front wheels by following code but I do not know what changes should I do to move it to the rear.
I gues i need to replace section name FRONT_MOTORS to something. I tried REAR_MOTORS and MOTORS but nothing works.
I am editing FWD vehicle and I would like to add electric motors on the rear wheels. I was able to add electric motors to the front wheels by following code but I do not know what changes should I do to move it to the rear.
Code:
[FRONT_MOTORS]
TORQUE_CURVE=kers_torque.lut ; Torque curve Nm/RPM
DISCHARGE_TIME=792000 ; Time in ms to discharge the kers when used to deliver torque
FRONT_TORQUE_VECTORING_BIAS=0.9 ; 0 = no torque vectoring, 1 = full torque vectoring
I gues i need to replace section name FRONT_MOTORS to something. I tried REAR_MOTORS and MOTORS but nothing works.