Storage Level Expand
Storage Level Expand
Warehouse (player storage) size increases in proportion to the player’s level.
Features
- Level-based capacity: The higher your level, the more storage slots you get.
- No configuration required; works as soon as the mod is enabled.
How it works
When the game recalculates warehouse capacity, this mod adds extra slots = (level − 1) × (slots per level) (level 1 = 0, level 2 = 1×N, etc.). The "slots per level" value is read from slotsPerLevel.txt; the default is 4.
Configuration (slotsPerLevel.txt)
Place slotsPerLevel.txt in the mod’s data folder. One number on the first line: slots per level (e.g. 4). Default 4 if missing or invalid. Valid range: 1–1000.
When the config value is applied
The value is read only when the mod is enabled. So it takes effect when:
- You start the game (with the mod enabled), or
- You turn the mod off and on again (disable then re-enable in the mod menu).
If you change slotsPerLevel.txt, you must restart the game for the change to apply.