Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
There are also modding support on the official Discord: https://discord.gg/rimworld
and a bit on my own Discord linked above
But i have a problem, 'medieval overhaul' add the 'DankPyon_ComponentBasic', and 'Medieval Conversion' remove 'ComponentIndustrial'.
industrial component is a basic item to make 'orcish plate helm' (you can find this in the mod path 1.3\Defs\Things Def Misc\Apparel Hats.xml, line 33)
may you make a patch where replace the industrial component for 'DankPyon_ComponentBasic' in order to make the helment?
Please put this below </graphicPaths> in the the Orc_Race.xml:
<styleSettings>
<li>
<key>HairDef</key>
<value>
<hasStyle>true</hasStyle>
</value>
<styleTags>
<li>NoHair</li>
</styleTags>
</li>
<li>
<key>BeardDef</key>
<value>
<hasStyle>true</hasStyle>
<styleTags>
<li>NoBeard</li>
</styleTags>
</value>
</li>
</styleSettings>
Thanks for the fix and all your hard work in maintaining older mods @Mlie!