Skip to main content

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

Yes, I think the save was done on the line right before the questions come up / possibly once the questions started showing but before one was selected.

Do you know if there’s a way to fix it, or would it be better to prevent saving right before a choice?

My general opinion is that it makes more sense to only allow saving in sparse key points of the story. But this is more of a game design point.
I'm really not sure how we may fix this. I could just modify the Gateway so that blank options are not delivered, but I'm afraid someone could have used blank options meaningfully and it would break their expectation.

Would it be possible to set it up as a toggleable option? This way, people could leave it off if they need blank choices for whatever reason.

I have a less impacting idea: we can just check if we are in this buggy situation immediately after loading. In that case, the option is automatically chosen. It's very ad hoc but it could work.

Sure, that makes sense!