Upload and Download with Playmaker

Discussion and help for Easy Save 3
Post Reply
G81
Posts: 1
Joined: Sat Jun 06, 2020 12:16 am

Upload and Download with Playmaker

Post by G81 »

Hi

I'm using playmaker.
Can you explain the method to save all variables from a fsm, upload them to server, download and load them?

I have this in my test scene:

state1:
Save All;
ES3 File Create with "sync with file" box checked; I think it creates the es3 with the key from save all action!?

state2:
ES3 Cloud Upload ES3 File

state3:
i reset all variables

state4:
ES3 Cloud Download ES3 File

state5:
Load All
Here is where i have my doubts. Does it loads what it's in cache or it loads the variables it downloaded??

Should i use "ES3 File Sync" or "ES3 Cloud Sync" before the "Load All" action ?

Thanks
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Upload and Download with Playmaker

Post by Joel »

Hi there,

To save all variables and upload them to the server you should do the following:
  1. Save All action
  2. ES3 Cloud Upload File
And to download them from the server to a local file:
  1. ES3 Cloud Download File
  2. Load All action
The ES3 File actions are for the ES3File functionality, which has been deprecated. If your intention is to cache data, you can press 'Override default settings' in the actions and set the storage location to Cache.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply