Mod Ren'Py Lust Campus [v0.5 Final / C3 Final] Walkthrough Mod [Joker Leader]

5.00 star(s) 1 Vote

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
7,997
77,807
JokerLeader Do you have any idea how to unlock Moore Scene ?
Some scenes depends on your points and choices, i can look in to the script and point them out, but againa some depend how rude the character is or how smart she is, if she likes some characters or not.
 

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
7,997
77,807
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/chapters/c3/C3_E6.rpy", line 557, in script
    a_t "I'm still not used to talking about dad in the past tense..."
Exception: Switch could not choose a displayable.

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

Full traceback:
  File "game/scripts/chapters/c3/C3_E6.rpy", line 557, in script
    a_t "I'm still not used to talking about dad in the past tense..."
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, 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 777, 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 777, 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 777, 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/transform.py", line 933, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(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 777, 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 339, in render
    surf = render(self.child, 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 339, in render
    surf = render(self.child, 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 1358, in render
    self.update(st, at)
  File "renpy/display/layout.py", line 1336, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "renpy/display/layout.py", line 1416, in condition_switch_show
    return condition_switch_pick(switch), None
  File "renpy/display/layout.py", line 1412, in condition_switch_pick
    raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
LC C3_FINAL
Tue Apr  6 11:06:16 2021
That's not a error because of the mod.

That scene happens in the middle of a conversation or the MC thinking to herself i don't mess with that, I only show what points the choices gives.
tons of script error, not sure is game or mod.
I did have a lot of them without the mod playing the alpha version not so much in the full version.
 

JimMorrison19

Active Member
Dec 14, 2017
690
647
Version 4 of the game is released, so you might want to disable your mod downloads until you get a chance to update them to version 4.
 
  • Like
Reactions: Albaduldür

thankyou5

New Member
Jun 24, 2017
8
4
got error

While running game code:
ScriptError: Name (u'game/scripts/script.rpy', 1626471878, 0) is defined twice, at game/script.rpy:3 and scripts/script.rpyc:3.

-- 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 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 473, 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/scripts/script.rpy', 1626471878, 0) is defined twice, at game/script.rpy:3 and scripts/script.rpyc:3.
 
  • Like
Reactions: hushhush123

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
7,997
77,807
got error

While running game code:
ScriptError: Name (u'game/scripts/script.rpy', 1626471878, 0) is defined twice, at game/script.rpy:3 and scripts/script.rpyc:3.

-- 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 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 473, 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/scripts/script.rpy', 1626471878, 0) is defined twice, at game/script.rpy:3 and scripts/script.rpyc:3.
Launch the game again, I didn't get any error.
 
5.00 star(s) 1 Vote