Search found 5 matches

by sulokutty
Wed Apr 08, 2020 6:37 pm
Forum: General Discussion
Topic: In-game Promo code
Replies: 3
Views: 1720

Re: In-game Promo code

Hello ! Now this is what I planned to do. This is just Webgl game. I generate random User ID and 3 Random promo codes when game launched. And save them locally and as well as to Database. In my website, I ask user to enter User ID and generate Codes. So, from Website, I will lookup database for code...
by sulokutty
Mon Apr 06, 2020 7:18 pm
Forum: General Discussion
Topic: In-game Promo code
Replies: 3
Views: 1720

In-game Promo code

Hello ! I like to have an feature which allows players to unlock some in-game items by entering promo code. Let's say an in-game item can be unlocked by entering any one code from 20 codes. Codes can be obtained from website only. When Generate button pressed, 1 out of 20 code will be displayed. How...
by sulokutty
Fri Feb 21, 2020 6:56 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Upload Spreadsheet to web
Replies: 1
Views: 7097

Upload Spreadsheet to web

Hello !

is it possible to save data on Spreadsheet and upload in to server? Also load from Spreadsheet on Server too ?

Thanks
by sulokutty
Mon Sep 09, 2019 9:29 am
Forum: General Discussion
Topic: Easy Save with Kongregate
Replies: 2
Views: 1549

Re: Easy Save with Kongregate

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 Cr...
by sulokutty
Fri Sep 06, 2019 3:11 pm
Forum: General Discussion
Topic: Easy Save with Kongregate
Replies: 2
Views: 1549

Easy Save with Kongregate

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 sys...