for scene with monica only :
you have to edit init\stories\dungeon\settings\stat_monica.dat
starting at line 114 you have
Code:
s3
{
pos = 3;
name = "Makeup";
v0 = "#";
v1 = "scenes/textures/character7/body_all2_png.dds";
v2 = "scenes/textures/character7/body_all3_png.dds";
vn0 = "Default";
vn1 = "Slutty";
vn2 = "Tattoo";
obj = MONICA;
type = SKIN_TEX;
}
here you define the menu options.
vX options are the files used
vnX options are the displayed texts in the menu.
so in the previous example "Slutty" use "/body_all2_png.dds"
you can add v3,vn3, v4v,vn4 ..... as many as you want
for the scene with saiko & monica, the file is init\stories\dungeon\settings\stat_monsai.dat