Search found 7 matches

by Zandan
Fri Jun 10, 2022 9:40 am
Forum: General Discussion
Topic: Keep saves on Android even after you delete the game?
Replies: 1
Views: 532

Keep saves on Android even after you delete the game?

Hi,

ES has been working great. However I often do tests and I sometimes have to uninstall the game before upload next one on my phone. In that case saves are deleted as well. I have my file saved in the default location - persistent data path. How to make that saves are kept?

Thank you.
by Zandan
Tue May 24, 2022 5:40 pm
Forum: General Discussion
Topic: Cannot load before saved on first launch
Replies: 1
Views: 505

Cannot load before saved on first launch

Hello, I'm stuck in Catch 22 here. I use Playmaker and before I load arrays and variables I need to save first, so keys from where to load to be created, otherwise an error is thrown for missing save. However when I do that the game always saves all the information before it's loaded, saves get basi...
by Zandan
Sun Feb 06, 2022 3:53 pm
Forum: General Discussion
Topic: SaveFile.es3 could not be found error
Replies: 2
Views: 719

Re: SaveFile.es3 could not be found error

I see, thank you.
by Zandan
Sun Feb 06, 2022 11:24 am
Forum: General Discussion
Topic: SaveFile.es3 could not be found error
Replies: 2
Views: 719

SaveFile.es3 could not be found error

I'm just starting to try ES3 to work using playmaker. I tried to save and load an array, but I get the following error: obj-reqs-array : FSM : State 3 : ES3ArraylistLoad : System.IO.FileNotFoundException: File "C:/Users/ username /AppData/LocalLow/ companyname/gamename /SaveFile.es3" could...
by Zandan
Mon Jan 17, 2022 2:52 pm
Forum: PlayMaker Examples
Topic: Saving and loading a CSV spreadsheet using PlayMaker
Replies: 24
Views: 26796

Re: Saving and loading a CSV spreadsheet using PlayMaker

Hello, I posted in the general forum, but I see there is an example here which works.
Could I please ask do we need to use ES3 Spreadsheet create action every single time we launch or once created it's there as variable?
by Zandan
Mon Jun 30, 2014 10:40 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Save multiple bools at once?
Replies: 2
Views: 2856

Re: Save multiple bools at once?

Hi, thank you. It helps.
I'll carefully follow and if I have issues I'll post screens.
by Zandan
Sun Jun 29, 2014 10:36 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Save multiple bools at once?
Replies: 2
Views: 2856

Save multiple bools at once?

Hello, just registered. I'd like to ask is it possible with ES2 to save multiple bools at once. I have over 40 true/false bools in my project. I save them using Playmaker with the save bool action individually. However in another scene I want check if any of those bools is true? Would than mean I ha...