-
Notifications
You must be signed in to change notification settings - Fork 62
TileMutatorWorker_GenericPrefabSpawner
juanosarg edited this page May 30, 2026
·
1 revision
TileMutatorWorker_GenericPrefabSpawner allows you to add a worker to a tile mutator that spawns structures created through Odyssey's prefab system
If you don't also define a TileMutatorExtension this worker does nothing and probably spews errors. TileMutatorExtension requires an optional feature to be toggled, learn how here: OptionalFeatures
Tile mutator workers are added to the <workerClass> tag of the TileMutatorDef you want to add them to.
For example, on Alpha Biomes' "derelict archonexus" tile mutator:
<workerClass>VEF.Maps.TileMutatorWorker_GenericPrefabSpawner</workerClass>And then:
<modExtensions>
<li Class="VEF.Maps.TileMutatorExtension">
<prefabsToSpawn>
<li>AB_DerelictArchonexusAlpha</li>
<li>AB_DerelictArchonexusBeta</li>
<li>AB_DerelictArchonexusGamma</li>
<li>AB_DerelictArchonexusDelta</li>
<li>AB_DerelictArchonexusEpsilon</li>
</prefabsToSpawn>
<prefabsToSpawnAmount>3~5</prefabsToSpawnAmount>
<minSeparationBetweenPrefabs>10</minSeparationBetweenPrefabs>
</li>
</modExtensions>- Abilities
- Aesthetic scaling
- Animal Behaviours
- Apparels
- Buildings
- Cooking
- Factions
- Genes
- Global
- Graphics
- Hediffs
- Maps
- Memes
- OptionalFeatures
- Pawns
- Planet
- Plants
- Storyteller
- Things
- Weapons
- Weathers
- PipeSystem basics
- Resource
- Resource storage
- Resource processor
- Resource to thing
- Resource to power
- Thing to resource
- Resource trader
- Refill building with pipes
- Pipe valve
- Advanced Resource Processor
- Update to KCSG 2.0
- Exporting buildings
- Customizing symbols
- Debug helpers options
- Custom faction settlement
- Custom structure and scenarios
- Custom structure in quests
- Custom structure in WorldObjects
- Biome based structures
- Spawning world object(s) at world generation
- Prevent settlement spawning for nomadic factions