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

4.60 star(s) 51 Votes

Yukihirou

Well-Known Member
Feb 4, 2018
1,553
1,411
304
"Large washtub: -20% to brothel energy when resting"
My girls went from recovering 50 energy every rest to 40 energy every rest. WTF is this !? Why would I even bother with this useless furniture, how do I remove this ?

EDIT: Fuck it, Spent the whole night fixing this shit and it worked: furniture_dict["Large washtub"].effects[0].value = 0.2. Turn out updating new patch means jack when init means you have to start a new save. Fuck that.
Original v.0.3.t2 without patch introduced this bug when author switched from old ver "energy use" to new "energy when resting" without eradicating the minus "-"
 
Last edited:

blanlasomebody

New Member
Sep 15, 2020
13
11
137
I've tried to increase the reputation caps to get more customers per chapters (in BKsettings.rpy bro_reputation_cap) But the changes in the files didn't occur in the game, even on a new save. Is there another setting I should modify ?
 

sunaste

New Member
Jun 13, 2018
4
0
162
So, I'm pretty sure I fixed it by editing "jp_target" to "self.jp_target" in the BKClasses.rpy file. It unfucked my game at least.
I was having the same issue and modifying line 4907 in the BKClasses.rpy like thendavesaid fixed that bug for me as well.
 

rockfrog

Member
Apr 22, 2021
174
45
142
BUG!!!!!! (i think!)

Rimming does not show up on the list of sex training traits. So if its a bad trait you cant get rid of it by training unless you rape the girl. It shows as a bad trait in: (service and fetish's). but you cant get rid of it.

Unless it was designed like that but i dont think so.
 
Feb 23, 2022
28
8
13
Is Trait King still for BK 0.3 Gameplay Test compatible with V0.3 full release?
And are there any different between test ver. and full ver. beside bug fixed?
 

teletube

Member
Nov 20, 2021
120
214
120
Guys, I am not sure if my save has been bugged or not.
Can you, please, tell me which are the last story events that are available?
You don't have permission to view the spoiler content. Log in or register now.
 

goldo00

Newbie
Aug 9, 2019
23
71
23
Guys, I am not sure if my save has been bugged or not.
Can you, please, tell me which are the last story events that are available?
You don't have permission to view the spoiler content. Log in or register now.
If you heard the bells, then yes, that's the end of the current storyline. You can check if you have any 'Story' related objective in the bottom right corner of the Home screen to make sure.
 

Silver1315

Newbie
Mar 15, 2020
26
26
72
Does anyone know if there is a way to train/change a girls preference for each sex act?

Like, I know you can train them from say-"Refuses" to "Interested", etc; but what about "Ambivalent" to something else? Is it something that can be trained, or is it something unlocked in later chapters?

Because it's a real head scratcher when I have a girl that has a Gold sex trait like "Lust" (have Trait King installed) and "Sexually curious", but then is disgusted/ambivalent to all sex acts besides maybe one or two. Would like to be able to change that somehow.
 

Deimos96

Newbie
Oct 26, 2022
22
35
56
Does anyone know if there is a way to train/change a girls preference for each sex act?

Like, I know you can train them from say-"Refuses" to "Interested", etc; but what about "Ambivalent" to something else? Is it something that can be trained, or is it something unlocked in later chapters?

Because it's a real head scratcher when I have a girl that has a Gold sex trait like "Lust" (have Trait King installed) and "Sexually curious", but then is disgusted/ambivalent to all sex acts besides maybe one or two. Would like to be able to change that somehow.
You have to find out what type of sex position she specifically dislikes (I.e doggystyle in normal sex). There are several ways:
- You can do it through Advanced Training of the ambivalent/disliked sex act
- Through rape/or forced sex and finding it out that way, though this might have drawbacks since it will make training her harder in the future but greatly increase fear

After you find out, then there will be a special training option for you to remove her fear of that sex act

Tip: A girl's personality will affect how you should treat her during this process. You can either train her gently, normal, or rough. Say if the girl is submissive then training her roughly tends to yield better results.
 

Reieux3

Newbie
Mar 31, 2021
22
30
81
There is an amusing bug - if a girl runs away, you can hire bounty hunters to look for her. There is nothing stopping you from looking for her yourself.
If you happen to find her, and persuade her to come back, you'll get a copy of the girl brought back by the bounty hunters a few days later.
 
  • Wow
Reactions: Yukihirou

Jonxs

Newbie
Mar 6, 2021
99
24
131
every time i start a new game with the trait kings mod i get that
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/BKstart.rpy", line 76, in script call
call advance_to_chapter(starting_chapter, start=True) from _call_advance_to_chapter_3
File "game/BKevents.rpy", line 796, in script
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKevents.rpy", line 796, in <module>
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKclasses.rpy", line 3031, in updates
weekly_updates(change_district)
File "game/BKfunctions.rpy", line 2734, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 526, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 373, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl, force_original=(prefer_original and girl.count_occurences("all", original=True, add_list=final_list) == 0), temp_list=final_list) # final_list is checked to avoid multiple original generation
File "game/BKgirlclass.rpy", line 197, in randomize
self.generate_traits(p_traits, n_trait)
File "game/BKgirlclass.rpy", line 914, in generate_traits
if d > traitking_t1_chance: # very rare 1
NameError: name 'traitking_t1_chance' is not defined

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

