News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

Recent posts

#31
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by Dzeris - Feb 03, 2026, 05:47 PM
Gina in junkyard gives automatic schedule manager blueprint even when it is already setup as newgame+ perk. At least Iulia takes blueprint and does not require to build it again.

Are "perform group" and "perform bisexual" achievements unlockable? With threshold for lvl1 being one I doubt that I haven't hit it in several playthroughs.
#32
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by EvilPenguin - Feb 03, 2026, 04:37 AM
You can buy multiple Void Runes (don't know about other runes; I would assume it's the same for them).

Just ask the inventor girl about the void ninja, when you don't have 3/3 clues on Narika and she will sell you another rune.
#33
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by Dzeris - Feb 01, 2026, 07:04 PM
Bro King 0.3 v260201
uncaught exception occurred

Open Store
Buy item in store
Use <> to navigate to other shop.

Spoiler
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 1748, in script call
    call visit_merchant(shop) from _call_visit_merchant_10
  File "game/BKmain.rpy", line 1836, in script
    with Dissolve(0.15)
  File "game/notify.rpy", line 122, in execute
    screen notify_container:
  File "game/notify.rpy", line 122, in execute
    screen notify_container:
  File "game/notify.rpy", line 126, in execute
    frame background None:
  File "game/notify.rpy", line 131, in execute
    if notify_list:
  File "game/notify.rpy", line 132, in execute
    vbox:
  File "game/notify.rpy", line 133, in execute
    for i in range(len(notify_list)):
  File "game/notify.rpy", line 134, in execute
    use notify_item(notify_list, _pos=i) #!
  File "game/notify.rpy", line 106, in execute
    screen notify_item(msg, _pos=0, use_atl=True):
  File "game/notify.rpy", line 106, in execute
    screen notify_item(msg, _pos=0, use_atl=True):
  File "game/notify.rpy", line 109, in execute
    frame background c_ui_dark:
  File "game/notify.rpy", line 114, in execute
    hbox spacing 10:
  File "game/notify.rpy", line 119, in execute
    text msg.txt color msg.color size notify_font yalign 0.5 outlines [(abs(1), "#000", abs(0), abs(0))] #drop_shadow (2, 2)
AttributeError: 'str' object has no attribute 'name'

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

