Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello Lazy Cat,


thank you warmly for your detailed response, it helped me a lot!

Thanks to your table was I able to extend the party up to four members so far and man, your game becomes even more enjoyable as it progresses. Unfortunately, my progress never gets saved. May I ask you against what browsers you tested your game. I use Firefox and checking website-date it only shows me one cookie from your site but no "offline-data".

With best regards,

Alex

Hey @MyCasualGaming,

Sorry to hear that the progress is not being saved for you!  I will look into it. I am testing my game against Chrome and Firefox, so I haven't encountered this issue yet. Can you tell me which version of Firefox you're using? Also, It would help me to know your Operating System, like Windows, Linux, Android, iOS etc. If you can also share your console log with me, it would help even more! :)

To get access to the console, it's quite easy on Firefox, just press F12 on the keyboard, you will see a bunch of tabs there, one of them is called "Console":

You can copy the console log to https://pastebin.com/ and copy the link to the bin here or send it to me via a private message.

The save data is stored in something called IndexedDB, it's not the same as a cookie. It's a more modern kind of browser storage, and it's super fast compared to other options, that's why I'm using it.


thanks!

-A

Hello Lazy,

I am using Firefox 68 on Windows 8.1 64bit. I already saw the problem by reading the console log - I was blocking third-party cookies previously; after allow everything is working fine.

Sorry for making you trouble! If you are still interested, you will find the console-log here https://pastebin.com/gL1hB5BZ

With best regards,

Alex

No problem, I'm glad the issue is resolved! :)