Ren'Py Brothel King [v0.2] [Goldo]

4.60 star(s) 44 Votes

xxxtent

Member
Feb 26, 2018
152
50
is there any news on 0.3 update story wise? Like has the dev said a eta for the next update ? cause i like the story element of the game too,just askin.
 

Jman9

Engaged Member
Jul 17, 2019
2,293
954
I delete some girls packs and the game telling me that to remove girl from the game i need to find "Help Menu" and "Repair girl pack".
Help button leads to patreon...
Goldo has a Patreon now?! o_O Er, I suggest you check where it actually goes (hint: it's not online).

...i cant find "Help Menu". Someone know where it is?
The question mark in the upper right corner.

is there any news on 0.3 update story wise? Like has the dev said a eta for the next update ?
There have never been any ETAs and I doubt there will ever be.

As far as I recall from the old forums, Goldo has said that he wants to do 0.3 and then think about things (since his life has gone through some major changes since he started the project). Maybe take a break, maybe setup a public repo, who knows? From some comments (lost now) I'd guess he has a chunk of 0.3 ready, since some of the story was supposedly pushed to 0.3 in order to get 0.2 'officialy' released in a somewhat timely manner.

cause i like the story element of the game too
The popular kids don't like the story, you know? Check them reviews, man. :p
 

Reij

Member
Jun 22, 2018
130
111
Henhighschool website seems to be down. Is there anywhere else to find updates and such?
Site seems fine to me. Are you going to the new location (.net instead of .com)? Otherwise, it was hopefully just a momentary hiccup.
 

Leortha

Active Member
Jun 25, 2019
744
665
To give a little more detailed summary, the original HHS site (dot-com) died a couple of months back. It took a while to see if the old site would be coming back, but when it became obvious that it was not the HHS crew built a new site (dot-net) and again allowed BK to share space on the new site, which has been up and running now for several weeks.
 
  • Like
Reactions: Reij and Jman9

vicmala

Newbie
Jul 4, 2017
25
12
I delete some girls packs and the game telling me that to remove girl from the game i need to find "Help Menu" and "Repair girl pack". Help button leads to patreon and i cant find "Help Menu". Someone know where it is?
it´s the interrogation mark on the upper right

1654085175309.png
 
  • Haha
Reactions: Jman9

goldo00

Newbie
Aug 9, 2019
17
49
Hey goldo00 , I remember asking in the forum before it got closed down about the possibility of having certain girls unable to sex with customers. The idea is that there were some specific girls that I wanted to work for me in the brothel as either servers or dancers, but essential keep their purity (body) for the player themselves and limit/forbid their random "sex acts" with customers.

There were a few recommendations by the community in the forum to either add an option to toggle this on/off in the menu, or even add a new item that forbids girls from having sexual acts with customers.

Just wondering if there was any update on this idea and if it is still something you might consider in the future? Cheers
There is a new option under the 'Misc' section of dialogue.

And even if it was justified, the constant raids commits the cardinal sin of not being fun. If raids are going to be constant, they should be more than a "save-or-suck" dice roll. At the very least, you should be able to hire more security. You have an arbitrary cap on how many guards you can hire, but there's no such cap on the threat from gold.
Easiest thing to do is fire up a text editor and change XXX below in line 405 of BKstart.rpy to whatever number you want it to be:
Python:
blist = {
                1 : Brothel(1, 1, upgrades = [1, 3], max_rep = 120, max_help = 8),
                2 : Brothel(2, 2, [2, 5], max_rep = 1150, max_help = 16),
                3 : Brothel(2, 3, [3, 6], max_rep = 1800, max_help = 24),
                4 : Brothel(3, 4, [3, 8], max_rep = 5800, max_help = 32),
                5 : Brothel(3, 5, [4, 9], max_rep = 8000, max_help = 40),
                6 : Brothel(4, 6, [5, 11], max_rep = 18500, max_help = 48),
                7 : Brothel(5, 7, [6, 12], max_rep = 33750, max_help = XXX),
                }
This will work for a new game. On an existing brothel, simply go to the console (shit+o) in-game and type:
Code:
brothel.max_help = XXX


I delete some girls packs and the game telling me that to remove girl from the game i need to find "Help Menu" and "Repair girl pack". Help button leads to patreon and i cant find "Help Menu". Someone know where it is?
I don't have a patreon, so the most likely explanation is that you got handed a very dodgy copy of BK...
 

Jman9

Engaged Member
Jul 17, 2019
2,293
954
There is a new option under the 'Misc' section of dialogue.
Which is not 100% slut-proof. Can we get some chastity belts and ball gags (as items) so the girls can't go off-limits at all? Well, except for fetish I guess. :unsure:

Might make them a bit unhappy, but c'est la vie.

Easiest thing to do...
A better thing to do would be to revise alert levels so the MC doesn't have to be maxed and on the ball all of the time to even have a chance of not getting the worst result. Not to mention the security report is not connected to the actual severity of the events at all, even though a savvy player can calculate this from known data.

I don't have a patreon, so the most likely explanation is that you got handed a very dodgy copy of BK...
Or he looked at a webpage with pictures linked from the game and though it must be a Patreon page. Even though it's not even online. :sneaky:
 

321654

Newbie
Nov 28, 2018
25
18
I would like to have a screen that tells you how much a stat has improved from the effects of the Leading by Example perk. Something like "<Girl1> has increased <Girl2> <skill> by <number>. Its really difficult to tell if its even working and I have no idea how much effect it has.

What does the Exhibitionist perk's +15% naked bonus effect? Job performance? Skill gains? Obedience tests?

And is there any way to reset a girls perks?
 
  • Like
Reactions: selberdreher

Jman9

Engaged Member
Jul 17, 2019
2,293
954
...Leading by Example perk. ... Its really difficult to tell if its even working and I have no idea how much effect it has.
It's hard to tell if it's working from a code POV as well. There were times when it was rather screwy, and no guarantee it still isn't.

What does the Exhibitionist perk's +15% naked bonus effect?
Gold.

And is there any way to reset a girls perks?
King's Way?
 

Jman9

Engaged Member
Jul 17, 2019
2,293
954
Removing all perks is pretty close to resetting, isn't it?

Otherwise, that'd need some more doing, depending on exactly what 'reset' is supposed to mean.
 

Jman9

Engaged Member
Jul 17, 2019
2,293
954
As in, nerfing the perk tree? o_O

Otherwise, the biggest issue might be removing and re-adding archetypes ('branches' of the perk tree) themselves if you want 'reset' to mean removing all trees and refunding enough points to rebuild the girl's perks from zero.
 
Last edited:

vadi9203

Member
Aug 2, 2019
285
173
This is exactly what he mean't by reseting. He even posted in the Bk forum that he wanted to rebuild his perk tree becuse he messed it up. But the easiest solution would be buying another slave and build the perk tree how he wanted it.
 

Justinof

Member
Sep 19, 2019
122
61
There is a Wizard's spell (Mindtrick) that once enabled can't be disabled anymore, and it is eating up 10 mana points much needed elsewhere.
Is it a bug? I have tryed to change it to a one turn spell, and fire the shift+r command, but it is still there unmovable.
Is there a console command to remove it altogether whitout breaking the save?
 

Jman9

Engaged Member
Jul 17, 2019
2,293
954
This is exactly what he mean't by reseting. He even posted in the Bk forum that he wanted to rebuild his perk tree becuse he messed it up. But the easiest solution would be buying another slave and build the perk tree how he wanted it.
But rebuilding a fixed perk tree (which you get from a new slave, and with some perks already chosen to boot) and freely changing the perk tree to match your tastes are somewhat different things. King's Way can do the first. I know of no really easy way to do the second.

Mindtrick...
Is it a bug?
Yes. Why you failed with pure scripts: a lot of data is baked into a save, including the spellbook.

To fix: console
Code:
spellbook['Wizard'][-1].duration = "turn"
and wait a day for it to expire. Or just disable auto-cast and enjoy your permanent Mind Trick. :sneaky:

To avoid this problem in the future: go to BKspells.rpy, find 'Mindtrick' and change it to
Code:
Spell('Mindtrick', 'mindtrick.webp', type="trick", level=24, cost=10, effects=[Effect("boost", "job customer budget", 0.25, scope="brothel"), Effect("boost", "whore customer budget", 0.25, scope="brothel")], duration="turn", description="Learnt that trick from an old bum called Zobiwan. He was good at escorting druids, though.")

Should get reported on the home forums, too.
 
  • Love
Reactions: Justinof
4.60 star(s) 44 Votes