Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm playing on gamer mode, he's repeating the dialogue from the first time I met him every day

Hmm, it sounds like the savestate's not recovering from the previous bug. I've pushed another update that should hopefully fix it (again, expect the first convo to loop once but if it loops twice, it's still broken).

If this update hasn't fixed it, you'll probably need to try modifying the save directly from the devtools, or clear your save. To do the former, you would:

  1. Open your browser's devtools
  2. Set the frame context to the iframe (by default it will be on the outer itch page)
  3. Enter `var s = scene.strand.savestate.npcs.Bertie; s.current=2; s.next=0; s.spoken=true; s.done=true; scene.strand.save();` into the console
  4. Refresh your game
  5. Bertie should be present and say his second dialogue

If none of this fixes the issue and you'd still like to help debug, feel free to DM/email me with the full contents of your `scene.strand.savestate` and I can try to see what I've missed.

(+2)

It's fixed, thank you!