- Dec 6, 2016
- 417
- 652
The answer is a few posts before yours.New update is literally not playable for me. I get errors every 5 seconds
The answer is a few posts before yours.New update is literally not playable for me. I get errors every 5 seconds
Yeah I was a bit too fast, it workedThe answer is a few posts before yours.
You choose to enable the console. Then you open the game and load a save and use "Shift+O" and then pasteSorry I have no experience in coding or anything like this, but would you be able to explain how you did that step by step?
I downloaded UnRen.Bot .9, moved to in the game's folder, but I don't know which option to choose before typing that down Myself101
Let me know if I did something wrong. I inserted it into Line 84 too, so it looks like:Thx, I put
define ida_house_date_done_today=False
in line 84 of the script.rpy and it seems to fix the issue on a new game without needing to go into the console (as I'm pretty sure I'll forget the exact text time and time again).
Let me know if I did something wrong. I inserted it into Line 84 too, so it looks like:
define olivia_num = False
define grace_num = False
define bella_num = False
define jack_num = False
define izumi_num = False
define alice_num = False
define lara_num = False
define jack_secretary = False
define ida_house_date_done_today=False
I'm getting the attached error message. Thanks!
EDIT: As Myself101 pointed out, if you (play Mac) press Shift+O and type:
define ida_house_date_done_today=False
It will solve the 5 PM issue.
This game is not packed - you can edit all scripts directly in the game folder (the *.rpy files contain the scripts). The 5 pm issue occurs because a required variable is not introduced. As soon as it is that error goes away. Someone mentioned how to do this through the console. I merely put that code into the games initialization logic so it will happen automatically when starting a new game (to fix it on savegames you will still have to go the console route as the init logic is only executed when starting a new game).Sorry I have no experience in coding or anything like this, but would you be able to explain how you did that step by step?
I downloaded UnRen.Bot .9, moved to in the game's folder, but I don't know which option to choose before typing that down Myself101
can you change the game to port atmeabi-v7a , so I can play? Please help me
this port uses armeabi.
it's an universal build (armeabi-v7a, arm64-v8a, x86_64) like all of my ports for more than a year now.
read my lips, this port contains armeabi-v7a.can you change the game to port atmeabi-v7a , so I can play? Please help me