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