Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Android save file

A topic by TheusMonsoon created Apr 02, 2019 Views: 4,171 Replies: 5
Viewing posts 1 to 5

Hello, i'm trying to backup my save file from the android version, but i can't find the save file location....where the save file is stored?

Developer

Unfortunately I don't know where saves are stored in Android version. I'll try to find em. Android platform is new for me and I'm still learning..

Hello, I have a trouble to find my savegames. I played this game in chome on mac and now I buy and download offline version for mac.  Where I can find savegames on this two versions? Thank you for advice. 

(2 edits)

If you play web based applications, they have no access to your system`s file system. Mostly saving in web based application is doing with cookie´s.

Try "cookies in chrome" on google for more information. Perhaps you can extract savefiles from there? You can try this tool for looking deeper into the cookies. This link is in german language, but you can easy find comparable tools in other languages. Try "analysing cookies" on google.

https://www.tecchannel.de/a/maxa-cookie-manager-standard-cookies-analysieren-und...

You can find savegame on mac here ~/.godot/app_userdata/yourgame

or perhaps here ~/.local/share/godot/app_userdata

https://godotengine.org/qa/12630/where-does-user-point-to-in-different-os

But in your situation is is easier to start a new game, instead of exporting savefile from a cookie to a mac file.

(2 edits)

Found my saves in my rooted Noxplayer Android-Test-Environment here.

/data/data/org.godotengine.highschoolofsuccbus/files/saves

But you have only access there on a rooted Android System. You should be carefully to root your Android. You decrease the security level for your phone, loose any warranties, some other apps can refuse to work and updating your system could be more difficulty.

https://en.wikipedia.org/wiki/Rooting_(Android)

I will try to find a solution to get access to the saves without rooting by changing the manifest of HOS and try to define there that HOS should store it´s savefiles at a different place where we have access without rooting.

I stopped my tries to change the manifest of HOS for now. You can't open that easy the AndroidManifest.xml. It´s a binary xml format, so you need at least a converter in both directions, if you want to change a textline there. Next problem is the apk package format the AndroidManifest.xml is stored in. You can´t go in there and change some data. You need to decompile the APK file first, then you can make your changes and finaly recompile it back. At some point there is also the need of signing the apk. This is really to much work, for changing some few textlines to allow the app access to external storage. Android is a piece of shit.