Brothel King - Girl packs and Mods Collection

4.00 star(s) 2 Votes

enzokpo1912

Member
Jun 6, 2017
133
432
Name: Hinata Hyuuga
Universe: Naruto
Pics: 1400+
Type: Manga/Anime

Name: Hanabi Hyuuga
Universe: Naruto
Pics: 1000+
Type: Manga/Anime

Folder Link:
Hinata Hyuuga.jpg Hanabi Hyuuga.jpg
 
  • Like
Reactions: ASDFGMAG

JohnRustles

Newbie
Jul 18, 2017
63
9
Assuming your tagging tool is up to date enough: With the desired girl pack selected, there is an option on the main menu that says "Generate BKini". After that, it pretty much holds your hand all the way through. For reference, I am sitting at version 2.8.14, you can see the version number at the bottom of the main menu screen.
Thank you! My picture tag tool was outdated.
 

hrjfwf4

Newbie
Jul 30, 2021
35
9
you can edit those yourself by changing the values in the BKsettings.rpy file (you can ignore the .rpyc file since its autogenerated on startup according to the .rpy file). The first number tells you which district it is the second what amount of rooms you start with and the third what the max amount in this district is. Take care when editing it that your max is not higher then the min of the next district since it can lead to bugs occurring. Hope that helps i copied the lines concerning the setting below.

## BROTHEL SETTINGS
# For each chapter: the first number between brackets is the minimum number of bedrooms (and therefore girls), the second number is max.
bro_capacity = {1 : [1, 4], 2 : [4, 8], 3: [8, 12], 4 : [12, 16], 5 : [16, 20], 6 : [20, 24], 7 : [24, 32]}
 

pokelen

New Member
Jun 3, 2021
6
1
Asking here in the intrest of not searching through the entire thread, but when you increase the ammount of girls in your brothel, the game eventually slow down quite significantly. Is there a way to speed it back up? Like increasing RAM or something like that? (not much of a modder myself)
 
  • Like
Reactions: PepegaSurr
Sep 28, 2018
355
795
Asking here in the intrest of not searching through the entire thread, but when you increase the ammount of girls in your brothel, the game eventually slow down quite significantly. Is there a way to speed it back up? Like increasing RAM or something like that? (not much of a modder myself)
By making the maximum number an actually reasonable number of girls who won't make your computer explode because its running an ungodly amount of data to pass through each individual girls event. This is just how Ren'Py works.
 
  • Like
Reactions: DougTheC

AshterVintis

New Member
Mar 26, 2020
3
0
so I seem to have a glitch where none of the girls are sellable, any suggestions, and it keeps saying to patch the game, but the link is dead?
 

__neronero

Member
Jan 23, 2021
285
393
so I seem to have a glitch where none of the girls are sellable, any suggestions, and it keeps saying to patch the game, but the link is dead?
Not sure if you're describing a glitch or a feature. Since 0.2 "free" girls who you recruited in the city are no longer sellable, they can only be dismissed/released. Can you also not sell slavemarket-girls? Can you describe what happens if you try to sell them?

The latest patch is .

ScriptError: Name (u"game/Mods/king's way/kings_way 2.0.rpy", 1614358303, 0) is defined twice, at game/Mods/king's way/kings_way 2.0.rpy:6 and game/kings_way 2.0.rpyc:6.
It looks like you may have placed King's Way in the wrong folder at first ("/game/..." instead of "/game/Mods/king's way/...") and executed the game.

Without going into details of why it does this, whenever you run the game it creates a .rpyc file for every .rpy file it can find. If you later remove .rpy files, you must also remove the .rpyc files the game created. So remove "game/kings_way 2.0.rpyc" and that should work, assuming the rest of the files are in the right place now.
 

AshterVintis

New Member
Mar 26, 2020
3
0
yeah I may have messed something like that up, I was talking about market girls, I did a fresh install and it works properly now.
 
4.00 star(s) 2 Votes