Page 1 of 1

WebGL Newgrounds Save

Posted: Mon May 02, 2022 5:16 pm
by DotArt
Hey, i was wondering if anyone has figured out how to use easy Save for saving on Newgrounds WebGL. It works fine when you upload the game but as soon as you update it or release a new version the URL gets changed and so the saved is wiped or cant be found. Does anyone know how to fix this

Thanks

Re: WebGL Newgrounds Save

Posted: Mon May 02, 2022 6:18 pm
by Joel
Hi there,

Unfortunately this is not something developers have control over as it’s part of the WebGL specification that the storage is linked to the application identifier for security reasons.

In this case the only alternative would be to store data to your own server, for example using the ES3Cloud functionality:

https://docs.moodkie.com/easy-save-3/es ... -es3cloud/

All the best,
Joel

Re: WebGL Newgrounds Save

Posted: Mon May 02, 2022 6:39 pm
by DotArt
Joel wrote: Mon May 02, 2022 6:18 pm Hi there,

Unfortunately this is not something developers have control over as it’s part of the WebGL specification that the storage is linked to the application identifier for security reasons.

In this case the only alternative would be to store data to your own server, for example using the ES3Cloud functionality:

https://docs.moodkie.com/easy-save-3/es ... -es3cloud/

All the best,
Joel
Wait so would this work with lets say google drive?

Re: WebGL Newgrounds Save

Posted: Tue May 03, 2022 9:36 am
by Joel
Hi there,

The ES3Cloud functionality is for syncing data with a server, not Google Drive. For Google Drive you would need to use a Google Drive plugin.

All the best,
Joel