How can I change lily's clothes?She doesn't have the wardrobe option in any of the public changing rooms(she's already at lvl4).is it possible at all?
If you don't mind editing the savegame-files (Glassix\saves\saveXX.json) to make it happen, it's certainly possible. You can make all the girls be naked (underwear on or off, you decide) all the time, even in public (casual/work periods).
Open the save-file in notepad, and find (near the end) the long list of girls and outfits that begins as follows:
\"motherAoutfitcasual\":\"casual\",\"motherAoutfitcasualunderwear\":1,\"motherAoutfitathome\":\"underwear\",\"motherAoutfitathomeunderwear\":0,\"motherAoutfitwork\":\"work\",\"motherAoutfitworkunderwear\":1,\"motherAoutfitswimsuit\":\"swimsuit\",\"motherAoutfitswimsuitunderwear\":1,\"motherAoutfits\":\"casual,work,bath,swimsuit,underwear\"
and replace for instance
\"motherAoutfitcasual\":\"casual\" with
\"motherAoutfitcasual\":\"underwear\".
The
"motherAoutfitcasualunderwear\":1 toggles underwear on (1) or off (0) during her "casual" period. Obviously, this can be done for all the girls listed, and all the different situations/timeframes (at home, casual, swimsuit, work); easy if you use search and replace.
So if you want Lily to walk around naked all the time, you need to change this:
\"demonAoutfitcasual\":\"casual\",\"demonAoutfitcasualunderwear\":1,\"demonAoutfitathome\":\"casual\",\"demonAoutfitathomeunderwear\":1,\"demonAoutfitwork\":\"work\",\"demonAoutfitworkunderwear\":1,\"demonAoutfits\":\"casual,work\",
to this:
\"demonAoutfitcasual\":\"underwear\",\"demonAoutfitcasualunderwear\":0,\"demonAoutfitathome\":\"underwear\",\"demonAoutfitathomeunderwear\":0,\"demonAoutfitwork\":\"underwear\",\"demonAoutfitworkunderwear\":0,\"demonAoutfits\":\"casual,work, underwear\",
If you prefer her demon-outfit instead of her ordinary clothes when she's trying to stay "undercover", just replace
"casual" with
"work". It's kind of self-explaining...
Note that in addition to replacing all references to outfits with
underwear, and changing the
1's to
0's, I also added
underwear to the list at the end; for Lily and Anael, it wasn't listed originally. Not really sure if it was neccesary, but it worked. (neither is bath or swimsuit, but the graphics for those don't exist either, so that definitely wouldn't work.)
After editing, save the file (keep a backup of the original...), and don't let notepad add .txt to the filename. Load the game, and she (or all of them...) 'll be naked, if that's what you wanted.