- Jan 11, 2020
- 819
- 2,766
Yep still still true.Quick question.
Is this still planned? Or you changed that too?
Yep still still true.Quick question.
Is this still planned? Or you changed that too?
Will there be an updated version?Updated my android port.
I have this error in compressed version, which is not fixed.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
show bg daythree71 at center with dissolve:
ypos 700
linear 8.0 ypos 1400
show bg daythree71 with dissolve
show bg daythree70 at top with dissolve
show bg daythree70 with dissolve
Updated my android port.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!
¯\_(ツ)_/¯You must be registered to see the linksORYou must be registered to see the links
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.
You must be registered to see the links
MEGA
Size 208 MB
Updates are faster onYou must be registered to see the links.
Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Thanks for the postI 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
getting the same with hotfix too.