Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Load and save don't seem to do anything in this patch.

Also, no matter what, you have to go through the intro to the club before you can load.

So basically you have to start from scratch every time.  

Thanks for the alt+enter thing, that worked for me.

(+1)

Glad to hear alt enter worked!

Yeah the save system needs reworking. I did a pretty messy initial implementation of it and the more I add in, the worse it gets. It's on my list of things to fix but I'm waiting to finalize all the core stuff before redoing it or I'll have to redo it again.

You should encapsulate all the game progress and settings into a single [serializable] object.  That way you can read/write them easily.