Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
XML error: <Visible>false</Visible> doesn't correspond to any field in type DesignationCategoryDef. Context: <DesignationCategoryDef><defName>ASFstorage</defName><label>storage</label><order>503</order><specialDesignatorClasses><li>Designator_Cancel</li><li>Designator_Deconstruct</li></specialDesignatorClasses><Visible>false</Visible></DesignationCategoryDef>
I have run into this same issue with other storage mods as well.
All these behaviors can be modified using compiled C# code, which is how mods like LWM's Deep Storage and Adaptive Storage Framework accomplish a different experience. This is a perfectly valid approach, but the downside is custom C# code requires additional testing and validation and often requires adjustments between major updates to RimWorld. This mod's goal is to be 100% compatible with all future versions of RimWorld on day 1, so it does not rely on any C# coding and instead works with only Ludeon's official storage functionality.