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 version="1.0" encoding="utf-8" ?>
<Patch>
</Operation Class="PatchOperationFindMod">
<mods>
<li>[K]Extra Stone</li>
</mods>
</match Class="PatchOperationSequence">
</Operations>
No, exactly what you had, but before </Patch> at the end put
</operations>
</match>
</Operation>
just like that
<Operation Class="PatchOperationInsert">
<xpath>*/ThingDef[defName = "SmoothedAndesite"]/statBases</xpath>
<value>
<designationCategory Inherit="False"></designationCategory>
</value>
</Operation>
</operations>
</match>
</Operation>
</Patch>
Or this second one?
<Operation Class="PatchOperationInsert">
<xpath>*/ThingDef[defName = "SmoothedAndesite"]/statBases</xpath>
<value>
<designationCategory Inherit="False"></designationCategory>
</value>
</operations>
</match>
</Operation>
</Patch>
Sorry, I only know very little about code and modding bases off of observations and a tiny bit of coding lessons. I'm assuming you meant the first one I listed here, but I might need you to write out exactly what you mean if I still didn't get this right.