Skip to main content

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

Can you send the error that occurs when the game crashes or does the game crash without an error?

Selecting Chapters menu triggers this:

  File "game/screens.rpy", line 350, in execute
  File "game/screens.rpy", line 350, in execute
  File "game/screens.rpy", line 355, in execute
  File "game/screens.rpy", line 355, in <module>
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

And when the title screen for Chapter 7. Part 2. appears, it triggers this:

  File "game/chapter20.rpy", line 31, in <module>
TypeError: '>' not supported between instances of 'int' and 'NoneType'

This is a bug related to the calculation for opening chapters through the new menu, and it's already been fixed, but it's not yet fixed in this version. Just start a new game and that's it; the script will work and there shouldn't be any errors. This will be fixed in the next version of the game.

This is a bug related to the calculation for opening chapters through the new menu, and it's already been fixed, but it's not yet fixed in this version. Just start a new game and that's it; the script will work and there shouldn't be any errors. This will be fixed in the next version of the game.