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