- Sep 24, 2017
- 468
- 427
Thanks for the replySo far they are only a few diaglouge with them. And you can buy a few things from them in the city. If you find the locations.
Thanks for the replySo far they are only a few diaglouge with them. And you can buy a few things from them in the city. If you find the locations.
They do. Goldo made sure that the mod's will work with his game no matter the patch.Do any of the mods work with the newest game version?
you may as well play alicesoft games, where the images are copied fromHi, I have a question. I'm entering chapter 2, and these girls walked past the brothel.
View attachment 4398795
I was curious and went to look for the names of these girls in the game files, but I didn't see anything H.
My question is, can something be done with them? If possible, make them work in the brothel?
If it's says that then storywise the game ends there so far. But you can continue to play the game if you want to reach the end.So my current goal is to talk to Suzume about Mizuki again but when I try it says that content isn't implemented yet.
So end of game there or is there something I'm supposed to do to continue?
Thanks for the reply
Just for quoteing his post the girls are from this game: Evenicleyou may as well play alicesoft games, where the images are copied from
. . . . Yes, the thing is that the girl in question is not really important to me, but the scenario presented. From what I saw, the game in which they appear are simply girls that the protagonist sleeps with. Which is very... not very striking. I'm more interested in the scenario where after a quest/seduction/whatever, you degrade them by putting them to work in a brothel.Just for quoteing his post the girls are from this game: Evenicle
perform
function in BKfunctions.rpy
score = d + stat_bonus + cust_bonus + sensitivity_bonus + job_bonus + misc_bonus
test_stats
in BKgirlclass.rpy
).Difference | >= 40 | 39 to 20 | 19 to 10 | 9 to -9 | -10 to -19 | -20 to -39 | <= -40 |
Primary | +4 | +2.5 | +1.5 | 0 | -1.5 | -2.5 | -4 |
Secondary | +2 | +1.5 | +1 | 0 | -1 | -1.5 | -2 |
Booster | +1.5 | +1 | +0.5 | 0 | 0 | 0 | 0 |
Difference | >= 25 | 24 to 10 | 9 to -9 | -10 to -24 | <= -25 |
Bonus | +2 | +1 | 0 | -1 | -2 |
I think being rewarded/punished adds to this. You can see it if you mouse over the results of a job on the end of day screen.misc_bonus I'm not entirely sure how this one works. It likely represents the special weekly events and some other stuff. It also is affected by a girls memory of rewards and punishments (I have no idea what this means, it's just in the comments).That's it, hope this helps.
Dont know what's causing you this error. I can't replicate it. For me it's working even with the basic girl packs.Idk what I'm doing wrong, but the new version is unplayable for me. Trying to view Girl Packs from menu and selecting 'yes' to see ratings returns:
You don't have permission to view the spoiler content. Log in or register now.
and starting the game hangs immediately after intro and selecting initial brothel front
You don't have permission to view the spoiler content. Log in or register now.
And then:
You don't have permission to view the spoiler content. Log in or register now.
I thought it might be an old girl pack but still not working with fresh install, patched, basic girl pack only.
Any help would be appreciated.
I ended up digging a bit more and found a post in this thread that mentioned how to fix it. It was putting this into console:Dont know what's causing you this error. I can't replicate it. For me it's working even with the basic girl packs.
Edit: can you send me your game as is? Just compres it to a rar or zip file and upload it somewhere. Then send me the link so i can go trough it.
The test version is already released. For the final version who knows maybe a few months or a few year.Any idea when 0.3 will be released?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKintro.rpy", line 1759, in script call
call advance_to_chapter(1, silent=True, start=True) from _call_advance_to_chapter_2
File "game/BKevents.rpy", line 758, in script
$ calendar.updates(new_district=not start) # new_district disables quest and slavemarket changes
File "game/BKevents.rpy", line 758, in <module>
$ calendar.updates(new_district=not start) # new_district disables quest and slavemarket changes
File "game/BKclasses.rpy", line 3000, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2791, 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 3675, 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)
AssertionError: _BK.ini error with girlpack: girls/Jessica Rabbit/_BK.ini. 'background story/generate_as' should be set to 'all', 'slave', 'free' or 'story'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKintro.rpy", line 1759, in script call
call advance_to_chapter(1, silent=True, start=True) from _call_advance_to_chapter_2
File "game/BKevents.rpy", line 758, in script
$ calendar.updates(new_district=not start) # new_district disables quest and slavemarket changes
File "C:\Users\User\Documents\MEGA downloads\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\User\Documents\MEGA downloads\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKevents.rpy", line 758, in <module>
$ calendar.updates(new_district=not start) # new_district disables quest and slavemarket changes
File "game/BKclasses.rpy", line 3000, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2791, 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 3675, 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)
AssertionError: _BK.ini error with girlpack: girls/Jessica Rabbit/_BK.ini. 'background story/generate_as' should be set to 'all', 'slave', 'free' or 'story'.
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Bro King 0.3t v240825
Mon Jan 13 22:40:39 2025
Bro, this has been told many times over. You have to download the newest patch (the MediaFire link in the OP) and install it over the game you downloaded. The line:I can't get past the intro, I keep getting this error when selecting a first venuee:
proves you didn't.Code:Bro King 0.3t v240825
What should it say?Bro, this has been told many times over. You have to download the newest patch (the MediaFire link in the OP) and install it over the game you downloaded. The line:
proves you didn't.
"Bro King 0.3t v" plus a date from this year. I'll let you find out what exactly by installing the patch and starting a new game.What should it say?