Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted 1 year ago

This was handled by the patch file that is shown when you enter the Downloads area here on Itch. Download the patch and have the new file overwrite the old files. Or, you can hit Ignore and the scene will continue. I accidentally left in an old variable. Skip the variable and the scene continues as normal.

Deleted 1 year ago

Glad to help!

but the patch archive does not include the script for chapter 5, in it the crash is triggered as of the undefined variable. I'm confused :)

Wait, really? Do you still get the error with the bugfix patch installed?

yes, the bug with the missing variable is triggered in '05 Chapter 5.rpy' around line 780

"

    if abh1skip: # <--- crash boom bang

        scene black

    else:

        scene abh30 with fade

"

this should be replaced with

"

    scene abh30 with fade

"

the bugfix archive only includes screens.rpy but not the offending script