is there a way to set default saving file?

Discussion and help for Easy Save 3
Post Reply
GuaiWuLieRen
Posts: 11
Joined: Sun Jul 29, 2018 3:25 am

is there a way to set default saving file?

Post by GuaiWuLieRen »

hi, I have a question about the default saving file, and I can't a way to change it.
the question is whenever I save or load a key I need to put the filepath in params list. this is a little inconvenient.
so does ES3 have some way to change the current saving file path? let's say
ES3.currentFile = "gamedata1.es3"
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: is there a way to set default saving file?

Post by Joel »

Hi there,

You can do this using:

Code: Select all

ES3Settings.defaultSettings.path = "MyNewFile.es3";
All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
GuaiWuLieRen
Posts: 11
Joined: Sun Jul 29, 2018 3:25 am

Re: is there a way to set default saving file?

Post by GuaiWuLieRen »

Solved my problem, thanks.
Post Reply