Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

I can’t take the credit for the actual Saving code >.< It’s all Maliface!

Do you mean the variable goes like this? Previous passage: var = 1 Current Passage: var = 2 Loaded save: var = 3 (and it just does 3 every time you load?)

(1 edit)

Ah, I did not catch that! Both of your usernames start with "ma", I guess my brain assumed you guys were the same person lmao

But yes, that's basically it! Provided that the var + 1 is in the Current Passage, the passage you're saving in.

(+1)

Thanks for letting me know! I’ll see if we can find where this comes from, but lol it’s so weird

(+2)

Maliface’s re-scripted it: https://github.com/MalifaciousGames/Mali-s-Scripts/tree/main/chapbook-scripts/save-system

Update with fixes on the template will come some time today/tomorrow.

(+1)

Nice! I tested the new script out - the issue does seem to have been solved. I also like how it now uses chapbook's custom inserts as well for the export and import functions, that's cool to see! My compliments to the chef :)