Mod Cheat Mod Ren'Py Lust Bound Multi-Mod [v0.4.2] [Zemax]

LightmanP

Well-Known Member
Modder
Game Developer
Oct 5, 2020
1,795
17,129
Yeah, that's why I added that icon and 'Updating...' part because it's still updating. The developer changed the .rpyc files probably using a custom header or something, so I am trying to decompile the .rpyc files first, but so far no luck.
Run the game with this after unpacking rpas.
 

Zemax

☠ The real world is where the monsters are ☠
Moderator
Modder
Donor
Aug 19, 2022
3,621
49,740

jasad

Well-Known Member
Dec 14, 2021
1,231
966
View attachment 3643445

Overview:
The mod adds an in-game walkthrough, enable the quick menu, a Cheat Menu to change the amount of money, and a save name option.​

Updated: 2024-12-05
Game/Creator: Lust Bound / Inceton Games - - -
Modder: Zemax F95zone
Mod Version: 0.4.1
Game Version: 0.4.1
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

With the Mod you can just type anything in the bonus code to activate it.
DOWNLOAD
Win/Linux/Mac: - -

View attachment 4301101 View attachment 4301100 View attachment 3643444 View attachment 3643443 View attachment 3643442
thank you
 
  • Heart
Reactions: Zemax

puxi

Newbie
Jan 8, 2021
27
39
This doesn't work with compressed version, It gives infinite loop on loading screen...Without Mod,Compressed version works fine... Just wanted to report the issue...Thanks for the Mod Update
 
  • Like
Reactions: Zemax

Zemax

☠ The real world is where the monsters are ☠
Moderator
Modder
Donor
Aug 19, 2022
3,621
49,740
This doesn't work with compressed version, It gives infinite loop on loading screen...Without Mod,Compressed version works fine... Just wanted to report the issue...Thanks for the Mod Update
The game got a new update v0.4.1b, my mod is for v0.4.1
I will update the mod soon
 
  • Like
Reactions: doujin1 and jasad

Junmoh

New Member
May 19, 2024
5
0
Help.. i cant progress further bcs there is no mission event at all after the mission on the beach, and get the 'cam' reward from Daisy. I dont think its bc the walkthrough.. pls any reccomendation
 

cpdp11

Newbie
Jul 5, 2020
54
70
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 437, in execute
    vbox:
  File "game/screens.rpy", line 437, in keywords
    vbox:
  File "game/screens.rpy", line 440, in keywords
    if bonus_active():
  File "game/screens.rpy", line 440, in <module>
    if bonus_active():
NameError: name 'bonus_active' is not defined
Thanks for the update. However, when I start the game, I get this error.
I compared it with the original and it seems that the error occurs because the function in the original is called 'reload_bonus_active()', but in the mod it is called 'bonus_acitve()'.
FYI, this function also in the ep1.rpy file. (Mod)
 
  • Like
Reactions: Zemax

Zemax

☠ The real world is where the monsters are ☠
Moderator
Modder
Donor
Aug 19, 2022
3,621
49,740
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 437, in execute
    vbox:
  File "game/screens.rpy", line 437, in keywords
    vbox:
  File "game/screens.rpy", line 440, in keywords
    if bonus_active():
  File "game/screens.rpy", line 440, in <module>
    if bonus_active():
NameError: name 'bonus_active' is not defined
Thanks for the update. However, when I start the game, I get this error.
I compared it with the original and it seems that the error occurs because the function in the original is called 'reload_bonus_active()', but in the mod it is called 'bonus_acitve()'.
FYI, this function also in the ep1.rpy file. (Mod)
Zemax Something went wrong, Game loads fine without mod.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 437, in execute
    vbox:
  File "game/screens.rpy", line 437, in keywords
    vbox:
  File "game/screens.rpy", line 440, in keywords
    if bonus_active():
  File "game/screens.rpy", line 440, in <module>
    if bonus_active():
NameError: name 'bonus_active' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\python.py", line 1178, 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:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\core.py", line 2215, 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:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\F95 Games\Lust Bound\LustBound-v0.4.2 - WINDOWS\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 403, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 437, in execute
    vbox:
  File "game/screens.rpy", line 437, in keywords
    vbox:
  File "game/screens.rpy", line 440, in keywords
    if bonus_active():
  File "game/screens.rpy", line 440, in <module>
    if bonus_active():
NameError: name 'bonus_active' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Lust Bound v0.4.2
Thu Feb  6 22:31:26 2025
Thanks for reporting the issue. I assume you're using the game from the thread, not the compressed version? Please try this patch.
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win:
F95ZONE
 
Last edited:
  • Like
Reactions: AmBush-UK

AmBush-UK

Member
Aug 1, 2018
458
485
Thanks for reporting the issue. I assume you're using the game from the thread, not the compressed version? Please try this patch.
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win:
F95ZONE
I'm using Game file from OP ( ) Not compressed.

I dropped that Attachment into the folder (on top of Lust Bound Zemax Multi-Mod-v0.4.2)
Still getting error
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Hawka1O7

Member
Dec 25, 2018
254
141
Hi Zemax, any chance you could clarify where the money cheat option is located? I don't see any icons or options to add any no matter where I reload my saves so far.... :cry: