Roy26633356
Member
- May 16, 2020
- 430
- 2,457
- 408
Just delete after_load.rpy & after_load.rpycThere is a huge issue with scrolling back. It takes you way to the beginning where you fight the raiders. I lost all my progress many times. And when you save and reload the game breaks:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 272, in script call RF "WHAT THE FUCK?!" File "game/after_load.rpy", line 5, in script call call rename_chars from _call_rename_chars File "game/after_load.rpy", line 20, in script if persistent.E_name is None and maid == "True": File "game/after_load.rpy", line 20, in <module> if persistent.E_name is None and maid == "True": NameError: name 'maid' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 272, in script call RF "WHAT THE FUCK?!" File "game/after_load.rpy", line 5, in script call call rename_chars from _call_rename_chars File "game/after_load.rpy", line 20, in script if persistent.E_name is None and maid == "True": File "C:\Users\Artur\Downloads\Hen Games\DesertStalker-0.04-pc\DesertStalker-0.04-pc\renpy\ast.py", line 1832, in execute if renpy.python.py_eval(condition): File "C:\Users\Artur\Downloads\Hen Games\DesertStalker-0.04-pc\DesertStalker-0.04-pc\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Artur\Downloads\Hen Games\DesertStalker-0.04-pc\DesertStalker-0.04-pc\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/after_load.rpy", line 20, in <module> if persistent.E_name is None and maid == "True": NameError: name 'maid' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Desert Stalker 0.04 Wed Mar 17 02:58:58 2021
Both file