RimWorld
Integrated Deep Storage
:D 28 NOV 2024 a las 6:09
Quick workaround for temporary JDS Storage Incompatibility (1.5)
JDS Simple Storage changed a lot in 1.5. It added a lot of buildings. For example, there are now 17 variants of cardboard boxes from the previous... I don't think there was a standalone cardboard box before. And they all have their own definitions which need to be patched, not one single base cardboard box that IDS can patch.

Understandably, it would take IDS's dev a lot of time to patch the hundreds of new buildings added. So here is a stopgap solution while we wait for that:

1. Download Old Simple Storage (old JDS Storage buildings patched to 1.5)
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3240440639

2. Go to Integrated Deep Storage's folder (probably in C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2278301611\ )

3. Open the file Common\Patches\C_RebalanceStorage.xml

4. Change

<Operation Class="XmlExtensions.FindMod"> <mods><li>[JDS] Simple Storage</li></mods> <caseTrue>

to

<Operation Class="XmlExtensions.FindMod"> <mods><li>Old Simple Storage</li></mods> <caseTrue>