Page 3 of 7

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 1:28 pm
by jack1974
Haha Terry can drive the car with the power of his mind! :lol:
Sorry I know, unfortunately I have only that pose of terry and it's indeed not a good one to drive :mrgreen:

Regarding Jade yes probably it's just enough to remove those lines/references and it works. Originally maybe those scenes would unlock only if you had max relationship with Jade but things changed with scheduler no longer there etc. Anyway it's an easy fix luckily :)

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 1:30 pm
by Franka
Yep, just delete the references to having gone there before, it's just a few lines, but keep in mind there are also lines further into that scene about having talked to her about Lana, which also didn't happen.

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 1:33 pm
by jack1974
Yes I'm reviewing that scene, I think originally was supposed to trigger ONLY if you went to Halloween with Jade, and I could probably do that, but would be harder to trigger then. Anyway, thanks, will find a way to make it work :)

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 4:47 pm
by Franka
Is there any special reason why you've inverted this background? The signs are mirrored...

Image

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 5:12 pm
by jack1974
Ah probably I flipped it by mistake :lol:

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 7:09 pm
by Franka
Another thing going wrong:

Even though I turned down Rika's job offer, I still get the restaurant scene at rika.rpyc 1018 (and crazy driver step dad scene :lol: ). I think you just forgot a rika_job=="accepted" in gameflow.rpyc

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 7:24 pm
by jack1974
Strange, since indeed it's there:

Code: Select all

    if rika_job=="accepted":
        call rika_3_Sc015b_JobInterview
so somehow you got accepted? could be that you mixed with another save? anyway that's why I made the call label log, so it's possible to understand what's going on :lol:

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 7:51 pm
by jack1974
Ah wait in a line before there could be a mistake indeed, and it would always call "Rika05_Sc029_JobProbationEnd". So if the called scene is that one, yes you're right!

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 8:20 pm
by Franka
Yep, the JobProbationEnd scene is the one that always get called.

Re: Volleyball Heaven beta

Posted: Fri Apr 24, 2020 9:35 pm
by jack1974
Thanks, will be fixed on next update :)