Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm loading my save from a version a couple of updates back(I wanted to see more content all at once), but I can't. An issue occurred according to Ren'py. Here's the traceback:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/locations/hospital/hospital_waiting.rpy", line 14, in script call

    $ arrival()

  File "game/scripts/locations/residential_area/residential_area.rpy", line 2, in script call

    call screen travel_screen

  File "game/after_load.rpy", line 17, in script call

    call patch_haven_endings from _call_patch_haven_endings

  File "game/patches.rpy", line 8, in script

    $ main_quest_05.missionvar18["burnt_building"] = False

  File "game/patches.rpy", line 8, in <module>

    $ main_quest_05.missionvar18["burnt_building"] = False

TypeError: 'int' object does not support item assignment

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/scripts/locations/hospital/hospital_waiting.rpy", line 14, in script call

    $ arrival()

  File "game/scripts/locations/residential_area/residential_area.rpy", line 2, in script call

    call screen travel_screen

  File "game/after_load.rpy", line 17, in script call

    call patch_haven_endings from _call_patch_haven_endings

  File "game/patches.rpy", line 8, in script

    $ main_quest_05.missionvar18["burnt_building"] = False

  File "C:\Users\zixiq\Downloads\lichess-analysis\lichess-analysis\renpy\ast.py", line 914, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Users\zixiq\Downloads\lichess-analysis\lichess-analysis\renpy\python.py", line 2028, in py_exec_bytecode

    exec bytecode in globals, locals

  File "game/patches.rpy", line 8, in <module>

    $ main_quest_05.missionvar18["burnt_building"] = False

TypeError: 'int' object does not support item assignment

Windows-8-6.2.9200

Ren'Py 7.3.5.606

The Fixer 0.2.31.00

Tue Jun 01 14:33:40 2021

[/code]

(+1)

Save compatibility only works for 2.29 and upwards. Anything before that needs a new game. Sorry.

If you are just after new content though, I did add a cheat in the cheat menu that will jump you straight to the new mission so can use that from a new game (Although Sammy will still be a bit of a prude at that point)

It's fine. A suggestion would be to let the player change Samantha's name even if he/she were to skip the prologue in the future.