Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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!