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

4.60 star(s) 49 Votes

Kite80

Well-Known Member
Modder
May 30, 2017
1,088
1,087
There's an evil card you can draw at the farm which should reset perk points of a girl; I've seen it once or twice but didn't try it yet.
 
Jun 17, 2018
26
3
is a list of active mod's. neronero is updating the list if something is not working on it or outdated.
I'm sorry I haven't been clear I was asking about version 0.3 which I guess is officially not yet released here, I found it mentioned in someones comment. But it appears the the kings way mod even the latest version still isn't adapted to it. So I take it there is no alternative cheat.
 

ImperialD

Devoted Member
Oct 24, 2019
11,571
11,766
i caught this magic girl named Jufio Refuto .... after she tried to attack my brothel with some creatures that looked like M&M's :LOL:
so far she's making a decent prostitute ;)
 

Kite80

Well-Known Member
Modder
May 30, 2017
1,088
1,087
Can't remember about a specific guide for BK, but here's a list of coomon things you can modify:

MC.gold += xxxx (add gold)
MC.prestige += xxxx (fast levelup)

after you select a girl (interact, levelup, items):
girl.level_up (increase 1 level)
girl.xp += x (but must wait for levelup)
girl.rank += x (fast rankup)
girl.perk_points += x (add perks)
girl.upgrade_points += x

There's also a way to increase the numbero of rooms in the brothel but I strongly recommend you to do it changing .rpy files (look for an array of rooms availables for each brothel level, you can set a bigger amount).
 
  • Like
Reactions: mbRjpZLD

MarshallMorgan

New Member
Aug 18, 2024
3
1
There's also a way to increase the numbero of rooms in the brothel but I strongly recommend you to do it changing .rpy files (look for an array of rooms availables for each brothel level, you can set a bigger amount).
This is also how I do it, editing the BKsettings.rpy, per the answer in the FAQ thread on the BK forum (linked to in the original post as the developer's website):

Q: Is there a way to increase the maximum number of girls (brothel capacity) over 32?
(max bedrooms, max girls, max rooms, brothel size)


A: To increase in new games, you would change this line in BKsettings.rpy with a simple text editor (not word processor). Would have to re-do change after most new patches:
bro_capacity = {1 : [1, 4], 2 : [4, 8], 3: [8, 12], 4 : [12, 16], 5 : [16, 20], 6 : [20, 24], 7 : [24, 32]}
(recompiles on running game).

To increase in a continuing game, you would enter the Console by shift-o, set this variable (or part of it) to a new value, then Esc to exit Console, & save game.

Note these values have meanings like: "2:[4,8]" -- in brothel 2, minimum girl capacity 4, max 8.

So if you just need to expand final brothel capacity, you could Console "bro_capacity[7] = [24,100]" or whatever upper limit instead of 100. Similar edit of "24,32" to "24,100" in BKsettings.rpy for new game.
 
  • Like
Reactions: initiated

Esander

Newbie
Aug 24, 2020
40
51
Bug: you can summon Homura multiple times the first time in chapter 3. This seems to break her initial event, which keeps you from getting c3_suzume_hint. Calling story_add_event("c3_suzume_hint", "daily") with console seems to work if this happens.
 

vadi9203

Member
Aug 2, 2019
438
248
is a list of active mod's. neronero is updating the list if something is not working on it or outdated.
Bug: you can summon Homura multiple times the first time in chapter 3. This seems to break her initial event, which keeps you from getting c3_suzume_hint. Calling story_add_event("c3_suzume_hint", "daily") with console seems to work if this happens.
Are you using the "v241014" patch version of the game? (You can check it in the options.rpy line 17)
 

maxchang1990

New Member
Aug 4, 2022
4
0
Year 2, month 4, hardest difficulty,no cheats, 73gals. Guess the game is recommanding me to stop :unsure::unsure:
Btw is there any way to lower the 'Estimate customer"? I got 0 advertising + 20% budget + Royals majority , but still too many customer to server, ends up losing hell lot of reputation each day.

Moreover, can you edit the girl packs by directly removing few files ( some jpg are....not my appetite). Or you need to manualy change the code, or something.
 

Hermenegild

Active Member
Sep 18, 2017
546
293
Btw is there any way to lower the 'Estimate customer"? I got 0 advertising + 20% budget + Royals majority , but still too many customer to server, ends up losing hell lot of reputation each day.
Yes, that's bugging me as well. Basically, after Chapter 1 and maybe just after moving to a new brothel in each chapter, you get way too many customers to be able to serve them. Shouldn't a strength of reputation/advertising/outfits be lowered a bit?

Or at least the mechanical ad board should be strengthened so that I can change the number of customers and their budget in a much wider range.

At the very least, the client type sliders should be rebalanced. As it is now (chapter 7, nobles unlocked, royalty not yet), it's behavior is strange. Forgetting the zero point (as that forces beggars in), with all other sliders at zero, the number of nobles coming stays at 237 regardless of the slider's position.

As it is right now, while I do train my girls in bi, there's never any point to enable it. Group sex, on the other hand, is key.

EDIT: Reposted on the HHS forum for visibility.
 
Last edited:

zapdose

New Member
Mar 25, 2017
8
0
Do fixations(either specific act or just image) only show up in training, or can they show up in prostitution/ random events? mainly curious if i should only make a few pictures with the fixations or if I'm good to make the majority of images more specific.
 

vadi9203

Member
Aug 2, 2019
438
248
Do fixations(either specific act or just image) only show up in training, or can they show up in prostitution/ random events? mainly curious if i should only make a few pictures with the fixations or if I'm good to make the majority of images more specific.
If you make the pic with only a specific fixation with no sex act attached to it then it's only shows up at training and maybe at some event's where it was specified.
 
4.60 star(s) 49 Votes