Cheat Mod Ren'Py Lust Harem 0.27 + Future Versions (CheatMod)[Sababukin]

Kawusi

Newbie
Feb 6, 2018
33
9
You must know that the dev released a fix today because an event was not firing, it is possible that the file I gave you is updated and if you upload the fix you will lose access to the mod again

I made a redesign of QM under touch / mobile version, you can see if it will work with this emulator.
Put it in LustHarem/game folder
Yes, it appears in the qm now:)
 
  • Like
Reactions: Vale444
Sep 28, 2022
54
8
Same way you do on pc. Just copy and paste the files into the game folder
What about Macbook I tried to add the game folder and put it into the regular game folder also tried taking the mod out of the game folder and putting it in common, and also the game folder
 

Kawusi

Newbie
Feb 6, 2018
33
9
What about Macbook I tried to add the game folder and put it into the regular game folder also tried taking the mod out of the game folder and putting it in common, and also the game folder
I can't help you with that, i never used a mac system in my life. Maybe Sababukin could help u with that or if u usually install mods that way and had no issues with other games, maybe the mod is just not compatible with the mac version. U could try installing a windows vm on your mac and use the windows version of the game, im sure it should be easy with a yt tutorial. I know the idea is a bit far fetched just to get the mod to work on your mac, but thats the only suggestion i can give u to make it work^^".
 

Kaskonie

New Member
Apr 15, 2022
1
0
Would be nice if the cheat button would also be in the menu and not only in the quick menu. I play on android but through joiplay so i can install the mod but the problem is that the quick menu options are limited to back, skip, q.save and menu and i tried to make the quick menu just like how it is on pc since im using the desktop version of the game, but couldnt find a way. I dont understand why its like that but i guess that cant be changed. It would be dope if the cheat option would be in the menu aswell, so android users could enjoy your mod as well.^^
Hey, how did you get this to work? I've tried putting the files everywhere and I'm still not popping the mod on joiplay so I'm definitely doing something wrong. Can you link a photo of your game directory so I can just copy it?
 

Sababukin

Member
Modder
Nov 4, 2022
126
796
Hey, how did you get this to work? I've tried putting the files everywhere and I'm still not popping the mod on joiplay so I'm definitely doing something wrong. Can you link a photo of your game directory so I can just copy it?
I created special file and its work, check here https://f95zone.to/threads/lust-harem-0-27-future-versions-cheatmod-sababukin.150584/post-10756033

I can't help you with that, i never used a mac system in my life. Maybe Sababukin could help u with that or if u usually install mods that way and had no issues with other games, maybe the mod is just not compatible with the mac version. U could try installing a windows vm on your mac and use the windows version of the game, im sure it should be easy with a yt tutorial. I know the idea is a bit far fetched just to get the mod to work on your mac, but thats the only suggestion i can give u to make it work^^".
I have no idea how it looks like on mac, I have never interacted with games on this hardware.
If you can help me maybe I can help you. Are there normally rpy / rpa files ? If so maybe try swapping that file from the link I added above, it is mobile / touch and from what I recall mac has touch, maybe it will work.
If not then will think what to do next.
 

Kawusi

Newbie
Feb 6, 2018
33
9
I created special file and its work, check here https://f95zone.to/threads/lust-harem-0-27-future-versions-cheatmod-sababukin.150584/post-10756033


I have no idea how it looks like on mac, I have never interacted with games on this hardware.
If you can help me maybe I can help you. Are there normally rpy / rpa files ? If so maybe try swapping that file from the link I added above, it is mobile / touch and from what I recall mac has touch, maybe it will work.
If not then will think what to do next.
I am just as clueless as you are regarding renpy on mac^^"
 

Deathicnarnat

Newbie
Nov 7, 2019
48
9
the mod is not working for me i keep getting this code.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 11, in execute
    hbox:
  File "game/SabMod.rpy", line 15, in execute
    imagebutton auto "SabMod/pr_%s.png" action OpenURL("https://patreon.com/SabMod")
Exception: Imagebutton does not have a idle image. (auto=u'SabMod/pr_%s.png').

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 11, in execute
    hbox:
  File "game/SabMod.rpy", line 15, in execute
    imagebutton auto "SabMod/pr_%s.png" action OpenURL("https://patreon.com/SabMod")
  File "renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'SabMod/pr_%s.png').

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Lust Harem 0.27.3
Tue Jun 27 01:14:48 2023
 

Sababukin

Member
Modder
Nov 4, 2022
126
796
the mod is not working for me i keep getting this code.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 11, in execute
    hbox:
  File "game/SabMod.rpy", line 15, in execute
    imagebutton auto "SabMod/pr_%s.png" action OpenURL("https://patreon.com/SabMod")
Exception: Imagebutton does not have a idle image. (auto=u'SabMod/pr_%s.png').

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 8, in execute
    screen SabMod():
  File "game/SabMod.rpy", line 11, in execute
    hbox:
  File "game/SabMod.rpy", line 15, in execute
    imagebutton auto "SabMod/pr_%s.png" action OpenURL("https://patreon.com/SabMod")
  File "renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'SabMod/pr_%s.png').

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Lust Harem 0.27.3
Tue Jun 27 01:14:48 2023
The error indicates that the graphics are missing, which are 100% there
So I'm guessing that you pasted / extracted the files into the wrong folder or something went wrong when downloading / extracting.

It should look like this:
lustharem***/game/SaBmod(folder)
lustharem***/game/1-5 main story.rpy(file)
lustharem***/game/myscripts(folder)

If you have it correctly then I don't know, in the attachment I give graphics from the mod, extract to SabMod(folder)
 

Ragnon

Newbie
Jul 25, 2017
29
29
This version seems to be working
Really mine is getting stuck on main menu a Changelog pops up that can't be closed and strangely the version is showing 0.27 when the version is Definity 0.30 and can be confirmed as the game will work without the screen.rpy but the cheats also don't pop up in quick bar
 

mathiau

Member
Aug 4, 2020
319
226
Really mine is getting stuck on main menu a Changelog pops up that can't be closed and strangely the version is showing 0.27 when the version is Definity 0.30 and can be confirmed as the game will work without the screen.rpy but the cheats also don't pop up in quick bar
I have the issue where it saves v0.27 but the game and mod are working despite this (I haven't touched the screen.rpy)
Maybe removing the game and reinstalling it will help? Might need to go to appdata->roaming->and remove everything that isn't the save you want to use too
 
  • Like
Reactions: Ragnon

Ragnon

Newbie
Jul 25, 2017
29
29
I have the issue where it saves v0.27 but the game and mod are working despite this (I haven't touched the screen.rpy)
Maybe removing the game and reinstalling it will help? Might need to go to appdata->roaming->and remove everything that isn't the save you want to use too
Welp I tried everything I could removed all lust harem data from appdata = no go still get issue

downloaded latest version and tried fresh install nope

tried pressing various buttons to see if I could force renpy into a menu that could start game did not work.

So not sure what's up I play on the PC version of Lust harem if that helps narrow down the possible issue. Thanks for Mathiau for attempting to help.
 
Last edited:
  • Like
Reactions: DracZ

Shaun@121

Member
Aug 11, 2021
330
139
I only have 1 question
Does the pc file on main thread working in joiplay yes or no ?
Because i downloaded the compress file and it didn't work in joiplay
 

Xcraze

New Member
Aug 10, 2021
7
3
I only have 1 question
Does the pc file on main thread working in joiplay yes or no ?
Because i downloaded the compress file and it didn't work in joiplay
Nope it won't work mainly not the files but because of joiplay