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
But it should not have "apparel" it should be only /wornGraphicPath
Just add this to ...\steamapps\workshop\content\294100\853819518\1.3\Patches\Patches_Vanilla_Headgear.xml file before </Patch>:
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingStyleDef[defName=
"Hindu_SimpleHelmet" or
"Hindu_AdvancedHelmet" or
"Morbid_ReconHelmet" or
"Morbid_MarineHelmet" or
"Morbid_CataphractHelmet" or
"Totemic_ReconHelmet" or
"Totemic_MarineHelmet" or
"Totemic_CataphractHelmet" or
"Spikecore_SimpleHelmet" or
"Spikecore_AdvancedHelmet" or
"Rustic_SimpleHelmet" or
"Rustic_AdvancedHelmet" or
"Animalist_ReconHelmet" or
"Animalist_MarineHelmet" or
"Animalist_CataphractHelmet" or
"Animalist_WarMask"
]/wornGraphicPath</xpath>
<value>
<wornGraphicPath/>
</value>
</li>
</operations>
</Operation>