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="oka1111" ABS="false" AT="false" >
<DisplayName>VAZ-1111 "Oka"</DisplayName>
<Description>
VAZ-1111 "Oka"
Drive type: front
Type of gearbox and number of gears: manual, 4
Engine: VAZ-11113, 33 HP
Engine displacement: 749 cc
Maximum speed: 130 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="oka1111" prob="0.03"/>