manliocercato wrote:
Is it possible to do this with Monica? when I have to try to undress her?
thanks
Download and install the mod and you'l be able to undress her (that's all, no fucking)
To munky: I wanted the door to be fully open when we first meet Saiko, so I searched through the files, changed the initial values of the door in the file XStoryPlayer 3\pack\pack_tentacle_dreams\init\stories\tentacle_dreams\scenes\room3b.dat:
door_objecti DOOR1
{
//q = -35;
//q_min = -35;
//q_max = 0;
q = 0;
q_min = -130;
q_max = 130;
q_spring = 1.33;
open = false;
obj_name = "rdoor2:rdoor3Door";
}
But it doesn't work. I suspect somewhere the values are redefined between the first initialization and the time we can fully open the door but I can't seem to find where. Maybe you'll have more luck?
Edit: alright, so as I finally suspected, it was simply a matter of save state. I was loading this part directly from the save and the door was already initialized from the file that was current at the moment of the save so it didn't take in account my new parameters. I tried from the save before that and the door correctly initialized, thus being able to be opened:
I think it would be a good addition to your mod
Though further testing would be good I think because the save state thing can be tricky. I saved before starting to "testfuck" her and loaded then: the door was closed and impossible to open from the inside, seemingly in a closed state. I think that setting the open par to "true" would solve it on another test run but I didn't test it. Anyway, you can still ask Saiko the usual things and then get the door to open normally when she gets attacked.