Mod Ren'Py MWNeus Multi-Mod v1.1.2 - Mod made by DeftestHawk

5.00 star(s) 1 Vote

DeftestHawk

Member
Modder
Jul 29, 2022
187
504
when i click the exclamation point in neus' room i get an error and can't move forward. this is on a fresh install with only the mod enabled. will try without the mod. was able to click the exclamation point without the mod installed and then continue after having switched phases. dunno what went wrong.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/room/neus/neus_room_quest.rpy", line 2035, in script
    menu(screen="custom_choice_enhanced"):
SyntaxError: invalid syntax (game/scripts/room/neus/neus_room_quest.rpy, line 2037)

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

Full traceback:
  File "game/scripts/room/neus/neus_room_quest.rpy", line 2035, in script
    menu(screen="custom_choice_enhanced"):
  File "D:\Hgames\MWNeus-1.0-pc\renpy\ast.py", line 1913, in execute
    item_arguments.append(self.item_arguments[i].evaluate())
  File "D:\Hgames\MWNeus-1.0-pc\renpy\ast.py", line 344, in evaluate
    value = renpy.python.py_eval(v, locals=scope)
  File "D:\Hgames\MWNeus-1.0-pc\renpy\python.py", line 1151, in py_eval
    code = py_compile(code, 'eval')
  File "D:\Hgames\MWNeus-1.0-pc\renpy\python.py", line 1088, in py_compile
    raise e
  File "D:\Hgames\MWNeus-1.0-pc\renpy\python.py", line 1034, in py_compile
    raise orig_e
  File "D:\Hgames\MWNeus-1.0-pc\renpy\python.py", line 1027, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/scripts/room/neus/neus_room_quest.rpy, line 2037)

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
MWNeus 1.0
Sun Feb  9 15:04:35 2025
I get the same error. It happens with a fresh game and mod installed only. The fix you provided did not help sadly

Edit: I did some half ass fix that lets you click on the options by just changing it to the below in the file. I didn't check if it worked for all options
You don't have permission to view the spoiler content. Log in or register now.
Thank you for reporting this, I was able to reproduce the error by deleting all my game data, which allowed me to find the issue and fix it.


The fix was changing "(neus_lust==100)" to "(neus_lust>=100)"
I don't understand why that caused an error but at least it's fixed now

I have included the fix in v1.1.2 :)
 
Last edited:
  • Heart
Reactions: FeelGud
5.00 star(s) 1 Vote