DayZ
Dmns Vehicles Redux
Camo May 28, 2022 @ 12:31am
In-land cfgeventspawns
For those wanting alternate coordinates for the HUMVEE, MTVR, KAMAZ, and URAL. If you used Tusbru's coordinates, you'll notice all of them are on the coast. I made my own that work great. These lines of code are for the cfgeventspawns file used on Chernarus.


<event name="VehicleDmns_HUMVEE">
<!-- Tri Kriesta Military -->
<pos x="347.065277" z="9399.406250" a="76.766006" />
<!-- Pavlovo Military -->
<pos x="2124.426270" z="3351.769287" a="165.036652" />
<!-- Balota Military -->
<pos x="4884.566406" z="2612.120605" a="251.322388" />
<!-- Staroye Military -->
<pos x="10453.249023" z="5955.210449" a="199.893906" />
<!-- Kamensk Military -->
<pos x="7910.553711" z="14705.842773" a="10.614371" />
<!-- Zaprudnoye Military -->
<pos x="5030.073730" z="12941.717773" a="170.925858" />
<!-- Tikhiyzaliv Military -->
<pos x="782.864929" z="1863.624634" a="321.788208" />
<!-- Sosnovy Military -->
<pos x="2710.270996" z="6772.725098" a="136.275024" />
<!-- Turovo Military -->
<pos x="13626.701172" z="13763.603516" a="176.06189" />
</event>
<event name="VehicleDmns_MTVR">
<!-- Myshkino Military -->
<pos x="1187.873291" z="7199.387695" a="245.227646" />
<!-- Novoselki Military -->
<pos x="5800.321289" z="3087.785400" a="273.785400" />
<!-- Gorka Military -->
<pos x="10477.252930" z="9147.066406" a="358.425049" />
<!-- Ostry Military -->
<pos x="10996.341797" z="13378.618164" a="176.06189" />
<!-- Northern Berezino Military -->
<pos x="13597.019531" z="11778.860352" a="44.306522" />
<!-- Severograd Military -->
<pos x="7005.699219" z="12678.432617" a="36.104522" />
</event>
<event name="VehicleDmns_KAMAZ">
<!-- Tisy Military -->
<pos x="1668.214966" z="14331.492188" a="0" />
<!-- Bashmya Military -->
<pos x="4153.625977" z="11747.087891" a="273.715302" />
<!-- NEAF Military -->
<pos x="12210.365234" z="12624.983398" a="149.629684" />
<!-- Grozovy Military -->
<pos x="3631.930908" z="14928.612305" a="120.046356" />
<!-- NWAF Military -->
<pos x="4018.407959" z="10451.661133" a="108.746078" />
<!-- Zeleno Military -->
<pos x="2510.155029" z="5073.867188" a="190.854614" />
</event>
<event name="VehicleDmns_URAL">
<!-- Chernogorsk Military -->
<pos x="7227.421875" z="3067.261719" a="87.928207" />
<!-- Elektro Military -->
<pos x="10454.217773" z="2354.341797" a="44.272274" />
<!-- Novy Lug Military -->
<pos x="9597.410156" z="11818.094727" a="247.898407" />
<!-- Berezino Military -->
<pos x="11982.685547" z="9142.283203" a="171.918808" />
<!-- Arseno Military -->
<pos x="8531.771484" z="14008.187500" a="258.855164" />
<!-- Tisy Military -->
<pos x="1397.303589" z="13663.085938" a="48.209854" />
<!-- VMC Military -->
<pos x="4452.322754" z="8221.711914" a="310.009674" />
<!-- NWAF Military -->
<pos x="5268.865723" z="9417.629883" a="191.264435" />
<!-- Kamensk Military -->
<pos x="7069.908203" z="14531.548828" a="103.614371" />
</event>
Last edited by Camo; Jun 13, 2022 @ 9:16pm
< >
Showing 1-4 of 4 comments
SiStErFiStEr Jun 13, 2022 @ 3:46pm 
got an events file?
Camo Jun 13, 2022 @ 9:17pm 
Originally posted by motoboy728:
got an events file?

<?xml version="1.0" encoding="UTF-8"?>
<events>
<event name="VehicleDmns_KAMAZ">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>3888000</lifetime>
<restock>0</restock>
<saferadius>1000</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1" />
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="1" lootmin="1" max="1" min="1" type="Dmns_KAMAZ" />
</children>
</event>
<event name="VehicleDmns_MTVR">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>3888000</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1" />
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="1" lootmin="1" max="1" min="1" type="Dmns_MTVR" />
</children>
</event>
<event name="VehicleDmns_URAL">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>3888000</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1" />
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="1" lootmin="1" max="1" min="1" type="Dmns_URAL" />
</children>
</event>
<event name="VehicleDmns_HUMVEE">
<nominal>2</nominal>
<min>1</min>
<max>2</max>
<lifetime>3888000</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1" />
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="2" lootmin="1" max="2" min="1" type="Dmns_HUMVEE" />
</children>
</event>
</events>
Last edited by Camo; Jun 13, 2022 @ 9:20pm
KainoKattivo Aug 31, 2022 @ 5:27pm 
Su che gioco li hai testati?
Non funzionano.
Camo Aug 31, 2022 @ 7:20pm 
Originally posted by KainoKattivo:
Su che gioco li hai testati?
Non funzionano.
Li ho testati sul mio server DayZ e hanno funzionato perfettamente. Potresti voler rivedere quello che stai facendo.
< >
Showing 1-4 of 4 comments
Per page: 1530 50