SevenDaysToDieModEditor
New member
This SDX sample sets the maximum number of Prefabs that can be generated in the entire world.
download
prefab.xml //prefab/property[@name=WorldSpawnMax]/@value
example
this mod used by 7 days to die mod editor
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor
download
prefab.xml //prefab/property[@name=WorldSpawnMax]/@value
example
Code:
<prefab>
<property name="WorldSpawnMax" value="1" />
</prefab>
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor