Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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.