I started a new playthrough and i get this when hitting chapter 4:
Edit: Never mind, this is an issue with the compressed version and probably Bob69's fault.
Code:
Full traceback:
File "game/chapter04/04_01.rpy", line 22, in script
show screen steambutton
File "/home/discord/xxx/BetweenTwoWorlds-Chapter9-pc/renpy/ast.py", line 1968, in execute
self.call("execute")
File "/home/discord/xxx/BetweenTwoWorlds-Chapter9-pc/renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/discord/xxx/BetweenTwoWorlds-Chapter9-pc/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 647, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "/home/discord/xxx/BetweenTwoWorlds-Chapter9-pc/renpy/display/screen.py", line 1322, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen steambutton is not known.
While running game code:
File "game/chapter04/04_01.rpy", line 22, in script
show screen steambutton
File "renpy/common/000statements.rpy", line 647, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
Exception: Screen steambutton is not known.
Last edited: