I'm having trouble getting 4K skins to work in this mod. The description mentions how to use custom clothing mods, but nothing about texture mods.
Specifically
this mod.
I've tried unpacking pack_love_party_05.bin and searched through the whole lot for .ini files and .dat files, but nothing seems to be pointing to an obvious fix.
THINGS I'VE TRIED:I looked at the following 2 files...
XStoryPlayer 3.5\pack\pack_love_party_05\init\stories\dungeon\settings\stat_monica.dat
XStoryPlayer 3.5\pack\pack_love_party_05\init\stories\dungeon\settings\stat_monsai.dat
...and noticed this...
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;
}...I added a new line in both files, so it ended up looking like this...
s3
{
pos = 3;
name = "Makeup";
v0 = "#";
v1 = "scenes/textures/character7/body_all2_png.dds";
v2 = "scenes/textures/character7/body_all3_png.dds";
v3 = "scenes/textures/character7/no_makeup.dds";
vn0 = "Default";
vn1 = "Slutty";
vn2 = "Tattoo";
vn3 = "NoMakeup";
obj = MONICA;
type = SKIN_TEX;
}...I managed to get the new skin to work by placing my new 4096x4096 "skin no_makeup.dds" into
XStoryPlayer 3.5\pack\pack_love_party_05\scenes\textures\character7 but it was still only 2048x2048.
So, my question is - where and how do I tell the program to use 4096x4096 skins instead of the standard 2048x2048? The _plugin.ini that comes with
this mod has the line... "
skin_size = 4096;" in it. Is that something relevant?
HEEELP!
