this is indeed a heavy coding error if :
it resets the poly points EVERY time to 5? edit :tested , it does
(at this scene are no sharing points to get/loose btw)
$ polygamy_points =+ 5
$brave_points =+ 10
etc
P&C Games
Yep, I hadn't pay attention to these wrong operands either while following the scripts.
Wrong operands in:
day_one.rpy
Go and suck up to the man himself.:
coward_points
=+ 5
I doubt he would oppose much if everyone in the house stood up with me.:
brave_points
=+ 5
Tell her to just reject the boy, she doesn’t need any other man in her life besides you.:
polygamy_points
=+ 5
day_two.rpy
I can't stop now. I'm in too deep.:
brave_points
=+ 10
There are no critical choices or conditions depending on these affected points yets, but could possibly not hurt to fix this manually.
You can drop my
ConsolesOn.rpy file into the game's
game folder and open the console by Shift+O and enter commands to correct this:
polygamy_points = x
brave_points = y
x, y = your desired values. You can check the current variable points by entering only "polygamy_points" and "brave_points".
Guess no one picked the coward choice anyway.
Otherwise, a restart is in order to get the proper values after an official fix was done.
I could provide fixed script files but these wouldn't be savegame compatible anymore as these script files are pulled from archives what renpy's rollback bullshit code expects. Guess I would have to store the fixed files into the rpa archive, but hey, fixing the mistakes can be much faster done by console commands above.
Let's hope the author will pay more attention in the future.
In my session, I only have to correct the brave_points, as I don't mind sharing Gabby with her girl-date which I'd love to cuddle too later like all the many daughters and mothers, including Selina. As long as Gabby won't bring a guy home, I see no difference between Selina and this still unknown date of Gabby.
My non-sharing session, except Gabby, has following points after fix:
polygamy_points = 30 (not sharing Gabby would be 35)
sharing_points = -10
brave_points = 30