Search found 4 matches

by Calandryll
Tue Jun 21, 2022 2:46 am
Forum: General Discussion
Topic: Trouble with Reader and Writer
Replies: 2
Views: 563

Re: Trouble with Reader and Writer

Disregard, I figured it out. :)
by Calandryll
Mon Jun 20, 2022 6:23 pm
Forum: General Discussion
Topic: Trouble with Reader and Writer
Replies: 2
Views: 563

Trouble with Reader and Writer

I'm trying to get a simple save and load working and I'm running into some errors. Here is my code: public void LoadPlayer () { if (ES3.FileExists ("TestSave", ES3Settings.defaultSettings)) { using (ES3Reader reader = ES3Reader.Create("TestSave", ES3Settings.defaultSettings)) { s...
by Calandryll
Tue Dec 12, 2017 3:22 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: IOException Error
Replies: 2
Views: 3313

Re: IOException Error

Thank you, I will check that out!
by Calandryll
Sun Dec 10, 2017 8:20 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: IOException Error
Replies: 2
Views: 3313

IOException Error

Hi! I've been using Easysave for my game and it's been awesome! My game saves a lot of data, so saving often takes about 2-3 seconds to finish. Which is fine for when the player saves and leaves the game. However, in working on using it as an auto-save and moving it to a separate thread so that the ...