Just apply the 'Fix' on the OP into the 'game' folder, update files and restart the game and that scene. It fixed it for me. :>)The game crash:
Full traceback:
File "game/script7.rpy", line 1153, in script
jump v12_day1_vanessa_good_route
File "H:\Misc\Test\Misc\A\Savior\Savior-0.12b-pc\renpy\execution.py", line 59, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.
While running game code:
File "game/script7.rpy", line 1153, in script
jump v12_day1_vanessa_good_route
Exception: Possible infinite loop.
if she up her right hand, u need to choose right, if left... choose left, if none, choose dodge, its time based, u need to "think fast"how is the fighting supposed to work?
Mod update?Edit: Updated for version 0.11c
I've made a Walkthrough/Gallery/Cheat mod for this game
Download : MEGA PIXELDRAIN
- Best choices in dialogue colored green
- Scene replay gallery added to the main menu
- Cheat menu button added to the top right of the screen
You must be registered to see the links
the66here is my unofficial android port of Savior v0.12b.
You don't have permission to view the spoiler content. Log in or register now.
from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.
have fun and please report problems (you can reach meYou must be registered to see the links).