Skip to main content

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

I am going to sleep, and then the game prompts me to save. I save, but then I can't continue the night, blocking me from continuing. I am sleeping on day 14. Is there something I can do?

what does the game do when you save? Why can't you continue the night?

So the exact situation - I go to sleep as normal. Then as it advances through the night, it suggests that I save, and pops up a screen with only 1 option in the center. The option is save. I click it, and it pulls up the save menu. I save. Then I can't get out of the save menu. 

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.