• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

rwgmixer editing

Ok so I have a quick question. what code do I edit to spawn more Prisons. I generally like to use them as a base, but it seems when I do find them they are in really crappy biomes. I seem to only get about 4 prisons and would like to see if I can get 2 or 3 more to spawn to give me a better chance at one in a good biome

 
Ok so I have a quick question. what code do I edit to spawn more Prisons. I generally like to use them as a base, but it seems when I do find them they are in really crappy biomes. I seem to only get about 4 prisons and would like to see if I can get 2 or 3 more to spawn to give me a better chance at one in a good biome
In the downtownGroup add in a probability on the prison which is higher than 1.

<prefab name="prison_01" max_count="1"/>

becomes:

<prefab name="prison_01" max_count="1" prob="2"/>

 
In the downtownGroup add in a probability on the prison which is higher than 1.
<prefab name="prison_01" max_count="1"/>

becomes:

<prefab name="prison_01" max_count="1" prob="2"/>
Thank you!!~

 
Back
Top