Roo's Minotaur - Female Body Variants Patch
Do you play with Roo's Minotaurs?
Do you play with Roo's Minotaurs? Do you also have FemaleBodyVarients with a body type that has noticeable differences on the hulk/thin bodies?
Well Roo's minotaur's "Unguligrade Legs" (sorta also called Fur legs in the backend) has a bit of an issue here.
To get that 2-tone style the game re-grabs the Hulk/Thin body, cuts out the pattern, and then re-draws it on the pawn. this has an issue if your hulk/thin bodies aren't the same as the Female Thin/Hulk, resulting in this noticeably different upper and lower bodies.
This adds a quick postfix onto that logic to grab the _female varients if they're present. I double-checked with dub's performance this should have basically no overhead as its only called when the body texture is first loaded (specifically when the base minotaur method calls it).
I tested this with Satyr who has the same gene it does seem to work; though i haven't tested without the Minotaur xenotype present (not sure if one patches the other or what so i kept it simple and just assume you're using Minotaur).
Github Link