Skip to main content

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

you can either press escape or return to go back to the game.

Neither of those worked. I was able to get the renpy console open and try a few commands, and one of them worked? Not entirely sure which one did. 

(1 edit)

Figured out what command it was, cause this happened several more times: `renpy.pop_call()`. 

For those that run into this issue, you need to open up the game folder (mine was at `C:\Users\<user>\AppData\Roaming\itch\apps\sugar-service\SugarService-0.13B_d-pc\game` on a windows machine). 
Add an `options.rpy` file with : 
```

init -1 python:

    config.console = True

``` 

inside. 

Then reopen the game, load the stuck save, press `Shift + O`. 

Inside of the console, copy the `renpy.pop_call()`, press enter, and escape.