Mod Cheat Mod Ren'Py Bright Lord [v1.13.1] Walkthrough Mod [Joker Leader]

Kiwo

Member
Jul 11, 2018
429
520
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
 

Cshep26

New Member
Aug 22, 2017
12
32
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
That worked Thanks
 
  • Like
Reactions: Kiwo and Sanaa Star

kauthor

Member
Jun 15, 2018
382
171
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
Confirmed! JokerLeader, please make sure to update the code. :) It can be very picky!
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,226
83,135
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
That worked Thanks
Confirmed! JokerLeader, please make sure to update the code. :) It can be very picky!
Fixed, thank you guys ;)
 

Bahamut Zero

Engaged Member
Apr 27, 2017
2,905
2,257
Guys do the mod work also with the patreon version? Because i can't find the steam version, on the main page.
Thank you
 

Patrick Bateman_69

New Member
Jan 16, 2024
12
18
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\python.py", line 1184, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.6.25022803
Bright Lord 1.5.0
Tue Mar 18 09:04:51 2025





playing patreon version and gettin this error don know what to do , help me if u can.
 
  • Thinking Face
Reactions: pitao

pitao

Well-Known Member
May 18, 2023
1,027
1,240
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\python.py", line 1184, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.6.25022803
Bright Lord 1.5.0
Tue Mar 18 09:04:51 2025





playing patreon version and gettin this error don know what to do , help me if u can.
I get the same error on the last save I made probably because the script was changed and can't find a place to rollback but the one I made on the beginning of Act 12 works fine, the screen that starts the Acts I always save on those. Try an older save, unless you are one of those players that use mods and don't save often, learned by experience that if I'm gonna modify a game then better save often.
 

Eonor

Well-Known Member
Sep 9, 2017
1,031
2,418
Updated my compressed Android port of Bright Lord with JokerLeader's walkthrough mod to v1.5.0.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

knixis

Member
Jun 18, 2017
117
111
Soooo, guessing it doesn't work with 1.5.0 SE Steam? :D Or does it, because the title of the mod and the description show different versions.
 
  • Like
Reactions: sparrow0812

shiqz

Active Member
Dec 25, 2020
576
838
Soooo, guessing it doesn't work with 1.5.0 SE Steam? :D Or does it, because the title of the mod and the description show different versions.
Works for me, i had to go back a couple Saves but it went smoothly from that Point on.
If anyone has issues with their latest Save try to reload from the point where MC fucks Margarie in the Office or before that choice.
 
  • Like
Reactions: cdbreeze

sparrow0812

Newbie
Aug 17, 2024
20
21
Soooo, guessing it doesn't work with 1.5.0 SE Steam? :D Or does it, because the title of the mod and the description show different versions.
I'm facing the same problem, and I'm new to this game so I guess the steam version's title interface is different than the one shown in mod description, I guess I would wait till OR IF their would be changes regarding the mod working for the steam version :confused:.

There is no mod or cheats option here
1742631153645.png

And how do I get these codes for Bonus content :confused:

1742631308581.png
 
Last edited:

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,226
83,135
I'm facing the same problem, and I'm new to this game so I guess the steam version's title interface is different than the one shown in mod description, I guess I would wait till OR IF their would be changes regarding the mod working for the steam version :confused:.

There is no mod or cheats option here
View attachment 4670502

And how do I get these codes for Bonus content :confused:

View attachment 4670508
1742636539775.png
 
  • Like
Reactions: sparrow0812