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

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
18,120
147,499
  • 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,957
30,088
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: Punto and 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

YumenYako

New Member
Mar 19, 2019
8
3
hi, I have a problem with the current mod version.

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

While loading <'Image' u'gallery/unlock102.png'>:
IOError: Couldn't find file 'gallery/unlock102.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 360, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 493, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'gallery/unlock102.png'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Young Again 
Sat Jun  8 10:41:21 2024
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,957
30,088
hi, I have a problem with the current mod version.

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

While loading <'Image' u'gallery/unlock102.png'>:
IOError: Couldn't find file 'gallery/unlock102.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 360, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 493, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'gallery/unlock102.png'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Young Again
Sat Jun  8 10:41:21 2024
Hi. For me it seems there is something wrong with your game or Mod installation. Since your traceback is showing an older RenPy version I assume you probably are using the game Season 1. But there doesn't exist a "unlock102.png" according your log file. Only in the newer season 2 game version. Did you maybe mixed up the old game season 1 and my new Mod for season 2?
 
  • Like
Reactions: Twistty and JohnJG

YumenYako

New Member
Mar 19, 2019
8
3
Hi. For me it seems there is something wrong with your game or Mod installation. Since your traceback is showing an older RenPy version I assume you probably are using the game Season 1. But there doesn't exist a "unlock102.png" according your log file. Only in the newer season 2 game version. Did you maybe mixed up the old game season 1 and my new Mod for season 2?
Yes, I realized I mixed up the versions. :censored:
 

jI11jaCksjAkk

Member
Jun 26, 2023
420
611
Updated my Mod and port for the now available public game release of Season 2 Chapter 6.
Info: with installing the Mod you also "upgrade" the still linked early game release in the game thread to the public version, too.
TY!

Quick question (for KoGa3 or anyone who has played the game update with the mod update):
Mod update post says ipatch is included, but game update says game is now prepatched and not to apply the old ipatch. Any issues with mod doing this when dev suggested not to do it?