DayZ
BaseBuildingPlus
spawning rate
if i want to raise the spawn rate di i just adjust the 1 in the map
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
< >
Showing 1-1 of 1 comments
Lvnatic 21 Oct, 2022 @ 6:32pm 
No you should edit these highlighted stats:

<type name="X">
<nominal>5</nominal>
<lifetime>7200</lifetime>
<restock>7200</restock>
<min>1</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>

Nominal is the nominal(or desired) amount of this item spawned
restock defines the time in seconds it takes to restock the item if min is reached, setting it to a lower number will make the item spawn faster
min ist the minium amount found on the map, after that it will trigger the restock timer to get back to the nominal value
the flags you mentioned just tell the game which items it should count towards this nominal. So if you set any of them to 1 its going to reduce the spawnrate. means it counts all of x item in
cargo(inventories of cars/bags)
hoarders(inventories of tents or containers)
on map(which should be the only one set to 1)
player(self explanatory)
Last edited by Lvnatic; 21 Oct, 2022 @ 6:33pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50