Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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?

Just did it, it returns "True" as you said. Tell me if you need anything else

(+1)

In that case the game should start normally. Just to confirm, Season 2 doesn't start normally, right? It says "No previous season data found"?

If not and you get to the main menu, you should be able to hit "Continue" and load one of the end of season saves that are automatically created at the end of Season 1. One of them should have the identical choices compared to the manual save you've made near the "To be continued screen". The season saves are date-stamped, so it should be relatively easy to select the right one. Loading manual saves from Season 1 isn't possible, because it could potentially mess up the import.

(2 edits)

I feel so shameful right now, you're absolutely right, I thought I could start from my season 1 saves by clicking on "load", all I had to do is to click on "continue" this seems so obvious now you say it. So sorry for disturbing and taking your precious time, thanks a lot ! I can't believe I made you spend days on this. again, truely sorry.

You've made one of my favourite games down here, well done and thank you for all your work !

(+1)

No problem and thanks for the kind words! I'm just glad this wasn't an obscure bug that I couldn't reproduce/fix. ;-)