How does ez save?

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
wheretheidivides
Posts: 4
Joined: Mon Jun 13, 2016 1:03 am

How does ez save?

Post by wheretheidivides »

SO I downloaded a advanced prefs editor app from the asset store. In the window it shows all player prefs and their values. This displays correctly except for ez save 2. It seems to be encrpyed. I do not have encrypted checked or a password. So is this normal? Does ez save save normal so it can be viewed or is it some weird format?
Capture.PNG
Capture.PNG (51.81 KiB) Viewed 7018 times
Capture2.PNG
Capture2.PNG (21.27 KiB) Viewed 7018 times
Capture3.PNG
Capture3.PNG (11.69 KiB) Viewed 7018 times
User avatar
Joel
Moodkie Staff
Posts: 4851
Joined: Wed Nov 07, 2012 10:32 pm

Re: How does ez save?

Post by Joel »

Hi there,

Easy Save stores data in binary format as this is much more compact than other formats, but does mean that data will not be readable.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
wheretheidivides
Posts: 4
Joined: Mon Jun 13, 2016 1:03 am

Re: How does ez save?

Post by wheretheidivides »

So the obvious guy says, 'how about in a future update you give the programmer the option to store it normally?" That way we can see the variables in the player prefs while programming then when ready to export, can click the bool in the editor to go to the other format. Just a thought.
User avatar
Joel
Moodkie Staff
Posts: 4851
Joined: Wed Nov 07, 2012 10:32 pm

Re: How does ez save?

Post by Joel »

Hi there,

It's possible to save and load the data as a string without any formatting using ES2.SaveRaw and ES2.LoadRaw:

http://docs.moodkie.com/easy-save-2/api/es2-saveraw/
http://docs.moodkie.com/easy-save-2/api/es2-loadraw/

There's also a Feature Request for full JSON support you can vote on here:

http://www.moodkie.com/forum/viewtopic. ... 2371#p2371

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