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

4.60 star(s) 44 Votes

vadi9203

Member
Aug 2, 2019
288
174
Hello everyone. I enjoyed this game up until I got to the kunoichi minigame. Is there ANYWAY I can skip this minigame? because doing it over and over is starting to honestly get on my nerve and I'm just generally already tired of it. If not I'll happily take any other suggestions.
For the first 2 for each ninja you can use the "Makabishi" what nero mentioned it's cost 500 gold each. For the 3rd time with the ninja's you dont need to do anything just let the timer go down to 0. Even if you "manage" to catch them it will be a fail anyway.
 
  • Like
Reactions: Jman9 and DougTheC

SanderJK

New Member
May 30, 2017
1
1
I have a girl stuck in "away" for a long time now, it doesn't bother me too much but is there a console command to force her back maybe?
 
  • Like
Reactions: __neronero

Jman9

Engaged Member
Jul 17, 2019
2,294
956
Code:
MC.girls[number].name   (to find/check the right number)
MC.girls[number].away = False
If she was away on a quest, class, etc, she won't complete it and that might lead to extra bugs (although I hope it doesn't).
 
  • Like
Reactions: krakr

krakr

Resident Drunk
Donor
Jun 25, 2017
127
130
One of my girls glitched out. I sent her on a quest & she never returned. It says she'll be away for -127 days. I cant sell her or anything, so she's just costing me money and taking up a slot.

Is there a console command I can use to correct this or delete her? I'd prefer to keep her as her education is pretty advanced.

LOL sorry, I didn't notice the reply above. I must have been typing when that conversation started

Console worked, many thanks
 
Last edited:
  • Like
Reactions: __neronero

Hermenegild

Member
Sep 18, 2017
403
226
Jman9, do you have a way of contacting Goldo now that HHS forum is dead? Thanks, Leortha, found him.

goldo00, there are two typos in BKitems.rpy which block you from building weapon racks. Both "Weapon rack" and "Weapon rack XL" are marked as "Utilities" instead of "Utility", and because of that they're not picked up by the carpenter screen.

To fix a new game, edit lines 387-388 of BKitems.rpy and change "type='Utilities'" to "type='Utility'".

To fix an existing game, enter the console and type:
Python:
furniture_dict['Weapon rack'].type = 'Utility'
furniture_dict['Weapon rack XL'].type = 'Utility'
A nice side effect is, you can now actually manage to make the carpenter icon disappear if you build everything ;)
 
Last edited:

hrjfwf4

Newbie
Jul 30, 2021
35
9
I am a major user of quicksave (guess who lobbied for the F5/F9 shortcuts :sneaky:), so I haven't really tried it, recently or not. Does anyone else have this problem? If not, maybe you have accidentally disabled rollback somehow?
On the topic of Quicksave and load is there a reason why quickload doesn´t work on specific screens? Not really familiar with Renpy or programming in general so maybe it´s obvious why it doesn´t work^^
 

Leortha

Active Member
Jun 25, 2019
744
665
Jman9, do you have a way of contacting Goldo now that HHS forum is dead?
Goldo created an account here on F95 shortly after the original BK home went down. He's currently offline on vacation for a couple of weeks, so responses may be a bit slow, but look through the last 10 pages or so of this thread and you should see him multiple times.
 
  • Like
Reactions: Hermenegild

vadi9203

Member
Aug 2, 2019
288
174
goldo00, there are two typos in BKitems.rpy which block you from building weapon racks. Both "Weapon rack" and "Weapon rack XL" are marked as "Utilities" instead of "Utility", and because of that they're not picked up by the carpenter screen.

To fix a new game, edit lines 387-388 of BKitems.rpy and change "type='Utilities'" to "type='Utility'".

To fix an existing game, enter the console and type:
Python:
furniture_dict['Weapon rack'].type = 'Utility'
furniture_dict['Weapon rack XL'].type = 'Utility'
A nice side effect is, you can now actually manage to make the carpenter icon disappear if you build everything ;)
An updated BKitems.rpy for those who are lazy or dont know how to edit it.
 

Jman9

Engaged Member
Jul 17, 2019
2,294
956
Jman9, do you have a way of contacting Goldo now that HHS forum is dead?
While you might think I do, in fact I have no special connections to Goldo, for good or ill.

He does appear to have been lurking here since less than a month after I joined. :unsure:

On the topic of Quicksave and load is there a reason why quickload doesn´t work on specific screens?
Technically, because those screens have not been made to support those shortcuts. I imagine it's primarily a combination of trying to avoid lumping quicksave in there as well, and laziness. :D
 
  • Like
Reactions: Hermenegild

hrjfwf4

Newbie
Jul 30, 2021
35
9
did anyone play around with scaling the game to 4k and has the backgrounds in better quality? that seems to be the only thing that doesn´t get scaled the rest looks okish. But its strange to play with a mostly black background on the mainpage^^
Edit: Ah only the .jpg files get scaled
 
Last edited:

__neronero

Member
Jan 23, 2021
275
379
did anyone play around with scaling the game to 4k and has the backgrounds in 4k? that seems to be the only thing that doesn´t get scaled the rest looks okish. But its strange to play with a mostly black background on the mainpage^^
Edit: Ah only the .jpg files get scaled
I sort of did... But I half-assed it and some code changes might be required to fully make things work.

If I remember correctly I mass-upscaled every image below a certain resolution (around 1920x1080?) to 300% scale and converted everything to .webp (even though the game still expects certain images to be .jpg's)
Upscaled images are .
 

hrjfwf4

Newbie
Jul 30, 2021
35
9
nice thx i converted all .webp to .jpg to at least have them scaled a bit but now i can actually use a higher res :D i tried to change the code but not sure if i messed something up since i just replace .webp with .jpg in all files so i prob broke something but made a backup
 

hrjfwf4

Newbie
Jul 30, 2021
35
9
You don't have permission to view the spoiler content. Log in or register now.
Can someone explain to me what this means? Where do i have to change what exactly for this to work? i presume it concerns girl generation template?
 

__neronero

Member
Jan 23, 2021
275
379
Can someone explain to me what this means? Where do i have to change what exactly for this to work? i presume it concerns girl generation template?
The "important" comment is an instruction from Goldo as to why the next line (in this case "traitking = traitking_template") is an important part to include for mod-creators

The second comment is about the lines that follow below, which determine how many traits girls may spawn with. If you want to edit those, make sure that the value of "traitking_t..._positive" is always at least 1 more than "traitking_t..._gold"
 

hrjfwf4

Newbie
Jul 30, 2021
35
9
Can someone tell me if the virgin bonus only applies to sexual acts or jobs aswell? Can´t seem to find an answer to that would be a pain to play around that and fight out after hours xD

Edit: Also thx for answering my barrage of questions :D
 
4.60 star(s) 44 Votes