Allows you to:
- Set global tribe structure limits
- Set per structure limits
- Limit structures per map
- Change inventory slots of any structure
- Change crafting / smelting / forging speed
- Adjust fuel consumption (fuel multiplier)
- Limit linked (snapped) structures
- Exclude specific structures from limits
- Configure structure stats
- Show structure limits in radial menu or via command
- Set global tribe structure limits
- Set per structure limits
- Limit structures per map
- Change inventory slots of any structure
- Change crafting / smelting / forging speed
- Adjust fuel consumption (fuel multiplier)
- Limit linked (snapped) structures
- Exclude specific structures from limits
- Configure structure stats
- Show structure limits in radial menu or via command
{
"GlobalConfig": {
"MaxStructuresPerTribe": 0, // Max structures per tribe (0 = unlimited)
"MaxLinkedStructures": 0, // Max snapped/connected structures in a chain (0 = unlimited)
"ShowLimitsInRadialMenu": true, // Adds a radial menu button to view structure limits
"ShowLimitsCommand": "/showlimits", // Chat command to show limits (requires chat commands mod)
"StructuresExcludedFromTribeLimit": "" // Structures ignored by global limit (comma-separated Blueprint paths)
},
"StructureLimits": [ // Per-structure custom limits (overrides global behavior)
{
"StructureBlueprint": "", // Structure blueprint path
"MaxAllowedPerTribe": 0 // Max allowed per tribe (0 = unlimited)
}
],
"StructureSettings": [ // Custom structure settings (uses default if not set)
{
"StructureBlueprint": "", // Structure blueprint path
"MaxHP": 0, // Override max HP (0 = default)
"InventorySlots": 0, // Override inventory slots (0 = default)
"CraftingSpeedMultiplier": 1.0, // Crafting speed multiplier
"FuelConsumptionMultiplier": 1.0, // Fuel usage multiplier
"SmeltingSpeedMultiplier": 1.0 // Smelting/processing speed multiplier
}
]
}
"GlobalConfig": {
"MaxStructuresPerTribe": 0, // Max structures per tribe (0 = unlimited)
"MaxLinkedStructures": 0, // Max snapped/connected structures in a chain (0 = unlimited)
"ShowLimitsInRadialMenu": true, // Adds a radial menu button to view structure limits
"ShowLimitsCommand": "/showlimits", // Chat command to show limits (requires chat commands mod)
"StructuresExcludedFromTribeLimit": "" // Structures ignored by global limit (comma-separated Blueprint paths)
},
"StructureLimits": [ // Per-structure custom limits (overrides global behavior)
{
"StructureBlueprint": "", // Structure blueprint path
"MaxAllowedPerTribe": 0 // Max allowed per tribe (0 = unlimited)
}
],
"StructureSettings": [ // Custom structure settings (uses default if not set)
{
"StructureBlueprint": "", // Structure blueprint path
"MaxHP": 0, // Override max HP (0 = default)
"InventorySlots": 0, // Override inventory slots (0 = default)
"CraftingSpeedMultiplier": 1.0, // Crafting speed multiplier
"FuelConsumptionMultiplier": 1.0, // Fuel usage multiplier
"SmeltingSpeedMultiplier": 1.0 // Smelting/processing speed multiplier
}
]
}