DayZ
CarsPlus
 This topic has been pinned, so it's probably important
InvictusDezar  [developer] 23 Aug, 2020 @ 9:38am
TUTORIAL - HOW DO I ADD CUSTOM VEHICLE'S TO SPAWN
1. Open file:
C:\Steam\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\db\events.xml
2. If you want add OffroadHatchback variants Niva_1600T, Niva_1900D ... search in file for:
<event name="VehicleOffroadHatchback">
3. Add here under "OffroadHatchback_White" new variants like this:
<children>
<child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_Blue"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_White"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="Niva_1600T"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="Niva_1900D"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="Niva_1900T"/>
<child lootmax="0" lootmin="0" max="5" min="3" type="Niva_2000T"/>
</children>

4. Ready for play!
Last edited by InvictusDezar; 23 Aug, 2020 @ 9:40am