It works if i change "in 4:" to == 4 : ThanksIt's not a bug, but a bit of a mistake on Goldo's part that it's lets you advance to chapter 4. You should do the Papa freak second req while you are still in chapter 3..
A temp fix can be done if you change this in BKchapter2.rpy:
to:Code:label visit_papa(): play sound s_chimes if game.chapter == 2: .... elif game.chapter == 3: ....
It worked for Acron on the HHS forum. Dont know how he didn't got a syntax error though.Code:label visit_papa(): play sound s_chimes if game.chapter == 2: .... elif game.chapter in 4: # temp fix for chapter 4 cells access ....
Edit: Dont forget to make a copy of BKchapter2.rpy somewhere if you want to restart the game.
Yeah there is, for both slave girls and free girls. So in BKfunctions.rpy in the game folder, change line 526is there a way to turn off randomly generated girls or at least reduce the frequency? I have alot of girl packs but finding yellow names are kinda rare its just the same ones randomized over and over. Would like to know if there's a way to make it only use non-clones or at least reduce amount of randoms.
slavemarket.girls = get_girls(nb)
slavemarket.girls = get_girls(nb, prefer_original = True)
game.free_girls += get_girls(nb - len(game.free_girls), free=True)
game.free_girls += get_girls(nb - len(game.free_girls), free=True, prefer_original = True)
I am likely just missing something/being dumb, but the pictures for my girls seem to change randomly every day and it is making it hard to keep track of them. Is it usually like this or am I missing something?
You can set it up with a _BK.ini file. You can add some favorite fixation too for that prefence to make sure the girl will like that sexual act. (Only works on new girl's, not on the existing ones what you already have if you load a save file, but it will remain no matter how many time's you restart the game)Small question, do we have a way to edit the sexual preference ? Meaning which type of sexual act she likes or not
Already tried with King's Way mods, but it seems it isn't persistent throught this way, and I have no idea if there is a command for that.
I think you add freq_high in the name of the videos or freq_low in the name of the photos. At least that is what I saw in some of my girlpacks. I don't know if that works though, I don't much care about that.After I add a video to an action, how do I name it to make it prioritized?
'00000' - did not work. I still often see pictures instead of video.
Do I have to delete (rename) photos ? How to make less photo and the girl didn't lose her rating?
With theAfter I add a video to an action, how do I name it to make it prioritized?
'00000' - did not work. I still often see pictures instead of video.
View attachment 4300735
Do I have to delete (rename) photos ? How to make less photo and the girl didn't lose her rating?
You are right about this. And yes it does work.I think you add freq_high in the name of the videos or freq_low in the name of the photos. At least that is what I saw in some of my girlpacks. I don't know if that works though, I don't much care about that.
Just install the game. And copy/paste the the folder and icon from the patch into the brothel king_pc folder and thats all. Btw you need to download the BK 0.3t version (its in the OP. The medifire link it's the official one from the game creator Goldo) You are trying to use the patch on the 0.2 version so ofc it will not work.So i'm Getting an error when i try to start the game. Any one have any idea on how to fix it?
After initialization, but before game start.
File "game/BKhelp.rpy", line 401, in prepare_screen
screen help_menu(scr):
File "game/BKhelp.rpy", line 401, in prepare
screen help_menu(scr):
File "game/BKhelp.rpy", line 415, in prepare
hbox spacing xres(10) xpos 0.0 ypos 0.15 xsize 0.85 ysize 0.7:
File "game/BKhelp.rpy", line 415, in prepare
hbox spacing xres(10) xpos 0.0 ypos 0.15 xsize 0.85 ysize 0.7:
File "game/BKhelp.rpy", line 416, in prepare
frame background None xmargin xres(10):
File "game/BKhelp.rpy", line 416, in prepare
frame background None xmargin xres(10):
File "game/BKhelp.rpy", line 417, in prepare
has vbox
File "game/BKhelp.rpy", line 417, in prepare
has vbox
Exception: A screen named notify_history does not exist.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\main.py", line 635, in main
run(restart)
File "D:\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\main.py", line 94, in run
renpy.display.screen.prepare_screens()
File "D:\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\display\screen.py", line 1026, in prepare_screens
s.ast.prepare_screen()
File "game/BKhelp.rpy", line 401, in prepare_screen
screen help_menu(scr):
File "game/BKhelp.rpy", line 401, in prepare
screen help_menu(scr):
File "game/BKhelp.rpy", line 415, in prepare
hbox spacing xres(10) xpos 0.0 ypos 0.15 xsize 0.85 ysize 0.7:
File "game/BKhelp.rpy", line 415, in prepare
hbox spacing xres(10) xpos 0.0 ypos 0.15 xsize 0.85 ysize 0.7:
File "game/BKhelp.rpy", line 416, in prepare
frame background None xmargin xres(10):
File "game/BKhelp.rpy", line 416, in prepare
frame background None xmargin xres(10):
File "game/BKhelp.rpy", line 417, in prepare
has vbox
File "game/BKhelp.rpy", line 417, in prepare
has vbox
File "D:\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\sl2\slast.py", line 2027, in prepare
raise Exception("A screen named {} does not exist.".format(self.target))
Exception: A screen named notify_history does not exist.
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.2 v241128
Thu Dec 5 12:24:19 2024
funny. because the path is literally listed as Brother-King-pc.0.3tJust install the game. And copy/paste the the folder and icon from the patch into the brothel king_pc folder and thats all. Btw you need to download the BK 0.3t version. You are trying to use it on the 0.2 version so ofc it will not work.
From this alone im seeing you are using the 0.2 version of the game.Bro King 0.2 v241128
>.< i don't know why. i literally extracted from the o.3t folder. unless the patch i got was from 0.2 which would have botched it. That was indeed it. >.< Thank you all for your help!From this alone im seeing you are using the 0.2 version of the game.
Both mediafire links are the official ones and the link wont change even if the game get an update.>.< i don't know why. i literally extracted from the o.3t folder. unless the patch i got was from 0.2 which would have botched it. That was indeed it. >.< Thank you all for your help!
oh sweet thanks, i was worried cuz i didnt see an options in settings but i am glad the game dev had optional parameters to the code to make it work this way. Also what are golden traits?Yeah there is, for both slave girls and free girls. So in BKfunctions.rpy in the game folder, change line 526
toPython:slavemarket.girls = get_girls(nb)
and for the free girls change line 560 fromPython:slavemarket.girls = get_girls(nb, prefer_original = True)
toPython:game.free_girls += get_girls(nb - len(game.free_girls), free=True)
.Python:game.free_girls += get_girls(nb - len(game.free_girls), free=True, prefer_original = True)
The girls will be unique whenever the random choice pick a girl pack with no active unique in the game world. Note that game balance is broken as a result: unique/golden girls get a guaranteed golden trait.