|
metadata
I’m no expert on this kind of stuff but it doesn’t seem like it is that difficult to have a save feature that doesn’t involve manually copying a text string, manually creating a folder, saving it, then re importing it later. The developers for nearly every other idle game on kong have figured this out.
|
|
|
metadata
There is a save feature. It’s your browser/computer problem if the game is not being propely saved.
The export/import is only if you need a copy of your save.
Edit: If you want the developer to help you figure out if it’s a bug, you should answer some question like:
1) Operational System?
2) Browser? Browser Version?
3) It’s only occurring with this game?
|
|
|
metadata
The broken saves, and having to constantly import/export the code is a major headache.
To resolve the issue we need to know what unusual save system Trimps is using. It’s not saving it in Kong/Flash. It doesn’t seem to be saving in Kong/cookie. I see the game accesses github, but I’m not seeing any Github cookies. I haven’t been able find where the heck the game is trying to save game data, so I can’t fix it.
|
|
|
metadata
I’ve never had any trouble with losing data in Trimps or in any other game.
If you are constantly losing data you should answer the above question already posted for the developer figure out what is causing this bug.
Anyway, Cloud Saving would be a great idea for the game.
|
|
|
metadata
Try to white-list [http://trimps.github.io/](http://trimps.github.io/)#
|
|
|
metadata
Like I said, I already checked Github cookies. When I load [http://trimps.github.io/](http://trimps.github.io/) the page info says it’s not storing any information on my computer. There’s nothing there to whitelist.
I’ve already got Kong whitelisted.
Trimps is not a normal Kong game, and it doesn’t use the normal game save methods. We can’t fix the problem until someone identifies what unusual save method Trimps is using.
|
|
|
metadata
> *Originally posted by **[Alsee](/forums/11406/topics/544064?page=1#posts-9732691):***
>
> Like I said, I already checked Github cookies. When I load [http://trimps.github.io/](http://trimps.github.io/) the page info says it’s not storing any information on my computer. There’s nothing there to whitelist.
>
> I’ve already got Kong whitelisted.
>
> Trimps is not a normal Kong game, and it doesn’t use the normal game save methods. We can’t fix the problem until someone identifies what unusual save method Trimps is using.
According to the github: Welcome to Trimps! This game saves using Local Storage in your browser. Clearing your cookies or browser settings will cause your save to disappear. Please …
And the game is in HTML5.
Two seconds of Googling:

|
|
|
metadata
Yes, I checked exactly that panel (except in English).
There’s a long list of sites, and trimps.github.io doesn’t exist.
Not that it matters, but I’m running Firefox on Win7. This is the only game having a problem.
|
|
|
metadata
What you should be looking for is DOM Storage not cookies. I don’t have Firefox installed but for Internet Explorer it was located:
`C:\Users\YOUR_NAME\AppData\Local\Microsoft\Internet Explorer\DOMStore\RANDOM_STRING\trimps.github[1].xml`
And the contents of the file was:
`<root><item name="trimpSave1" value="YOUR_EXPORT_CODE" ltime="##########" htime="########" /></root>`
|
|
|
metadata
> *Originally posted by **[Alsee](/forums/11406/topics/544064?page=1#posts-9733304):***
>
> Yes, I checked exactly that panel (except in English).
> There’s a long list of sites, and trimps.github.io doesn’t exist.
>
> Not that it matters, but I’m running Firefox on Win7. This is the only game having a problem.
Yes, it’s matter cause you can be using a Firefox an old firefox version without support for the saving file. But you have to say the version too. Some people are getting problem in the story box only in Safari. And some people can’t play trimps on Chrome because the lack of support for NPAPI.
And here you can find how you can acess your local storage on firefox: [https://developer.mozilla.org/en-US/docs/Tools/Storage\_Inspector](https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector)
Ctrl + Shift + I \> Go in settings and enable Storage \> Look for you save in local storage.
And it’s stored in the webappsstore.sqlite in appdata\Roaming\Mozilla\Firefox\Profiles\xxxxxxx.default
|
|
|
metadata
I updated from Firefox 40 to Firefox 41.0.1.
I enabled Storage Inspector.
I load [http://trimps.github.io/](http://trimps.github.io/) and inspect it.
Cookies/trimps.github.io: No data present for selected host.
IndexedDB/trimps.github.io: No data present for selected host.
Local Storage/trimps.github.io: No data present for selected host.
Session Storage/trimps.github.io: No data present for selected host.
|
|
|
metadata
Are your cookies enabled? Cause disabling them disable storage too, unless the site is in the whitelist. If the site is in the block list the Local Storage will be deleted after the session.
If the cookies are set to seesion only, the local storage will delete it too.
You may need to enable dom.storage here: about:config.
Or some program like CCleaner could be set to delete your data automatically.
|
|
|
metadata
Solved. Go to Tools/Options/Privacy/Cookie-Exceptions
Add trimps.github.io and save.
Note: Firefox lists no cookies for trimps.github.io, no session cookies for trimps.github.io, no data and no listing anywhere for trimps.github.io data. But add it anyway. Apparently Firefox uses this Cookie setting to control the new HTML5 storage location, and gives no listing for trimps.github.io data anywhere. No listing that it’s trying to save data, no indication that it’s being blocked. When this issue crops up on any random game or website, there seems to be no realistic method to track down where the problem is, or to figure out what site needs to be whitelisted.
|
|
|
metadata
Same thing we said yesterday. Glad you believe us after we shared all the gory technical details.
|
|
|
metadata
> *Originally posted by **[Alsee](/forums/11406/topics/544064?page=1#9734890)**:*
> Solved. Go to Tools/Options/Privacy/Cookie-Exceptions
> Add trimps.github.io and save.
>
> Note: Firefox lists no cookies for trimps.github.io, no session cookies for trimps.github.io, no data and no listing anywhere for trimps.github.io data. But add it anyway. Apparently Firefox uses this Cookie setting to control the new HTML5 storage location, and gives no listing for trimps.github.io data anywhere. No listing that it’s trying to save data, no indication that it’s being blocked. When this issue crops up on any random game or website, there seems to be no realistic method to track down where the problem is, or to figure out what site needs to be whitelisted.
>
>
Yep! fixed my problem, too. Strange: on Chrome on my other computer it just worked.
|
|
|
metadata
Still didn't fix it for me
|
|
|
metadata
My save completely disappeared, the cookies are still there, but the game will not do a damn thing at all. no export, import, wont pop up with that "connect to playfab" link or whatever. Nothing happens, but yet I have lost everything. Yes i put in a ticket and im pretty ticked because Ive put some money into this game and I do not want to lose everything again.
|