neymarhexa
Newbie
- Jul 28, 2022
- 24
- 137
- 64
Probably, the solution that DPC will adopt is to check these variables: ep11_bianca_dick, ep11_bianca_flirtNarratively, it could be.
Programmatically, it does not make any sense to initialize a variable to False and then provide just one conditional instruction that sets it to... False, as it was from the beginning.
I repeat: with current v0.11.1 , at the end of Episode 11 the variableep11_bianca_pathwill ALWAYS beFalse, no matter what the player chooses.
What you are suggesting could work only if in case the player chooses to stop flirting the variable were set to True. But there is not any instruction to set it to True.
So, unless DPC releases a patch for Episode 11, he will not be able to detect what the player chose. This is a technical bug that makes the variableep11_bianca_pathprogrammatically useless.
What's the use of a variable which can ONLY be False?
---
The problem is that installing such a patch won't fix saves made while playing with v0.11.1. Users would be forced to replay Episode 11 from a save before that menu is displayed to correctly assign the value to the variableep11_bianca_path
(I have a workaround for this, but it would require to change the name to that variable, and then if the game detects the old variable and not the new one, it explicitly asks "Did you choose to flirt more with Bianca?" and uses this answer to valorize the new variable, since the old one doesn't carry any information)
---
In particular, about:
Currently that variable is not tested anywhere, so the bug doesn't cause any issue during gameplay.
It can only be spotted by decompiling the scripts. And we all know how much DPC hates folks decompliling his code... So likely no one dares reporting "Hey, I decompiled your game and found a bug" under the fear of being instabanned.
Instead of: ep11_bianca_path
Then, by checking these other variables, our great genius DPC will update ep11_bianca_path to True. (Although some people may have enabled all these variables and, when it came to the choices of flirting more with Bianca or not, changed their minds and backed out. But since he hasn't released a patch until now, this is probably how it will be.)