// Management · RimWorld Mod
Female Apparel Variants Continued
What is this? Original author is no longer interested in maintaining these mods and thus i've taken them over to help fix a few underlying issues along with just give them a new home to keep maintaining them. PackageId is the same to satisfy prereqs if swapping. What changed? Not
What is this?
Original author is no longer interested in maintaining these mods and thus i've taken them over to help fix a few underlying issues along with just give them a new home to keep maintaining them. PackageId is the same to satisfy prereqs if swapping.What changed?
Not much. The original mod was very simplistic so it means the code was actually fairly solid, but i did make a few improvements.- Adding path caching so if anything calls the pawn renderer again we aren't re-scanning for our path again.
- General code cleanup/simplification. Similar logic/fixes as the female body variants continued.
- Old one had its harmony patch named "FemaleBodyVarients", it didn't seem to cause issues but fixed that to actually be called the same name as the mod.
Performance
Gonna be the same as before (possibly better but we're talking such a miniscule amount I'm not gonna claim much of anything here). Should run once until something forces the pawn renderer to refresh its cache, but otherwise very quick, very minimal, tested against dubs.Recommended Mods
Female Variant Clothing: For Fat Bodies - Good set of mods for the fat female when using the scrubdaddy bodies.Original Description
This mod provides a way to load, on the fly, a different apparel texture for thin, fat and hulk females if the texture exists (loaded by another mod). Example: /Common/Textures/Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_Female_south.png /Common/Textures/Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_Female_east.png /Common/Textures/Things/Pawn/Humanlike/Apparel/PowerArmor/PowerArmor_Hulk_Female_north.png This mod is intended to be used for other modders as a base to new female apparel exclusive textures. With this they only need to provide the new textures and no coding xml or c# is needed.
Github
