1. Extract archive to the root folder of the game;
2. Open file
player_cars.xml, from
3D Instructor 2 Home/data/config with text editor
with UTF-8 support;
3. In the end of file find line
</Cars>, and add
before it this code:
<Car Name="gaz21" ABS="false" AT="false" >
<DisplayName>GAZ-21 "Volga"</DisplayName>
<Description>
GAZ-21 "Volga"
Drive type: rear
Type of gearbox and number of gears: manual, 3
Maximum power: 75 HP on 4400 RPM
Maximum torque: 170 N*m on 2000-2500 RPM
Engine displacement: 2445 cc
Maximum speed: 130 km/h
</Description>
</Car>
<Car Name="gaz23" ABS="false" AT="true" >
<DisplayName>GAZ-23 "Volga"</DisplayName>
<Description>
GAZ-23 "Volga"
Drive type: rear
Type of gearbox and number of gears: automatic, 3
Maximum power: 195 HP on 4400 RPM
Maximum torque: 411 N*m on 2000-2500 RPM
Engine displacement: 5526 cc
Maximum speed: 160 km/h
</Description>
</Car>
Do you want to add this car into traffic? No problem!
1. Extract files;
2. Open file
traffic_cars.xml, in 3
D Instructor 2 Home/data/config with text editor
with UTF-8 support;
3. Find line <Car name="Car00" prob="0.043"/>, and add before it this code:
<Car name="gaz21" prob="0.03"/>