The first problem is the fact that the mod isn't installed properly. There shouldn't be a folder called 'S2 Walkthrough Mod' inside the 'game' folder, so I'd recommend getting rid of that folder and paste all of the rpyc files and the 'mod' folder inside it, directly to the 'game' folder. Since you have clearly used Un-ren, you will be asked to overwrite all the rpyc files when you try to move them, choose yes, and since it appears that you have decompiled the files, you will need to delete the rpy files (you can always decompile the mods files later if you really want to)I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/Script_EP7_Restaurant.rpy', 1687264138, 97) is defined twice, at game/S2 Walkthrough Mod/Script_EP7_Restaurant.rpyc:2 and Script_EP7_Restaurant.rpyc:2.
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Tue Nov 7 21:47:32 2023
Secondly, even with the mod placed as it is now, it still may not work correctly unless you remove the following line from your console enabler script:
Code:
config.developer = True
Last edited: