Page 1 of 1

Easy Save with Kongregate

Posted: Fri Sep 06, 2019 3:11 pm
by sulokutty
Hi !

I didn't bought Easy Save yet.

I am not a coder. I make games with playMaker only. What my question is,
I am gonna publish an Idle game to Kongregate. It reuire frequent Data saving & load (when user re-launched game)
Planning to use Cloud save & load

Kongregate has integrated Login system, I will automatically login. What I want is ,I want to save each users data to cloud and they could able to load it when they logged in Kongregate again in different browser.

Thanks

Sorry for my English

Re: Easy Save with Kongregate

Posted: Sat Sep 07, 2019 10:21 am
by Joel
Hi there,

Firstly, you will need to ask Kongregate whether their service gives you permissions to send and receive data to and from a server.

With regards to implementation, there's information on setting up ES3Cloud on your server here. Then in PlayMaker you would just need to use the ES3 Cloud Create action to create an ES3Cloud object, and then use the ES3 Cloud Sync action to upload/download the data to/from the server. The available actions can be found here:

https://docs.moodkie.com/product/easy-s ... d-actions/

All the best,
Joel

Re: Easy Save with Kongregate

Posted: Mon Sep 09, 2019 9:29 am
by sulokutty
Joel wrote:Hi there,

Firstly, you will need to ask Kongregate whether their service gives you permissions to send and receive data to and from a server.

With regards to implementation, there's information on setting up ES3Cloud on your server here. Then in PlayMaker you would just need to use the ES3 Cloud Create action to create an ES3Cloud object, and then use the ES3 Cloud Sync action to upload/download the data to/from the server. The available actions can be found here:

https://docs.moodkie.com/product/easy-s ... d-actions/

All the best,
Joel
Thanks.
I just bought Easy Save from Asset Store.
I will get in touch with you, If i faced any issues.