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.
I am sure the dev left those options for debugging, and I am super grateful to him for thatoh 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?
You are not missing anything and you arent dumb either. The code was made to change the girl's images every time with the profile, portrait etc pic's in the girlpack. For example if you 5 profile pic's then the game will randomly choose one of them for the next day. If you only have 1 then you will get same pic every time.
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)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKintro.rpy", line 1760, in script call
call advance_to_chapter(starting_chapter, silent=True, start=True) from _call_advance_to_chapter_2
File "game/BKevents.rpy", line 786, in script
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKevents.rpy", line 786, in <module>
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKclasses.rpy", line 3025, in updates
weekly_updates(change_district)
File "game/BKfunctions.rpy", line 2793, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 526, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 302, in get_girls
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 302, in <lambda>
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 228, in generate_girls
girl.load_ini()
File "game/BKgirlclass.rpy", line 429, in load_ini
self.init_dict = read_init_file(self.ini, search_for=search_for, skip_checks=skip_checks)
File "game/BKfunctions.rpy", line 3681, in read_init_file
raise AssertionError("_BK.ini error with girlpack: %s. 'background story/generate_as' should be set to 'all', 'slave', 'free' or 'story'." % file)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKintro.rpy", line 1760, in script call
call advance_to_chapter(starting_chapter, silent=True, start=True) from _call_advance_to_chapter_2
File "game/BKevents.rpy", line 786, in script
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "Brothel_King-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "Brothel_King-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKevents.rpy", line 786, in <module>
$ calendar.updates(change_district=not start) # change_district disables quest and resource market updates
File "game/BKclasses.rpy", line 3025, in updates
weekly_updates(change_district)
File "game/BKfunctions.rpy", line 2793, in weekly_updates
update_slaves()
File "game/BKfunctions.rpy", line 526, in update_slaves
slavemarket.girls = get_girls(nb)
File "game/BKfunctions.rpy", line 302, in get_girls
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 302, in <lambda>
template_girls = [g for g in generate_girls() if can_generate(g, free)] # Must be separate from available_templates to avoid creating new girl objects with every loop
File "game/BKfunctions.rpy", line 228, in generate_girls
girl.load_ini()
File "game/BKgirlclass.rpy", line 429, in load_ini
self.init_dict = read_init_file(self.ini, search_for=search_for, skip_checks=skip_checks)
File "game/BKfunctions.rpy", line 3681, in read_init_file
raise AssertionError("_BK.ini error with girlpack: %s. 'background story/generate_as' should be set to 'all', 'slave', 'free' or 'story'." % file)
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.3t v241117
Fri Dec 6 16:51:42 2024
If I was to guess, you might have "patched" your basic 0.3 installation with the latest 0.2 patch... Please check.>.< 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!