When saving files to |D| on Mac and testing locally on Gideros Player, where are the files actually stored?
An issue that keep cropping up is that there appear to be multiple sets of each file, and the player sometimes loads different version of the same file.
I'm working on a challenge system, where the local file keeps track on progress. As you might imagine, this multiple file issue makes it hard to test!
Comments
https://deluxepixel.com
Likes: saeys
http://giderosmobile.com/forum/discussion/comment/469#Comment_469
also this thread may be useful
http://giderosmobile.com/forum/discussion/395/when-does-the-player-flush-its-document-directory/p1
On windows the |R| directory is in the same place as the |D| directory, maybe in Mac too.
Likes: totebo
https://deluxepixel.com
echo $TMPDIR
In my case, the files were found here:
If I remove them when Gideros Player is running, they magically get repopulated with previously saved data. So there are definitely copies of these files somewhere one the Mac. If I close Gideros Player down and remove them, fresh ones are created when I test the game.