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

4.60 star(s) 51 Votes

vadi9203

Member
Aug 2, 2019
463
273
238
If I delete packs of girls that appeared in my save before, what happens if I try to load it up again? Can I delete some girl packs I don't like anymore without worrying about my save being messed with?
The only thing what happens it's that you get a bunch of message that XYZ girl is missing pic's (can be skipped with fast forward) and there will be a non pic girl in the market/city for awhile.
 
  • Like
Reactions: DougTheC

morty2301

Member
Oct 9, 2018
457
312
278
The only thing what happens it's that you get a bunch of message that XYZ girl is missing pic's (can be skipped with fast forward) and there will be a non pic girl in the market/city for awhile.
I can force the market and city to reset with commands right?
 

noctred

Member
Nov 25, 2017
153
180
248
Can somebody please refresh my memory on the tagging rules for this game? Specifically the and/or rules for optional tags. Do they operate as inclusive/exclusive ORs or do all selected optional tags need to match in order for an image to fire?

There used to be a thread about this on the old HHS forums but I don't think it was ever recreated after the og forums died... or if it has then I can't find it.

Thanks.
 

gengarmite2

Newbie
Mar 24, 2021
61
11
122
Can anyone tell me how I can add new traits into the game, I have tried adding certain op traits through the trait king.rpy, but i cannot figure out how to add them ingame,and the dict command always come out as cannot find keyword even for vanilla codes even tried keeping the original name and only changing the effects but that does not seem to work when i add the traits through kings way
 
Last edited:

__neronero

Member
Jan 23, 2021
285
393
74
I can force the market and city to reset with commands right?
enter "weeklyupdates()" in the console

Can somebody please refresh my memory on the tagging rules for this game? Specifically the and/or rules for optional tags. Do they operate as inclusive/exclusive ORs or do all selected optional tags need to match in order for an image to fire?
That depends on a player's settings. For your own sanity, I would strongly advise a WYSIWYG tagging philosophy. Base your tags on what's visible on the image, not on how the game's code works. The code is tweaked by settings, has countless contradictions & exceptions, is subject to changes, etc.

That being said, if you still want to dive into the code then a good place to start is the get_pic function, which starts with a brief summary:
You don't have permission to view the spoiler content. Log in or register now.

Can anyone tell me how I can add new traits into the game, I have tried adding certain op traits through the trait king.rpy, but i cannot figure out how to add them ingame,and the dict command always come out as cannot find keyword even for vanilla codes even tried keeping the original name and only changing the effects but that does not seem to work when i add the traits through kings way
I've never used Kingsway, but perhaps it doesn't work well together with trait king, since TK tramples all over BKtraits.rpy in its execution.

After selecting your girl in the girls menu, try adding the trait(s) with the following console command:
girl.add_trait(trait_dict["My Traitname"], forced=True)
If that doesn't work as expected, something might be wrong with your modifications to trait king.rpy

Isn't that just mana? Gold for gold, blue for action points, purple for mana is how 0.2 worked.
Now that you mention it, you might be right. This one looks more pink than purple to me, so I just assumed it would be a new farm resource. The farm will be getting a makeover with all kinds of juicy evil powers :devilish:
 
  • Like
Reactions: gengarmite2

gengarmite2

Newbie
Mar 24, 2021
61
11
122
enter "weeklyupdates()" in the console

That depends on a player's settings. For your own sanity, I would strongly advise a WYSIWYG tagging philosophy. Base your tags on what's visible on the image, not on how the game's code works. The code is tweaked by settings, has countless contradictions & exceptions, is subject to changes, etc.

That being said, if you still want to dive into the code then a good place to start is the get_pic function, which starts with a brief summary:
You don't have permission to view the spoiler content. Log in or register now.

I've never used Kingsway, but perhaps it doesn't work well together with trait king, since TK tramples all over BKtraits.rpy in its execution.

After selecting your girl in the girls menu, try adding the trait(s) with the following console command:
girl.add_trait(trait_dict["My Traitname"], forced=True)
If that doesn't work as expected, something might be wrong with your modifications to trait king.rpy

Now that you mention it, you might be right. This one looks more pink than purple to me, so I just assumed it would be a new farm resource. The farm will be getting a makeover with all kinds of juicy evil powers :devilish:
it could be that i did it wrong i got the op traits from here with your conversation with mayhem0

