DayZ
BaseBuildingPlus
surviv0r1969 2022 年 10 月 7 日 下午 6:01
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"/>
< >
正在显示第 1 - 1 条,共 1 条留言
Lvnatic 2022 年 10 月 21 日 下午 6:32 
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)
最后由 Lvnatic 编辑于; 2022 年 10 月 21 日 下午 6:33
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50