Hello! Could you make a version that separate hair style by gender?
I think I could, but it wouldn't be as clean a change since most of the hairs use a shared UUID for their character creation visual (CharacterCreationSharedVisual), so I'd have to both get rid of the CharacterCreationSharedVisual and then re-define them as a CharacterCreationAppearanceVisual based on race and body type. Dunno how I would do that modularly.
I'll look into it later though because I would like to have hair options that are gender appropriate.
Do you or do you not know whether it's possible to remove the beard options when playing a female character? (stinky.)
Unavailable due to work and thesis
Thou must returneth whence thou came. This land is peaceful, its inhabitants kind, but thou dost not belong. I beg of thee, plunge down from the plank, and hurry home.
Hello! Could you make a version that separate hair style by gender?
I think I could, but it wouldn't be as clean a change since most of the hairs use a shared UUID for their character creation visual (CharacterCreationSharedVisual), so I'd have to both get rid of the CharacterCreationSharedVisual and then re-define them as a CharacterCreationAppearanceVisual based on race and body type. Dunno how I would do that modularly.
I'll look into it later though because I would like to have hair options that are gender appropriate.
Does it allow you to add a new property? Not visible on the UI.
1 = Male, 2 = Female. Default = 0. Then just set 1 or 2 on all the hairs you know, and order by that. Of course any new ones or ones from other mods would need those values amending.
Dunno if that sorta thing is possible or not, never modded BG3.
Last edited by Magick on March 16th, 2024, 23:46, edited 1 time in total.