DayZ
GAVR Creation
Outlander 13 May, 2022 @ 7:40am
How to use it?
Can anybody explain how to use this mod? How to make Robots to spawn beside existing army zombies?
< >
Showing 1-4 of 4 comments
HuffyMuffyGuffy 4 Jun, 2022 @ 1:26pm 
Look at the classnames listed in the mod description and take a copy to text. Take a look at your relevant .xml config files for infected/zombie spawning/events."\db\events.xml & \env\zombie_territories.xml" look at how that works at a vanilla level then add in your new creatures and or create new events using the vanilla ones as templates. (you'll probably want to adjust strength/speed/aggression levels too depending on the purpose and u need to add new spawn co-ordinates for them, if need to set a new colorcode just use a different number that's not in use.). (you also need to add them to types.xml and cfgspawnabletypes.xml to setup correctly and configure loot drop options). If not sure how to do this checkout another 'Creatures' mod that probably contains basic guides to get you started. Goodluck and take backups of everything before you start making changes, once u get these up and running they are a really cool addition. :) .
FoX 5 Aug, 2022 @ 11:33pm 
No matter what i do i cannot get these spawning, is there any chance someone can share there files ?

events.xml
<event name="AmbientRobot"> <nominal>3</nominal> <min>0</min> <max>150</max> <lifetime>33</lifetime> <restock>15</restock> <saferadius>40</saferadius> <distanceradius>0</distanceradius> <cleanupradius>0</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="0"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_01"/> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_02"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_02_Blue"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_02_Green"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_02_Red"/> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_03"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_03_Orange"/> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_04"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_04_Green"/> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_05"/> <child lootmax="0" lootmin="0" max="10" min="7" type="WZG_robot_06"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_06_Black"/> <child lootmax="0" lootmin="0" max="10" min="6" type="WZG_robot_06_Grey"/> <child lootmax="0" lootmin="0" max="10" min="5" type="WZG_G"/> <child lootmax="0" lootmin="0" max="10" min="5" type="WZG_G_Pole"/> <child lootmax="0" lootmin="0" max="10" min="4" type="WZG_Sektoid"/> <child lootmax="0" lootmin="0" max="10" min="4" type="WZG_Sektoid_B"/> <child lootmax="0" lootmin="0" max="10" min="4" type="WZG_Sektoid_B_Pole"/> <child lootmax="0" lootmin="0" max="10" min="3" type="WZG_Shapes"/> <child lootmax="0" lootmin="0" max="10" min="3" type="WZG_Shapes_Bolota"/> <child lootmax="0" lootmin="0" max="10" min="3" type="WZG_Shapes_Hamelion"/> <child lootmax="0" lootmin="0" max="10" min="3" type="WZG_Shapes_Pehera"/> <child lootmax="0" lootmin="0" max="10" min="2" type="WZG_Ripper_B"/> <child lootmax="0" lootmin="0" max="10" min="2" type="WZG_Ripper_W"/> <child lootmax="0" lootmin="0" max="10" min="1" type="WZG_robot_04_BIG"/> <child lootmax="0" lootmin="0" max="10" min="1" type="WZG_robot_04_BIG_Green"/> </children> </event>
robot_territories.xml
<territory color="4674914420"> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11095.124023" z="2680.353027" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11071.950195" z="2667.778564" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11075.000000" z="2619.065918" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11046.709961" z="2666.463379" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11084.625977" z="2512.337646" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11046.204102" z="2492.444824" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11062.517578" z="2431.155029" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11120.933594" z="2405.547852" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11150.150391" z="2488.969238" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11211.536133" z="2392.552002" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11300.316406" z="2403.929688" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11318.475586" z="2380.910400" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="11178.410156" z="2527.943115" r="90"/> </territory> <territory color="4674914420"> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13692.3" z="2927.47" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13680.9" z="2997.85" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x=" 13680.9" z=" 2997.85" r="140"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13611.7" z="2977.95" r="75"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13643.8" z="2888.27" r="110"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13705.9" z="2884.71" r="100"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13802.6" z="2941.64" r="100"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13892" z="2898.04" r="160"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13888.4" z="2819.37" r="100"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13778.1" z="2805.53" r="80"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13720.9" z="2802.44" r="90"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13600.5" z="2922.95" r="100"/> <zone name="AmbientRobot" smin="1" smax="2" dmin="1" dmax="10" x="13625.5" z="3033.14" r="80"/> </territory>
cfgenviroment.xml
<territory type="Ambient" name="AmbientRobot" behavior="DZAmbientLifeGroupBeh"> <file usable="robot_territories" /> <agent type="Male" chance="1"> <spawn configName="WZG_G" chance="1" /> <spawn configName="WZG_G_Pole" chance="1" /> <spawn configName="WZG_Sektoid" chance="1" /> <spawn configName="WZG_Sektoid_B" chance="1" /> <spawn configName="WZG_Sektoid_B_Pole" chance="1" /> <spawn configName="WZG_Shapes" chance="1" /> <spawn configName="WZG_Shapes_Bolota" chance="1" /> <spawn configName="WZG_Shapes_Hamelion" chance="1" /> <spawn configName="WZG_Shapes_Pehera" chance="1" /> <spawn configName="WZG_Ripper_B" chance="1" /> <spawn configName="WZG_Ripper_W" chance="1" /> <spawn configName="WZG_robot_04_BIG" chance="1" /> <spawn configName="WZG_robot_04_BIG_Green" chance="1" /> </agent> <agent type="Female" chance="3"> <spawn configName="WZG_robot_01" chance="1" /> <spawn configName="WZG_robot_02" chance="1" /> <spawn configName="WZG_robot_02_Red" chance="1" /> <spawn configName="WZG_robot_02_Green" chance="1" /> <spawn configName="WZG_robot_02_Blue" chance="1" /> <spawn configName="WZG_robot_03" chance="1" /> <spawn configName="WZG_robot_03_Orange" chance="1" /> <spawn configName="WZG_robot_04" chance="1" /> <spawn configName="WZG_robot_04_Green" chance="1" /> <spawn configName="WZG_robot_05" chance="1" /> <spawn configName="WZG_robot_06" chance="1" /> <spawn configName="WZG_robot_06_Black" chance="1" /> <spawn configName="WZG_robot_06_Grey" chance="1" /> </agent> <item name="globalCountMax" val="50" /> <item name="zoneCountMin" val="1" /> <item name="zoneCountMax" val="25" /> <item name="playerSpawnRadiusNear" val="100" /> <item name="playerSpawnRadiusFar" val="300" /> </territory>
cfgeventspawns.xml
<event name="AmbientRobot" />
myke169 7 Feb, 2023 @ 8:10pm 
they should be infected robots no?
Chubby 13 Jun, 2023 @ 2:32pm 
Are we able to buy the private portion?
< >
Showing 1-4 of 4 comments
Per page: 1530 50