RimWorld

RimWorld

43 ratings
FemaleApparelVariants
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.6
File Size
Posted
Updated
11.593 KB
29 Jun @ 8:26am
2 Aug @ 6:30am
2 Change Notes ( view )

Subscribe to download
FemaleApparelVariants

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.
Popular Discussions View All (1)
0
2 Aug @ 7:17am
Report Errors
tiagocc0
29 Comments
Kittah Khan 13 Aug @ 4:10pm 
@tiagocc0
Don't feel pressured, it's just a suggestion that I figured went with your other variants mods.
tiagocc0  [author] 13 Aug @ 3:07pm 
I see, there seems to be a problem as well for the body mod where fur variants sill don't show tattoos as well. They seem to behave in a different way, I might try looking into it in the future but I don't know when.
Kittah Khan 13 Aug @ 12:51pm 
@tiagocc0
Any mod that changes the outline/shape significantly between female/male bodies results in tattoos that may fall outside of the contours of one of the genders, WDI's realistic bodies shows this clearly with female hulk and some of the ideology tattoos like "Sun" and "Wings".

Same problem as apparel that doesn't fit.
tiagocc0  [author] 13 Aug @ 12:34pm 
what is the problem with tattoos?
Kittah Khan 13 Aug @ 4:47am 
Great mod, any chance you can do the same for tattoos?
Mirvra 12 Aug @ 10:19am 
This mod and femalebodyvariants is absolutely goated.

Only sad part is that it's such a new mod, so those of us with no skills have to wait for the good people with actual skills to make use of this to make mods we can use :Aste_Fio:

Looking forward to seeing what people can make with this though! :Aste_Esto:
♥ hazelnot ♥ 11 Aug @ 5:09am 
Thanks a lot for the fix!
тетеря, блин 6 Aug @ 7:37am 
often getting this error using character editor:

https://gist.github.com/HugsLibRecordKeeper/7dfbc23f4f2b569755e60cf2560f25c6

Failed to find any textures at UWUnderwear/panties/panties while constructing Multi(initPath=UWUnderwear/panties/panties, color=RGBA(0.682, 0.859, 0.894, 1.000), colorTwo=RGBA(1.000, 1.000, 1.000, 1.000))
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
Verse.Graphic_Multi:Init (Verse.GraphicRequest)
Verse.GraphicDatabase:GetInner<Verse.Graphic_Multi> (Verse.GraphicRequest)
FemaleApparelVariants.PawnRenderNode_Apparel_GraphicsFor_Patch:TryGetGraphicApparelWithFemaleVariant


it refer to UnderWhere mod, but also has something with FemaleApparelVariants. if there's an error, please, add compatibility,
sloth 3 Aug @ 4:45am 
seems to be fixed, good work.
tiagocc0  [author] 2 Aug @ 6:33am 
Made an update, I did found a bug on my code, for things that does not have a default direction texture it would give an error, which seems to be the case of some modded apparels which probably are using some custom code to load it correctly.

I tested Medieval Overhaul and the coif worked. Let me know if you guys find any other error.

Thanks.