Soooo... I don't think, it's the mod.I get this error when entering free roam at the train station NoobNoob-
I am using your walkthrough
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Scripts/Episode 2/exploration_train_1.rpy", line 16, in script $ PlayerLocation.image = "images/E2Day5/train_1/5.png" File "game/Scripts/Episode 2/exploration_train_1.rpy", line 16, in <module> $ PlayerLocation.image = "images/E2Day5/train_1/5.png" NameError: name 'PlayerLocation' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Scripts/Episode 2/exploration_train_1.rpy", line 16, in script $ PlayerLocation.image = "images/E2Day5/train_1/5.png" File "C:\Users\chris\Desktop\AVNs\ZeroEnd-0.2.5c-pc\renpy\ast.py", line 834, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\chris\Desktop\AVNs\ZeroEnd-0.2.5c-pc\renpy\python.py", line 1187, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Scripts/Episode 2/exploration_train_1.rpy", line 16, in <module> $ PlayerLocation.image = "images/E2Day5/train_1/5.png" NameError: name 'PlayerLocation' is not defined Windows-10-10.0.26100 AMD64 Ren'Py 8.3.7.25031702 Zero End 0.2.5c Mon Jun 30 12:37:19 2025
I can't replicate the error and I didn't edit any lines, that could cause this.
https://f95zone.to/threads/zero-end-v0-2-5c-stolen-rose.137720/post-17399963
In this post the dev says, that reloading an older save seems to fix this bug.
To me it looks like the bug is cause by these files.
File "C:\Users\chris\Desktop\AVNs\ZeroEnd-0.2.5c-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\chris\Desktop\AVNs\ZeroEnd-0.2.5c-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
Maybe a fresh download might fix it aswell.
Sorry, but that's all I can do for you.