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

Getting a Prefab to Spawn only once on a map?

JaxTeller718

New member
I have tried all sorts of combos but I can't seem to get this to work.

Is there a way to spawn a POI only ONCE in the wilderness, on an entire map, and have it be a guarantee spawn.

I have tried maxcount = 1 prob=1 and they still seem to appear once per biome.

Any tips would be greatly appreciated.

 
We use to be able to do this when we can specify a hubs position in the world via cell position. The closet thing we have now are unique specified POIs per hub (not world).

 
Only way I've found of doing something even slightly similar is mincount = 1, maxcount = 1, prob = 1 and then edit the prefabs XML to allow it ONLY to spawn in a specific biome and then limit the biome to a specific area.

 
Back
Top