so any easy way to do it
 
  • Like
Reactions: __neronero

__neronero

Member
Jan 23, 2021
285
393
74
it could be that i did it wrong i got the op traits from here with your conversation with mayhem0

so any easy way to do it
Yes, just add them to the existing list(s) of traits
If you're using Trait King, you open up "Trait King.rpy" and add your traits somewhere. For example, under traitking_gold_special below the "In demand" trait @ line 546, and then you start a new game.


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


If you want to add them to your existing game, I guess the simplest way is to just select your girl and type whatever trait you want into the console (but then it won't randomly appear on new generated girls)
girl.add_trait(Trait("Armpit Vaginas", verb = "have", eff1 = Effect("increase satisfaction", "all sex acts", 1), base_description = "She has an extra vagina under each armpit."))
 

gengarmite2

Newbie
Mar 24, 2021
61
11
122
Yes, just add them to the existing list(s) of traits
If you're using Trait King, you open up "Trait King.rpy" and add your traits somewhere. For example, under traitking_gold_special below the "In demand" trait @ line 546, and then you start a new game.


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


If you want to add them to your existing game, I guess the simplest way is to just select your girl and type whatever trait you want into the console (but then it won't randomly appear on new generated girls)
girl.add_trait(Trait("Armpit Vaginas", verb = "have", eff1 = Effect("increase satisfaction", "all sex acts", 1), base_description = "She has an extra vagina under each armpit."))
thank you so much mate,
I don't know why it never occurred to me to start a new game
 
Last edited:

amber9572

New Member
Jan 26, 2022
3
2
13
I don't know what I did wrong, and I can't access the 'official' site for girl packs, so I'm gonna ask here. I started up the game for the first time, version 0.2, an update from the thread I downloaded it from (Kite80's), the basic girl pack, and a variety of girls of different rankings off the list on the OP of that thread, but everytime I get to the first market scene, I get an error telling me to download a girl pack. I've run out of trouble shooting steps, and its past time for me to go to bed. Any ideas for me to try when I get off work?
 

vadi9203

Member
Aug 2, 2019
463
273
238
I don't know what I did wrong, and I can't access the 'official' site for girl packs, so I'm gonna ask here. I started up the game for the first time, version 0.2, an update from the thread I downloaded it from (Kite80's), the basic girl pack, and a variety of girls of different rankings off the list on the OP of that thread, but everytime I get to the first market scene, I get an error telling me to download a girl pack. I've run out of trouble shooting steps, and its past time for me to go to bed. Any ideas for me to try when I get off work?
Put the girl packs in the Brothel_king_pc/game/girls folder.
If the pack have multiple girl packs folder in it put a # before it.
 
  • Like
Reactions: selberdreher

hrjfwf4

Newbie
Jul 30, 2021
35
9
43
neronero i was wondering are there any good outcomes for the unknown trait? i always seem to get a negative one so i don´t even question the slavers anymore but maybe i just got really unlucky
 

vadi9203

Member
Aug 2, 2019
463
273
238
neronero i was wondering are there any good outcomes for the unknown trait? i always seem to get a negative one so i don´t even question the slavers anymore but maybe i just got really unlucky
It's pretty much up to luck. I already mentioned this for Nero on the HHS forum that i get mostly negative trait's (about 80% of the times) but he said that you have 50-50% chance to get positive trait.
 

Toshiro06

Newbie
May 2, 2021
28
26
137
I think the problem you might be having is how the event runs. The unknown trait event has 3 different endings. One is for the standard grabs from the pool of traits that is in the mod (a 50% chance of positive traits). Then you have the negative end which removes the chances of a positive trait getting earned. And finally the no trait end.

The trait also depends on how you find out the nickname. Some of the events will skip the whole solution to the nickname and just end with the negative trait. I ended up just modifying the TKevents file and made the undervalued_trait list filled with only positive traits because of how often I got negative traits. Especially with some of the traits being so bad.

Questioning the slavers has a 1/6 chance of triggering the negative end, 1/3 chance of a no trait end, and a 50% chance of the standard pool (a 50/50 chance).
 

Thaluka

Newbie
Jan 3, 2018
30
41
155
Is there any way to turn on cheat, then turn it back off and re-enable achievements? I need to use cheat to get one of my girls unstuck from being on a quest for -180 days.
 
4.60 star(s) 51 Votes