Loading from game folder

Discussion and help for Easy Save 3
Post Reply
Rdbk
Posts: 35
Joined: Sun Jun 09, 2019 3:58 pm

Loading from game folder

Post 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?
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Loading from game folder

Post 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
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Rdbk
Posts: 35
Joined: Sun Jun 09, 2019 3:58 pm

Re: Loading from game folder

Post by Rdbk »

Thanks! Got it working now.
Post Reply