TonyMurray

Conversation Conqueror
Apr 8, 2024
6,441
12,065
774
RenPy_universal_transparent_textbox_mod_v2.6.4_by_Penfold_Mole

put it in any Ren'Py GAME Folder
I don't think that's what was being referenced, since there's no textbox in that screenshot, it's the back of a laptop. I suspect it's more about the cameo from another game.
 
  • Like
Reactions: FRVN

bratkoratko

Member
Jan 11, 2023
162
539
216
Didnt play this for like a year, now when the game is finished which ros actually got their own epilogues?Only Jaye and Mal or?
 

Jafo

Well-Known Member
Oct 8, 2017
1,322
4,384
445
Can somebody help me out with this error?

When chapter 10 begins I get this error straight away. I don't use a mod. And rejected Mal and Jaye.

You don't have permission to view the spoiler content. Log in or register now.
 

ename144

Engaged Member
Sep 20, 2018
3,738
15,514
681
Can somebody help me out with this error?

When chapter 10 begins I get this error straight away. I don't use a mod. And rejected Mal and Jaye.

You don't have permission to view the spoiler content. Log in or register now.
If I'm parsing this correctly, the game is trying to find out if the MC cheated on Jaye with Lisa, but it can't find the variables. That probably means the devs tinkered with the code after your save was made. If you can reload an earlier save and play through the date with Lisa again that might solve the issue.
 
  • Like
Reactions: Jafo

alain8891

Member
Dec 18, 2023
396
1,445
276
Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.
The hotfix is 1.10a, and it definitely fixes this bug.
You haven't installed it properly. Did you replace the scripts.rpa file with the one the hotfix provides?

The error was because "bool179 = False" is not proper RenPy syntax, the proper syntax is "bool179 == False".
And this is from the 1.10a script Ch10 script, line 46:
Code:
    if ((num042 >= 1) and (bool179 == False)):
 
  • Like
Reactions: Jafo

motseer

Forum Fanatic
Dec 17, 2021
4,806
12,324
637
It's not, the links are all for 1.10 (click on them and check for yourself). But the hotfix (1.10a) is included below the Mac links.
Try this: Sons of Liberty Compression there is very little quality loss. It's what I downloaded and it works flawlessly. You're right, it appears the OP version needs to have the hotfix installed.
 

Jafo

Well-Known Member
Oct 8, 2017
1,322
4,384
445
This one was fixed with 1.10a, you're not using the latest release...
Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.
You are mistaken. The current version on the OP is 1.10a:

View attachment 5144467
The hotfix is 1.10a, and it definitely fixes this bug.
You haven't installed it properly. Did you replace the scripts.rpa file with the one the hotfix provides?

The error was because "bool179 = False" is not proper RenPy syntax, the proper syntax is "bool179 == False".
And this is from the 1.10a script Ch10 script, line 46:
Code:
    if ((num042 >= 1) and (bool179 == False)):
Try this: Sons of Liberty Compression there is very little quality loss. It's what I downloaded and it works flawlessly. You're right, it appears the OP version needs to have the hotfix installed.

All Thanks a lot. I am going to try.
 
  • Like
Reactions: motseer
4.60 star(s) 417 Votes