Command & Obey your model on Jerkmate — you’re in control. Join Now!
x

HungLow247

Member
Apr 23, 2025
278
183
62
Want me post the patreon mod? since i don't see it under the download links . Works with update.

Download new update and simply place inside the actual game folder itself . Load game . enjoy



(Not mine btw)


Lust Hunter save file

Enjoy. Should work across all versions unless author changes things up. If people don't act like herpderps and fuss about it I'll maintain it. And no, I'm not going to tell people how to copy/delete files or anything basic that every electronics user should know.

If you ever “lose status”, just “refresh/login” and it will automatically fix. Sometimes it occurs on every “game update”, not going to bother hooking those routines. Remember to click on the Patreon buttons to “unlock” stuff if you want to.) Bumping BaasB to have this re-added to OP. The patch also has King Tier, Platinum, blablabla.

Just a note to everyone, this game usually has a lot of call-home DRM. Fortunately it's easy to override here, but still, bad behavior by the author. Also, the King Place crap about who is King or NPC it's just boring and not useful for anything, story or content, I didn't bother with it. This game is clearly built around 'selling artificial perks' and is gameplay+layout-designed for bilking money.

Edit: Make sure you delete patreon_unlock.rpy if I uploaded an RPYC, otherwise Ren'Py will recompile the RPY over the RPYC. I can be forgetful.

Updated for 0.103.0. Added some cosmetic check fixes (dynamic) and found a way to speed things up. Try it out? This new version keeps track of what it changed and simply attempts to adjust those again (since they're sometimes redefined again by the game). Since those functions are typically called several times per frame it can be slow walking through the globals to adjust them.

It's also okay to quote me to let me know when it needs updating, I won't know unless someone mentions it. I don't play these games, I crack'em. Test it out first before leaving a message. I don't mark what version it is currently working up to unless it needs an update so just try it first.

Patrons Church code: 778899


store.panty_din_male_muscular
 

BroProHelpas

Active Member
Jan 30, 2024
589
364
149
Want me post the patreon mod? since i don't see it under the download links . Works with update.

Download new update and simply place inside the actual game folder itself . Load game . enjoy



(Not mine btw)


Lust Hunter save file

Enjoy. Should work across all versions unless author changes things up. If people don't act like herpderps and fuss about it I'll maintain it. And no, I'm not going to tell people how to copy/delete files or anything basic that every electronics user should know.

If you ever “lose status”, just “refresh/login” and it will automatically fix. Sometimes it occurs on every “game update”, not going to bother hooking those routines. Remember to click on the Patreon buttons to “unlock” stuff if you want to.) Bumping BaasB to have this re-added to OP. The patch also has King Tier, Platinum, blablabla.

Just a note to everyone, this game usually has a lot of call-home DRM. Fortunately it's easy to override here, but still, bad behavior by the author. Also, the King Place crap about who is King or NPC it's just boring and not useful for anything, story or content, I didn't bother with it. This game is clearly built around 'selling artificial perks' and is gameplay+layout-designed for bilking money.

Edit: Make sure you delete patreon_unlock.rpy if I uploaded an RPYC, otherwise Ren'Py will recompile the RPY over the RPYC. I can be forgetful.

Updated for 0.103.0. Added some cosmetic check fixes (dynamic) and found a way to speed things up. Try it out? This new version keeps track of what it changed and simply attempts to adjust those again (since they're sometimes redefined again by the game). Since those functions are typically called several times per frame it can be slow walking through the globals to adjust them.

It's also okay to quote me to let me know when it needs updating, I won't know unless someone mentions it. I don't play these games, I crack'em. Test it out first before leaving a message. I don't mark what version it is currently working up to unless it needs an update so just try it first.

Patrons Church code: 778899


store.panty_din_male_muscular
there's still patreon unlocker,but for some reason it was unpinned from op
 

Mostarac

Newbie
Jan 31, 2018
54
9
116
all quests are completed but i can't unlock HR 11..
HR 11, 12 and 13 are red and there is exclamation mark on the brothel.
please help
 
Last edited:

max_002

Active Member
Mar 30, 2019
909
274
258
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/battle.rpy", line 3735, in <module>
  File "game/battle.rpy", line 365, in CalculateDamageNew
  File "game/character.rpy", line 6525, in execute
  File "game/character.rpy", line 6525, in execute
  File "game/character.rpy", line 6543, in execute
  File "game/character.rpy", line 6657, in execute
  File "game/character.rpy", line 6663, in execute
  File "game/character.rpy", line 6680, in execute
  File "game/character.rpy", line 6683, in execute
  File "game/character.rpy", line 5499, in execute
  File "game/character.rpy", line 5499, in execute
  File "game/character.rpy", line 5635, in execute
  File "game/character.rpy", line 5653, in execute
  File "game/character.rpy", line 5653, in <module>
AttributeError: 'NoneType' object has no attribute 'getYoffset'

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

Full traceback:
  File "battle.rpyc", line 3581, in script
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/battle.rpy", line 3735, in <module>
  File "game/battle.rpy", line 365, in CalculateDamageNew
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\exports\statementexports.py", line 194, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\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 "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\LustHunter-0.120.0hotfix2-pc\LustHunter-0.120.0hotfix2-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/character.rpy", line 6525, in execute
  File "game/character.rpy", line 6525, in execute
  File "game/character.rpy", line 6543, in execute
  File "game/character.rpy", line 6657, in execute
  File "game/character.rpy", line 6663, in execute
  File "game/character.rpy", line 6680, in execute
  File "game/character.rpy", line 6683, in execute
  File "game/character.rpy", line 5499, in execute
  File "game/character.rpy", line 5499, in execute
  File "game/character.rpy", line 5635, in execute
  File "game/character.rpy", line 5653, in execute
  File "game/character.rpy", line 5653, in <module>
AttributeError: 'NoneType' object has no attribute 'getYoffset'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
LustHunter 0.120.0hotfix2
Mon Jul 21 17:18:19 2025
 

Kofferaffe

Newbie
Dec 25, 2020
33
30
115
Found this game today, and it's not playable. A few sites back is the download for the compressed v1.19, that runs without issues.
 

CjRob

New Member
Jul 13, 2017
14
3
121
The same error every battle when my pj is damaged

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/battle.rpy", line 3735, in <module>
File "game/battle.rpy", line 365, in CalculateDamageNew
File "game/character.rpy", line 6525, in execute
File "game/character.rpy", line 6525, in execute
File "game/character.rpy", line 6543, in execute
File "game/character.rpy", line 6657, in execute
File "game/character.rpy", line 6663, in execute
File "game/character.rpy", line 6680, in execute
File "game/character.rpy", line 6683, in execute
File "game/character.rpy", line 5499, in execute
File "game/character.rpy", line 5499, in execute
File "game/character.rpy", line 5635, in execute
File "game/character.rpy", line 5653, in execute
File "game/character.rpy", line 5653, in <module>
AttributeError: 'NoneType' object has no attribute 'getYoffset'
 

Ukimo

Newbie
Jan 26, 2024
53
24
84
I have the same problem. Waiting for a solution. The developer says that everything has been fixed in the new version. Waiting for the hero to appear
I tried to play through gamehub emulator but i dont get image at all but get sound, also how do i put patreon mod on android version i cant seem to find files expect saves.
 
Oct 22, 2024
90
38
62
If you level up your connection with other characters, can you make them naked? Also if you play with all NPCs as Futa, will they show an erection if you level up your connection with them?
 
2.00 star(s) 62 Votes