Page 1 of 1

Difference between ES3Type and ES3UserType?

Posted: Sat Jan 23, 2021 7:44 pm
by Battleboy
I recently made some changes to one of the types I was saving off. I figured I could delete the file in Assets/EasySave3/Types and have it regenerate. But when I did, the ES3Type_* never came back, but the ES3UserType_* did. What's the difference between these files? Is it safe to delete an ES3Type if I have a matching ES3UserType that exists? How do ES3Type_* files get generated anyways? Thanks for any help!

Re: Difference between ES3Type and ES3UserType?

Posted: Sat Jan 23, 2021 8:03 pm
by Joel
Hi there,

ES3UserTypes and ES3Types are the same thing. User types are ones you've created by going to Window > Easy Save 3 > Types.

Types in Assets/Easy Save 3/ are prioritised over types in Assets/Plugins/Easy Save 3. I.e. ES3UserTypes are prioritised over built-in ES3Types.

All the best,
Joel

Re: Difference between ES3Type and ES3UserType?

Posted: Sat Jan 23, 2021 11:58 pm
by Battleboy
Perfect answer, thanks a lot!