Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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!