Hi johnfromaccounting,
If you go to this page
[MOD] ❤ Love Party v0.5 ❤ // 10-04-2016 \\and scroll down to
How to use custom clothing mods: there are some instructions.
Here is an example already done.
Quote:
cloth_object
{
// Saiko Strapless Dress was created by: SmithClub
// Version: 1.0
character = "Saiko";
name = "Strapless Dress";
item[0]
{
object = "#plugin/SC Saiko Strapless/minidressShape.obj";
stand_state = "#plugin/SC Saiko Strapless/minidress.dat";
type = 0;
texture[0] = "#plugin/SC Saiko Strapless/textures/cloth_png01.dds";
texture[1] = "#plugin/SC Saiko Strapless/textures/cloth_png02.dds";
texture[2] = "#plugin/SC Saiko Strapless/textures/cloth_png03.dds";
texture[3] = "#plugin/SC Saiko Strapless/textures/cloth_png04.dds";
texture[4] = "#plugin/SC Saiko Strapless/textures/cloth_png05.dds";
texture[5] = "#plugin/SC Saiko Strapless/textures/cloth_png06.dds";
texture[6] = "#plugin/SC Saiko Strapless/textures/cloth_png07.dds";
texture[7] = "#plugin/SC Saiko Strapless/textures/cloth_png08.dds";
texture[8] = "#plugin/SC Saiko Strapless/textures/cloth_png09.dds";
texture[9] = "#plugin/SC Saiko Strapless/textures/cloth_png10.dds";
}
}
cloth_object
{
// Saiko Strapless Dress was created by: SmithClub
// Version: 1.0
character = "Laura";
name = "Strapless Dress";
item[0]
{
object = "#plugin/SC Saiko Strapless/minidressShape.obj";
stand_state = "#plugin/SC Saiko Strapless/minidress.dat";
type = 0;
texture[0] = "#plugin/SC Saiko Strapless/textures/cloth_png01.dds";
texture[1] = "#plugin/SC Saiko Strapless/textures/cloth_png02.dds";
texture[2] = "#plugin/SC Saiko Strapless/textures/cloth_png03.dds";
texture[3] = "#plugin/SC Saiko Strapless/textures/cloth_png04.dds";
texture[4] = "#plugin/SC Saiko Strapless/textures/cloth_png05.dds";
texture[5] = "#plugin/SC Saiko Strapless/textures/cloth_png06.dds";
texture[6] = "#plugin/SC Saiko Strapless/textures/cloth_png07.dds";
texture[7] = "#plugin/SC Saiko Strapless/textures/cloth_png08.dds";
texture[8] = "#plugin/SC Saiko Strapless/textures/cloth_png09.dds";
texture[9] = "#plugin/SC Saiko Strapless/textures/cloth_png10.dds";
}
}
Just copy and paste everything on the plugin.ini file and change the name in the second copy from Saiko to Laura as highlighted. You will need to do this for every MOD folder.
Hope this helps,
Smith