Do you happen to know of a way to change the outfit of a girl ? Some of them have cosplay outfits.
You could mod them in as alts for your choice of outfit, just make a nesting folder with this sequence
mod\modname\ch\charactername\st2
(replace
modname
with with whatever and
charactername
with the name of the character, also if it's DLC content put a folder with the DLC pack's name between
modname
and
ch
), the copy past the assets of your choice and name them using this example as the base.
name_tag1_position_tag2_altoutfitname
(replace
name
with the name of the character,
tag1
with the type of clothing it is (
bot
for bottom wear,
top
for top wear, and
acc
for accessory),
position
with the position name (usually just a letter),
tag2
for special condition of the outfit (usually only used for pregnancy (
pregnant
) and can be skipped),
alt
with what ever you want, and
outfitname
with the name of the outfit you wish this to be an alternative of. be sure to get rid of any unnecessary
_
s (only 1 between each key word)).
Once you've done that by a command along the line of
name.flags.altoutfitname = True
(replacing
name
with the character's name and
altoutfitname
based on the above info) they should now wear your modded in outfit.