- May 22, 2017
- 3,215
- 8,050
Sorry, but no, because this is a problem with the compressed version of the game only, this bug does not exist in the original version of the game. It means that it would need a separate fix for the compressed version.Do you have a fix for this problem?
You don't have permission to view the spoiler content. Log in or register now.
The person who compressed it created that problem and should deal with it. I haven't downloaded that version nor have I downloaded any other modification of the game, I can't fix all of them.
___________________________________________________________________________________
Thank you very much!Appears that the existing code when choosing Brandy as prom queen is borked if the MC is in a triangle with Lizzie & Vanessa, causing it to cascade down to the Nichole scene, rather than the Brandy dance you get when only cheating with Lizzie:
Quick fix would be:You don't have permission to view the spoiler content. Log in or register now.
Proper fix would be another elif on e11_threesomeLV == True containing similar text but also mentioning Vanessa, but that's probably best left to RC?Code:brian curious "What is it?" if e11_fuckLizzie == True or e11_threesomeLV == True:
Edit:
There's also a bug in the Dianna/Rene ballroom scene (label e11c15). If you stopped blackmailing Dianna in ep 9 (e9_diannaApproach = 3 or 4) then the code skips straight to the hotel room without talking to her about it.
Code:# if e9_diannaApproach == 3 and e9_diannaApproach == 4: if e9_diannaApproach == 3 or e9_diannaApproach == 4:
I will take a look at those places in the ep11_convs.rpy later and try to figure it out.
Last edited: