Previous Post

Made the prologue skip feature robust, will push as a hotfix.

Next Post
no preview
DESCRIPTION

No more cookie clicker gameplay trying to skip the prologue. Fun fact, there is no loop. There is no control flow which tests if the load failed, it does that weird, silent failure rollback on its own. It's also extremely poorly documented. Lmao. Theoretically, the renpy.load function should never return if it successfully finds the file (which I guarantee it does). And even if it did return, it should fall through, not loop back on itself.

I shoved a two second delay after you press 'Yes!' and now it works every time, by delaying the load command. It makes no sense because renpy.save, renpy.load and shutil.copyfile are all synchronous methods which block until they finish (or in case of load, never yield, just keep going).

Whatever, pisses me off.

Bindr PATREON 19 favs
VIEWS1
FILES1 file
POSTEDAug 10, 2025
ARCHIVEDAug 10, 2025