Jason8604

Member
Jul 4, 2019
188
89
- When killing a Yeti, a snowman and a snowball should drop, but in fact, only a snowball drops and the snowman disappears. At first I thought it seemed to me, but then I realized that snowmen really do disappear when rewarded
-Also sometimes when you select clothing filters it is partially not displayed it is almost not noticeable but if you are looking for a specific piece of clothing it is not in the filter and when you uncheck it is there
-
error when opening the map it appears approximately after opening the jungle map and completing the quest with it
(I collected a bunch of quests and when completing them I noticed this then I completed all but 1 and the error disappeared and then I collected the same quests again and it appeared again)
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

RumbleBR

Member
Aug 16, 2019
203
216
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.
Where are the patreon unlocky we needs delete? Wich file is it?
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
11,733
115,786
Lust Hunter [v0.105.1] [Lust Madness] - Compressed

Win/Linux [1,51 GB]
- - - -

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

krami

New Member
Apr 24, 2018
1
0
Hello! im Stuck with Quest 36 "build 20 Bear Traps" Ive built over 50 but the Quest is still pending
 

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,846
681
LustHunter-0.105.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

mikelo13

New Member
Dec 3, 2020
14
1
hello everyone.i ve completed most things in the game.right now i'm on search for the hearthstone...again.And i can t remember where i found it the last time(from where i mined it at least).any help?
 

Mostarac

Newbie
Jan 31, 2018
41
6
When i enter whore rooms i get this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/brothel.rpy", line 4324, in execute
  File "game/brothel.rpy", line 4324, in execute
  File "game/brothel.rpy", line 4330, in execute
  File "game/brothel.rpy", line 4336, in execute
  File "game/brothel.rpy", line 4203, in execute
  File "game/brothel.rpy", line 4203, in execute
  File "game/brothel.rpy", line 4205, in execute
  File "game/brothel.rpy", line 4214, in execute
Exception: Grid overfull.

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

Full traceback:
  File "brothel.rpyc", line 4264, in script
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\core.py", line 2165, 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 "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\core.py", line 2683, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\core.py", line 2683, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/brothel.rpy", line 4324, in execute
  File "game/brothel.rpy", line 4324, in execute
  File "game/brothel.rpy", line 4330, in execute
  File "game/brothel.rpy", line 4336, in execute
  File "game/brothel.rpy", line 4203, in execute
  File "game/brothel.rpy", line 4203, in execute
  File "game/brothel.rpy", line 4205, in execute
  File "game/brothel.rpy", line 4214, in execute
  File "C:\Users\Zdenko\Documents\Game Downloads\LustHunter-0.103.0-pc\renpy\display\layout.py", line 559, in add
    raise Exception("Grid overfull.")
Exception: Grid overfull.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24020502+nightly
LustHunter 0.103.0
Mon Sep  9 16:36:02 2024
 

Mostarac

Newbie
Jan 31, 2018
41
6
any advice how to use machete to cut plants in the way in jungle when i try it says it's imposilbe.... pls? i'm stuck, i can't get more planks for the bridge until i pass the plants...
 
2.00 star(s) 54 Votes