Mod Ren'Py Young Again - Walkthrough/Cheat Mod [Season 1: v0.14aWT / Season 2: S02C05WT] [KoGa3]

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
16,747
134,337
  • Like
Reactions: malljok

LogID

Newbie
Aug 21, 2018
54
55
I can't get the mod to work. It gives me this error:
Code:
I'm sorry, but an uncaught exception occurred.

While loading the script.
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.

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

Full traceback:
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\bootstrap.py", line 275, in bootstrap
    renpy.main.main()
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\main.py", line 492, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 310, in load_script
    self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 888, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 525, in finish_load
    check_name(node)
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 501, in check_name
    raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,902
28,973
I can't get the mod to work. It gives me this error:
Code:
I'm sorry, but an uncaught exception occurred.

While loading the script.
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.

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

Full traceback:
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\bootstrap.py", line 275, in bootstrap
    renpy.main.main()
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\main.py", line 492, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 310, in load_script
    self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 888, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 525, in finish_load
    check_name(node)
  File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 501, in check_name
    raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.
Hi. According your error log it seems you have my Mod files installed twice in different folders (in .../game/ and in .../game/mod/). They must be installed only once in the folder .../game/
 
  • Like
Reactions: LogID

LogID

Newbie
Aug 21, 2018
54
55
Hi. According your error log it seems you have my Mod files installed twice in different folders (in .../game/ and in .../game/mod/). They must be installed only once in the folder .../game/
I can't believe that was it. Thanks. I was following your instructions of
2. download and extract the Mod archive in a temporary folder
3. move the extracted files/folders into your game folder
so I was extracting into /mod and then moving that to /game
 
  • Like
Reactions: KoGa3