- Jan 27, 2017
- 7,826
- 24,417
here is my unofficial Android port of TAC The Original Story Season 2 Part3a.
since the developer had not implemented a check for the validity of the save files, i had to do one myself, which means that only the "end" save files from my Season 1 port and the save files from my Season 2 port could be used.
at the very first start of the app you get the chance to import valid Season 1 save files. do or do not, there is no try. this is the only opportunity, later you have to do this manually.
from now on my Android ports of Ren'Py games have a 2nd, persistent save location like Windows. if you uninstall the app, the save files and persistent data remain intact.
therefore it 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 me
-
You must be registered to see the links
You don't have permission to view the spoiler content.
Log in or register now.
at the very first start of the app you get the chance to import valid Season 1 save files. do or do not, there is no try. this is the only opportunity, later you have to do this manually.
from now on my Android ports of Ren'Py games have a 2nd, persistent save location like Windows. if you uninstall the app, the save files and persistent data remain intact.
therefore it 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 me
You must be registered to see the links
).