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
I've done what I could to clean up everything else and make More Injuries comply with that structure more like vanilla. For example the weird issues with the body part coverage not adding up to 100% are now fixed.
I guess you'll have to work around this issue for your armor simulation. Perhaps you can check for BodyPartGroups instead. The group "Torso" only seems to contain organs that can be considered part of the chest. Check out steamapps/common/RimWorld/Data/Core/Defs/Bodies/BodyParts_Humanoid.xml to get started. Note that in the new MoreInjuries version I had to patch some of the coverages in that file, but everything else remains the same. You can thing of the Abdomen as an added entry similar to "Liver" just without the
<groups>
<li>Torso</li>
</groups>
I don't know what exactly you are trying to achieve, but perhaps take a look at how the folks over at CombatExtended reworked the armor simulation. I think they had to mess around with part coverages and things like that as well