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
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.