Full traceback:
File "game/BKstart.rpy", line 76, in script call
call advance_to_chapter(starting_chapter, start=True) from _call_advance_to_chapter_3
File "game/BKevents.rpy", line 796, in script
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "C:\Users\Desktop\Brothel_King\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\\Desktop\Brothel_King\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKevents.rpy", line 796, in <module>
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKclasses.rpy", line 3031, in updates
weekly_updates(change_district)
File "game/BKfunctions.rpy", line 2734, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 526, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 373, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl, force_original=(prefer_original and girl.count_occurences("all", original=True, add_list=final_list) == 0), temp_list=final_list) # final_list is checked to avoid multiple original generation
File "game/BKgirlclass.rpy", line 197, in randomize
self.generate_traits(p_traits, n_trait)
File "game/BKgirlclass.rpy", line 914, in generate_traits
if d > traitking_t1_chance: # very rare 1
NameError: name 'traitking_t1_chance' is not defined
 

Perdurabo

Member
May 4, 2017
127
83
175
You have to find out what type of sex position she specifically dislikes (I.e doggystyle in normal sex). There are several ways:
- You can do it through Advanced Training of the ambivalent/disliked sex act
- Through rape/or forced sex and finding it out that way, though this might have drawbacks since it will make training her harder in the future but greatly increase fear

After you find out, then there will be a special training option for you to remove her fear of that sex act

Tip: A girl's personality will affect how you should treat her during this process. You can either train her gently, normal, or rough. Say if the girl is submissive then training her roughly tends to yield better results.
If you have high relations with her, low fear, and good charisma, asking her about her tastes can have her just /tell/ you what things she doesn't like, or does like.
 

wanvadder

New Member
Nov 14, 2021
1
0
115
"Large washtub: -20% to brothel energy when resting"
My girls went from recovering 50 energy every rest to 40 energy every rest. WTF is this !? Why would I even bother with this useless furniture, how do I remove this ?

EDIT: Fuck it, Spent the whole night fixing this shit and it worked: furniture_dict["Large washtub"].effects[0].value = 0.2. Turn out updating new patch means jack when init means you have to start a new save. Fuck that.
Original v.0.3.t2 without patch introduced this bug when author switched from old ver "energy use" to new "energy when resting" without eradicating the minus "-"
Can you post the furniture fix? Cause it's getting unbearable at Chapter 3 with all of my girls getting negative rest to do any work. Thanks
 

Zyxenon

New Member
Oct 30, 2025
2
0
1
Where do i save the game on screen?
Is there one in Brothel menu or the Mc menu.
Is there a more convenient one.

Also how do i write bk ini. traits. i would want to add relaxed, sisterly, toughtful, flirty, focused curious, tough, determined. Dumb, Loud, Fickle, Fearful, Dull, Jerk, Injured, Naive Clumsy etc. Also can make it so they are virgin.
 

Zyxenon

New Member
Oct 30, 2025
2
0
1
So i found out that pressing "Esc" lets you save from the House from the Docks and Girls Menu. Esc sends you to Save & Load Menu.
 
4.60 star(s) 51 Votes