Thanks it worked and no longer error is shown.
However I dont know where the file is saved. There is no folder in android data like coc2 and my device is not rooted.
Dont know where the exported save files go. Or where can I put files so the game can recognize them and import them.
Look in:
Code:
/sdcard/data/com.taintedspace.www
I'm surprised you aren't hired yet. I feel like you could fixe alot of issues with the game.
I forgot to mention something else I did; turns out there's an arbitary limit on the number of pages of buttons the game will let you have. IIRC, they hard-coded it so it won't go past page 4. There's no really good reason that this limit exists; it's purely artificial (Essentially the game says "if there are more than four pages, but we're currently on page 4, don't show the 'next page' button).
I brought that to their attention and their response was "why would you need more than four pages of buttons?"
To show how dumb this is, I'll make an analogy. In the words of Bill Gates (allegedly) in 1980something, "640K (of ram) ought to be enough for anybody."
If your inventory is huge (or your carrying capacity is bumped up ever) this limit can come into play easily, effectively blocking you from accessing all your inventory. You can actually do this in current builds by editing your save file.
So yeah, they decided to not fix that even though I included a patch.