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

4.60 star(s) 48 Votes

DudeBro79

Member
Jun 8, 2020
386
271
any update news?

and why is mc just a general dick?

Edit: by that, i mean why is he speaking like a teen sometimes?
Like the unnecessary rude comments towards sill (yeah, she's a slave, but even with the good options you react like a dick)
Saying "did I ask?" Or "i didn't ask"
That's just so 2015 or something.
For the most part, even though your character isn't meant to be Rance, you act a lot like Rance in those scenes.
 

vadi9203

Member
Aug 2, 2019
396
234
Change this in BKgirlclass.rpy:

Code:
        def get_previous_upkeep_step(self):
            m = self.get_upkeep_modifier()
            step = {-20 : -6, -12 : -5, -8 : -4, -4 : -3, -2 : -2, -1 : -1, 0 : 0, 1 : 1, 2 : 2, 3 : 3, 4 : 4, 5 : 5}[m]
           
            if step > -6:
to

Code:
        def get_previous_upkeep_step(self):
            m = self.get_upkeep_modifier()
            step = {-20 : -6, -12 : -5, -8 : -4, -4 : -3, -2 : -2, -1 : -1, 0 : 0, 1 : 1, 2 : 2, 3 : 3, 4 : 4, 5 : 5}[m]
           
            if step > -5:
It should help.
 

vadi9203

Member
Aug 2, 2019
396
234
I have searched and cant find a solution



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 312, in script call
    call ninja_hunt(selected_location) from _call_ninja_hunt
  File "game/BKchapter2.rpy", line 5360, in script call
    call ninja_game(NPC_mizuki) from _call_ninja_game_1
  File "game/BKminigame.rpy", line 233, in script call
    call expression "c3_" + ninja.name.lower() + "_final_intercept"
  File "game/BKmain.rpy", line 312, in script call
    call ninja_hunt(selected_location) from _call_ninja_hunt
  File "game/BKchapter2.rpy", line 5360, in script call
    call ninja_game(NPC_mizuki) from _call_ninja_game_1
  File "game/BKminigame.rpy", line 233, in script call
    call expression "c3_" + ninja.name.lower() + "_final_intercept"
ScriptError: could not find label 'c3_mizuki_final_intercept'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/BKmain.rpy", line 312, in script call
    call ninja_hunt(selected_location) from _call_ninja_hunt
  File "game/BKchapter2.rpy", line 5360, in script call
    call ninja_game(NPC_mizuki) from _call_ninja_game_1
  File "game/BKminigame.rpy", line 233, in script call
    call expression "c3_" + ninja.name.lower() + "_final_intercept"
  File "D:\x64\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\ast.py", line 1416, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/BKmain.rpy", line 312, in script call
    call ninja_hunt(selected_location) from _call_ninja_hunt
  File "game/BKchapter2.rpy", line 5360, in script call
    call ninja_game(NPC_mizuki) from _call_ninja_game_1
  File "game/BKminigame.rpy", line 233, in script call
    call expression "c3_" + ninja.name.lower() + "_final_intercept"
  File "D:\x64\Brothel_King-pc-0.3t\Brothel_King-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'c3_mizuki_final_intercept'.



Bro King 0.3t v250103

Dont know if you have used an older save for this. But i report it on the HHS forum for Goldo to look up into.

Edit: An answer from Jman for this: Another case of Mizuki events still being a work in progress.

Edit from me: So for now if you can advance to the next chapter without this being done then you can ignore this error.
 
Last edited:

vadi9203

Member
Aug 2, 2019
396
234
I don't know if someone already ask this but, can I play this game without downloading any girl pack from outside?
Sure if you make your own girlpack for it. Atleast 1 without a _Bk.ini.
Without a girlpack the game cant run. Because it cant generate any girl into the slave market and the city and you will just get a bunch of error as a result.
 

liam6974

New Member
Feb 26, 2023
3
1
Dont know if you have used an older save for this. But i report it on the HHS forum for Goldo to look up into.

Edit: An answer from Jman for this: Another case of Mizuki events still being a work in progress.

Edit from me: So for now if you can advance to the next chapter without this being done then you can ignore this error.
Na it hard locks you from going forward but thx
 
4.60 star(s) 48 Votes