Mod Cheat Mod Ren'Py Bright Lord [Phase 1 v0.6c Elite] [Phase2 Ep10] Walkthrough Multi Mod [Joker Leader]

LinusMundane

Member
Jun 30, 2022
280
412
Getting this everytime i try to start the game for p1


Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label ep6_11 is defined twice, at
  File "game/JokerMod/JokerBothChoicesEmBJ.rpy", line 37 and
  File "game/JokerMod/JokerBothChoicesMomBJ.rpy", line 32.

The label ep6_11 is defined twice, at
  File "game/JokerMod/JokerBothChoicesMomBJ.rpy", line 32 and
  File "game/scripts/ep6.rpy", line 1784.

Ren'Py Version: Ren'Py 7.4.5.1648
Fri Aug 26 08:35:15 2022
 

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
8,005
77,992
Getting this everytime i try to start the game for p1


Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label ep6_11 is defined twice, at
  File "game/JokerMod/JokerBothChoicesEmBJ.rpy", line 37 and
  File "game/JokerMod/JokerBothChoicesMomBJ.rpy", line 32.

The label ep6_11 is defined twice, at
  File "game/JokerMod/JokerBothChoicesMomBJ.rpy", line 32 and
  File "game/scripts/ep6.rpy", line 1784.

Ren'Py Version: Ren'Py 7.4.5.1648
Fri Aug 26 08:35:15 2022
Don't use Unren to activate the Dev Console, voilá it's fixed
 

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
8,005
77,992
Ah, ok then. Thanks for that, its just become a habit lately and I didnt know it could cause problems! Ill re-extract now.
You just need to delete the Unren dev scripts should do the work.

The only way for that to work with the dev console, you have to delete my scripts that let you see multiple scenes.
 

LinusMundane

Member
Jun 30, 2022
280
412
I don't need UnRen, its just become part of my routine but now at least i know going forward with other VN's if theres an issue, try removing that first.

You just need to delete the Unren dev scripts should do the work.

The only way for that to work with the dev console, you have to delete my scripts that let you see multiple scenes.
 
  • Red Heart
Reactions: JokerLeader

cebs

Engaged Member
Game Compressor
Donor
Feb 19, 2018
2,200
9,100

AmBush-UK

Member
Aug 1, 2018
383
384
Then why you don't simply download it directly from his patreon for free?
Done that, but It's obvious to the people trying to download the mod, however Joker Leader may not be aware of any problem unless people like us inform him.....
 
Last edited:

VikingCock

Member
Dec 29, 2020
171
83
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
Exception: Could not find font u'JokerMod/SUPERBOOM.ttf'.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ 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 3213, 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 3729, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2466, 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 783, 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 368, in render
    top = 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 783, 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 783, 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 681, 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 783, 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/text/text.py", line 2050, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 637, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 699, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 640, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'JokerMod/SUPERBOOM.ttf'.

Windows-10-10.0.22621
Ren'Py 7.4.5.1648
Bright Lord 0.6c_Elite
Fri Dec  9 22:23:55 2022



get an error on cheats and options button