Page 1 of 1

Loading from game folder

Posted: Sat Aug 31, 2019 2:00 pm
by Rdbk
I have built a map editor to my game that uses ES3 to contain all my maps in Maps.es3 file. On top of this, I also save player data to Data.es3. I just realized that whileas Data.es3 is something that will be generated at runtime and saved to the persistent data path, Maps.es3 is something I need to package with the game. Is there some way I can include Maps.es3 with the game files and have it as a reference in my script or maybe somehow load it from Resources folder?

Re: Loading from game folder

Posted: Sun Sep 01, 2019 3:05 pm
by Joel
Hi there,

You can find information on loading from Resources here: https://docs.moodkie.com/easy-save-3/es ... resources/

All the best,
Joel

Re: Loading from game folder

Posted: Sun Sep 01, 2019 5:45 pm
by Rdbk
Thanks! Got it working now.