Author Message

BluExplosions

ca
Posts: 357

Location: Canada
Occupation: Student
Age: 22
V$:
#48374   2014-09-13 05:25          
Found it!
Use this code to add the slider to change from RWD TO AWD OR RWD
In transmission.java
Replace the current one that is there.

drive_type = DT_FWD | DT_RWD;
drive_front_min = 0.0;
drive_front_max = 0.5;
def_drive_front = 0.25;
drive_front = def_drive_front;