Skip to main content

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

How does this system work if my game includes random stuff? like encounters or stuff like that

(+1)

You will probably want to use the old system or write your own save/load if your game relies on non-deterministic randomization. Or you could update your randomization to be deterministic. Check out the section of the documentation titled "A word of caution regarding SAVE/LOAD."