Full traceback:
  File "game/BKmain.rpy", line 1748, in script call
    call visit_merchant(shop) from _call_visit_merchant_10
  File "game/BKmain.rpy", line 1836, in script
    with Dissolve(0.15)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\ast.py", line 1363, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\exports.py", line 1781, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\core.py", line 1548, in do_with
    return self.interact(trans_pause=True,
  File "D:\Games\Brothel_King-0.3-20260201\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 "D:\Games\Brothel_King-0.3-20260201\renpy\display\core.py", line 2683, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\core.py", line 2683, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Games\Brothel_King-0.3-20260201\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/notify.rpy", line 122, in execute
    screen notify_container:
  File "game/notify.rpy", line 122, in execute
    screen notify_container:
  File "game/notify.rpy", line 126, in execute
    frame background None:
  File "game/notify.rpy", line 131, in execute
    if notify_list:
  File "game/notify.rpy", line 132, in execute
    vbox:
  File "game/notify.rpy", line 133, in execute
    for i in range(len(notify_list)):
  File "game/notify.rpy", line 134, in execute
    use notify_item(notify_list, _pos=i) #!
  File "game/notify.rpy", line 106, in execute
    screen notify_item(msg, _pos=0, use_atl=True):
  File "game/notify.rpy", line 106, in execute
    screen notify_item(msg, _pos=0, use_atl=True):
  File "game/notify.rpy", line 109, in execute
    frame background c_ui_dark:
  File "game/notify.rpy", line 114, in execute
    hbox spacing 10:
  File "game/notify.rpy", line 119, in execute
    text msg.txt color msg.color size notify_font yalign 0.5 outlines [(abs(1), "#000", abs(0), abs(0))] #drop_shadow (2, 2)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "D:\Games\Brothel_King-0.3-20260201\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\Games\Brothel_King-0.3-20260201\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "D:\Games\Brothel_King-0.3-20260201\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\Brothel_King-0.3-20260201\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
AttributeError: 'str' object has no attribute 'name'

Windows-10-10.0.26200 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.3 v260201
Sun Feb  1 21:02:10 2026
```
[close]
Similar exceptions when switching between girls.

Autorest counts as working debuf. Device acquired via newgame+ and not via Gina, if that matters. I think game run is before the point where Gina gives that device. It is already in chapter 3. Screen with example - https://postimg.cc/Yv98L0qT (autorest), https://postimg.cc/3kT191Bq (rest on). I would expect autorest to be handled as if girl has normal rest scheduled for that day.

I suspect that girls upkeep is not balanced at neutral by default. Autobalancer puts them slightly above the point where it impacts mood. Which results slightly larger than required upkeep costs without any reported impact to mood.
#34
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by jhall1 - Feb 01, 2026, 05:45 PM
I have the latest bug-fix patch installed. When I select Postings, from there I can select Classes, but then the game freezes, responding to neither mouse clicks or the keyboard. I can't even close the game and have to resort to Task Manager > End Task to close it down.
ETA: I've managed to solve the problem by playing around with the rendering settings via Shift+G. It turned out that I needed to select the ANGLE option, something that I've not needed to do with any other RenPy game that I've played.
#35
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by EvilPenguin - Feb 01, 2026, 03:01 PM
Not a bug, but it's something that is anoying.

A girl runaway from the farm, I selected to track her my self. Found her and I can't recatch her, because there is no free slots in the brothel.
#36
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by Jman - Feb 01, 2026, 12:18 PM
Quote from: Jman on Jan 15, 2026, 10:14 PMI discovered that NGP quickstarting to chapter 3 with merchant connections gives me access to Katryn, Riche and the twins through the shop arrows
Still getting those merchants. The culprit appears to be this line:
        if NGP_settings_dict["item merchants"].get() or debug_mode or (game.chapter >= 4 and not story_mode):
You probably need some 'meet_X' events as a fallback if you put in more chapter blocks.
#37
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by Goldo - Feb 01, 2026, 10:03 AM
Quote from: Dzeris on Jan 30, 2026, 03:22 PMOn side note I would suspect that jobgirl is coming with contracts that can't be fulfilled. Atm in chapter 3 and B class girls do not have such skill levels.
Could you please show me some examples of said contracts?

Quote from: EvilPenguin on Feb 01, 2026, 02:42 AM@Goldo

I got the farm bug again (1st girl on the list with the 200%), here are the sreens:

the 1st Next button hover:


after progressing using RMB, hovering over the next button:


The selected action was group and did not pick any minions.


Edit: here is the save file: https://www.mediafire.com/file/n1fkzfax6905xro/17-12-LT1.save/file
Whoah, okay, that one was NUTS.  :o

Thanks to your save I was able to reproduce it. I was able to narrow it down to a problem with the screen not working properly on the 'Master' screen, and then thanks to a random Internet comment, I found out there's a bug in Renpy making buttons on the 'Master' layer inactive when perspective is enabled... And perspective was enabled in a completely different area of the code, but I had no idea it had negative side-effects so I never turned it off.

Anyway, now it works, and I was able to test it on your own saved game so it should be fine:
New patch: https://www.mediafire.com/file/1va1v7cq1psp53x/game_patch_0.3.zip/file
#38
Brothel King / Re: [Feedback] *BUG REPORTS* S...
Last post by EvilPenguin - Feb 01, 2026, 02:42 AM
@Goldo

I got the farm bug again (1st girl on the list with the 200%), here are the sreens:

the 1st Next button hover:


after progressing using RMB, hovering over the next button:


The selected action was group and did not pick any minions.


Edit: here is the save file: https://www.mediafire.com/file/n1fkzfax6905xro/17-12-LT1.save/file
#39
Brothel King / Re: [Announcement] Girl Pack a...
Last post by safrican - Jan 31, 2026, 10:19 AM
Why do some of the download packs have passwords? Where do I get those passwords?
#40
HHS+ / Re: How to correct an incorrec...
Last post by Zaiaku - Jan 31, 2026, 09:29 AM
Couldn't find anything on the wiki, what is the journal say?