Skip to main content

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

Sorry to bother, I just did an entire game of the first season (12.1) but it seems impossible to begin season 2 with this save for some reason. I saved at the "To be continued..." screen

(+2)

On what platform are you trying to play the game (Windows/Linux/macOS or Android)?

Must be android,it doesn't support on android devices for some reason,I have tried many times and in the end gave up,moreover I like games which are completed,so will wait till it's final reason before trying it again,best of luck bro

On Windows 11 ! :) thanks for your reply

Could you confirm if there's a file called "Season1" followed by a string of characters in the game's save game folder in Users\*name*\AppData\Roaming\RenPy\
 Season 2 needs that file to continue.

Yes absolutely there are several of them

That's really weird, the only thing Season 2 does is check if those files are available in the save game folder.

Are both seasons in separate install locations (this should be for the game to work correctly)?
In Season 1, what's the output if you open the Developer Console (Shift + O) and type the following: renpy.list_saved_games("Season 1|Season_1", fast=True)

Again, thank you for your time. Well, they are in the same folder but of course, season 1 and season 2 are in they own folder, if this is what you're asking. Didn't fusionate them.

the output is the following : File "<string>", line 1: is not terminated with a newline. (Check strings and parenthesis.)

renpy.list_saved_games("Season 1|Season_1", fast=True

That sounds correct, about the separate install folders. The command you used isn't complete though, it needs a closing parenthesis:

So:

renpy.list_saved_games("Season 1|Season_1", fast=True)

Sorry, my mistake. Here's the new output : 

'Season 1 09cdf617-749-4742-88eb-Oe12997d2c33'.

 'Season 1 163ae7b8-6ee3-47df 915c-8840465428e'

 'Season 1 1c92471f-e4a2-4222-baf8-albfee6754f1',

 'Season 1 391dbb09-2d86-47b7-bbcb-d13d4752b8c7',

 'Season 1 47abecco-afA 491134417.2065030035736:

 'Season 1 ace9d460-cc7b-48d3-9776-e9c6a906a41'

 'Season 1 aee419a6-762e-41b9-aede-0a93f60a19a5'

 'Season 1 b2656e5b-6744-44a0-bb73-22bdfedf4672'

 'Season 1 b4988ef3-905c-45f7-abba-1137b97c50b*

 'Season 1 65282a82-e604-4Г44-9917-17181740421

 'Season 1 b975c612-51f-4d6f-9851-eab650afaa39',

I guess this is all my saves, for the record, i was able to begin season 2 with a save or two some mounths ago. Just had to start new games from the beginning to test other paths, that's when I found myself stuck with this problem

Hmmm, so that function actually returns something. Could you run this in the developer console in Season 2 as well and see what it returns:

has_season_data()

That function should return True. If it returns False, could you check the output of renpy.list_saved_games("Season 1|Season_1", fast=True) when run in Season 2 again?