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
Noticed theres no mention of anything since 2023
they r my favourite character
tewi > reisen
pls tell me, im a huge fan who love rabbit
I just don't need body locking enabled on randos.
The xenotypes that actually caused problems for me were mostly the hussars/genies that'd be on empire jannisaries or refugees, which this does fix. Wasters and pigs and yttakin etc. will still cause all sorts of some-graphic-overlay-erases-another-one problems but those don't cause missing textures to get loaded (they cause not-missing textures to not get loaded) and don't cause unity to crash.
Children aren't changed by this mod at all and will still probably cause missing textures, though I think HAR (dev branch at least) has options for child texture replacement that people are actually using. I couldn't say.
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/GeneDef[defName="Body_Fat"]/bodyType</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/GeneDef[defName="Body_Thin"]/bodyType</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/GeneDef[defName="Body_Hulk"]/bodyType</xpath>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/GeneDef[defName="Body_Standard"]/bodyType</xpath>
</Operation>
</Patch>
The bodytype genes make the pawn use a particular graphical bodytype at a step that is separate (after) the generation of the bodytype that's inherit to the pawn, and doesn't respect the same rules.
Hussars for instance get the hulk bodytype gene, so if a HAR race with no hulk bodytype texture (most of them) spawns as a hussar their graphics breaks. The HAR dev has stated that they don't intend to fix this. With this mod the hussar will have whatever bodytype they spawned with, so a rakkle will have the rakkle body of the appropriate gender.
Similarly, you can inject a thin human with hussar genes and they'll get the hulk bodytype gene but with this mod it won't do anything and they'll stay looking thin instead of getting super wide. Mechanically they'll be identical though.