Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

After replacing scripts.rpa with the corresponding rpy-files, I get:

game/english-game.rpy:29030: SyntaxWarning: name 'il_like' is assigned to before global declaration

  global il_like

Full traceback:

  File "game/screens.rpy", line 19, in script

    init 1 python:

  File "/home/andy/DancingColors-EP2-pc/renpy/ast.py", line 900, in execute

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

  File "/home/andy/DancingColors-EP2-pc/renpy/python.py", line 1930, in py_exec_bytecode

    exec bytecode in globals, locals

  File "game/screens.rpy", line 28, in <module>

    if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:

TypeError: argument of type 'NoneType' is not iterable

While running game code:

  File "game/screens.rpy", line 19, in script

    init 1 python:

  File "game/screens.rpy", line 28, in <module>

    if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:

TypeError: argument of type 'NoneType' is not iterable

I found a solution: Do not decompress Ep2 in an empty directory. Move the directory with Ep1 to where you will decompress Ep2 into.