3.90 star(s) 27 Votes

Draevis

Member
Nov 30, 2019
286
173
I've downloaded the 5.3 version from Mega from the link on SS and I keep running into missing images. So far I've run into bg ch5381g (when amelia tells Michelle she luvs her and to have fun on her date with dr. asa), bg ch5410g (when dr asa demonstrated the pill), and bg ch5415g (when Michelle watched amelia playing games on the couch with her friend) before I stopped.
 
Nov 6, 2022
22
8
assumedly, this error is causing it

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 59, in script call
call daytwo from _call_daytwo
File "game/daythree.rpy", line 624, in script
show bg daythree70 at top with dissolve
TypeError: 'bool' object is not callable

-- Full Traceback ------------------------------------------------------------

EDIT: Issue has been fixed by dev
I have this error in compressed version, which is not fixed.
It can be fixed by editing the daythree.rpy file at line 622:

replace these lines
show bg daythree71 at center with dissolve:
ypos 700
linear 8.0 ypos 1400


with this single line
show bg daythree71 with dissolve

-------------------------------

replace this line
show bg daythree70 at top with dissolve

with this line
show bg daythree70 with dissolve
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,167
10,188
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 5.3

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 208 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated my android port.
 

dbp5ca

Well-Known Member
Donor
Mar 13, 2017
1,007
821
I have this error in compressed version, which is not fixed.
It can be fixed by editing the daythree.rpy file at line 622:

replace these lines
show bg daythree71 at center with dissolve:
ypos 700
linear 8.0 ypos 1400


with this single line
show bg daythree71 with dissolve

-------------------------------

replace this line
show bg daythree70 at top with dissolve

with this line
show bg daythree70 with dissolve
Thanks for the post :)
 
3.90 star(s) 27 Votes