Page 1 of 1

Getting Easy save to write out the save txt file in a input filed

Posted: Mon May 02, 2022 10:02 pm
by DotArt
Hey i was wondering if theres a way to get easy save to write out the txt file into a input field or something so that it can be copied and pasted into a new game to load it that way

Re: Getting Easy save to write out the save txt file in a input filed

Posted: Tue May 03, 2022 9:51 am
by Joel
Hi there,

You can get a saved file as a raw string using ES3.LoadRawString("yourFilename.es3"), which you could then display in a text field.

All the best,
Joel