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="gaz13" ABS="false" AT="true" >
<DisplayName>GAZ-13 "Chayka"</DisplayName>
<Description>
GAZ-13 "Chayka"
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="gaz13_tr" prob="0.005"/>