Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere






Priorly the rack was removed in the same way for both if MO is installed and not installed in Progression: Storage, so your prior patch worked for both removals. Now it only works for the removal when MO is not installed, as the way its removed is different with two different target defs.
I really wish the wasn't necessary in the first place -.-
I'm in the process of starting a whole new save because of that myself lol, and have been trying to play it slow and careful with errors, so I'll let you know if I run into anything but I think you got it :D
But thanks for the info!
For example here, Ferny removes the Storage Pits with this patch (see Steam\steamapps\workshop\content\294100\3292746186\Mods and Shit\Adaptive Primitive Storage\Patches):
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="ASF_StoragePit"]</xpath>
<value>
<designationCategory/>
</value>
</Operation>
and my patch does this (see Steam\steamapps\workshop\content\294100\3417113151\Patches):
<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName="ASF_StoragePit"]/designationCategory</xpath>
</Operation>
which is the exact opposite do just undo what his mod does.
- Oscar, Mad Artist, 5104
F.