Search found 2 matches

by Nerrolken
Wed Sep 27, 2017 7:31 pm
Forum: General Discussion
Topic: ES2 instantiates new objects into empty List on load
Replies: 3
Views: 6243

Re: ES2 instantiates new objects into empty List on load

Turns out after a LOT of experimentation, it was the result of having an unequal number of "Write" and "Read" calls in the "ES2UserType_" file. I didn't want to save certain fields under certain circumstances, so I'd made some of the "Write" lines conditional,...
by Nerrolken
Tue Sep 12, 2017 11:41 pm
Forum: General Discussion
Topic: ES2 instantiates new objects into empty List on load
Replies: 3
Views: 6243

ES2 instantiates new objects into empty List on load

I'm an Easy Save newbie, and I'm trying to get it up and running in my game. I'm saving single values perfectly, so now I'm trying to save my more complex game data. Everything seems to be working, except that it seems to be erroneously instantiating custom-class objects into a List that was empty a...