Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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