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

4.60 star(s) 44 Votes

anominous

Newbie
Oct 14, 2017
99
124
has anyone reported a bug where the slave market is empty and the free girls all disappear -also I can't start a new game lol not sure why this started happening all of a sudden.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

vadi9203

Member
Aug 2, 2019
297
178
has anyone reported a bug where the slave market is empty and the free girls all disappear -also I can't start a new game lol not sure why this started happening all of a sudden.
You don't have permission to view the spoiler content. Log in or register now.
This is not a bug. You dont have enough girl packs for the game to generate clone's. (Leave atleast one girl pack without a _BK.ini for the game.)
 
  • Red Heart
Reactions: anominous

mana4eros

New Member
Aug 10, 2020
1
0
Hi,

Firstly veryfun game, really enjoying it so far.

Though, I'm getting errors whenever I try and sell a girl... Farm and brothel are full so I can't shuffle them unfortunately:

Version 0.2

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/BKmain.rpy", line 1386, in script
python:
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

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

Full traceback:
File "game/BKmain.rpy", line 1386, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Tue Sep 19 22:14:17 2023

Thanks!
 

vadi9203

Member
Aug 2, 2019
297
178
Hi,

Firstly veryfun game, really enjoying it so far.

Though, I'm getting errors whenever I try and sell a girl... Farm and brothel are full so I can't shuffle them unfortunately:

Version 0.2

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/BKmain.rpy", line 1386, in script
python:
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

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

Full traceback:
File "game/BKmain.rpy", line 1386, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKmain.rpy", line 1389, in <module>
MC.sell(slavemarket, girl, price)
File "game/BKclasses.rpy", line 1087, in sell
if not obj.type.sellable:
AttributeError: 'unicode' object has no attribute 'sellable'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Tue Sep 19 22:14:17 2023

Thanks!
You are using a way to old version of the game. Either apply the patch for it yourself or this pre patched version. (Just put some girl pack in it)
 

anominous

Newbie
Oct 14, 2017
99
124
anyone have an old version of the game that still runs in the old Ren'py that doesn't gl2 error out at the start. Not sure what I just did to my old game, but it wont open anymore
 

Minkoko575

New Member
Aug 25, 2021
4
0
how i fix this error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 955, in script
    $ result = ui.interact()
  File "game/BKmain.rpy", line 955, in <module>
    $ result = ui.interact()
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4304, in execute
    use right_menu
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 12, in execute
    vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
  File "game/BKscreen_home.rpy", line 32, in execute
    frame:
  File "game/BKscreen_home.rpy", line 65, in execute
    grid 2 rows:
  File "game/BKscreen_home.rpy", line 107, in execute
    use right_menu_postings
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 347, in execute
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 347, in keywords
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 352, in <module>
    tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'

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

Full traceback:
  File "game/BKmain.rpy", line 955, in script
    $ result = ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKmain.rpy", line 955, in <module>
    $ result = ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4304, in execute
    use right_menu
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 12, in execute
    vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
  File "game/BKscreen_home.rpy", line 32, in execute
    frame:
  File "game/BKscreen_home.rpy", line 65, in execute
    grid 2 rows:
  File "game/BKscreen_home.rpy", line 107, in execute
    use right_menu_postings
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 347, in execute
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 347, in keywords
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 352, in <module>
    tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Sep 24 10:26:24 2023
 

vadi9203

Member
Aug 2, 2019
297
178
anyone have an old version of the game that still runs in the old Ren'py that doesn't gl2 error out at the start. Not sure what I just did to my old game, but it wont open anymore
What do you mean in the old version? The 0.15 one?
 

vadi9203

Member
Aug 2, 2019
297
178
how i fix this error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 955, in script
    $ result = ui.interact()
  File "game/BKmain.rpy", line 955, in <module>
    $ result = ui.interact()
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4304, in execute
    use right_menu
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 12, in execute
    vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
  File "game/BKscreen_home.rpy", line 32, in execute
    frame:
  File "game/BKscreen_home.rpy", line 65, in execute
    grid 2 rows:
  File "game/BKscreen_home.rpy", line 107, in execute
    use right_menu_postings
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 347, in execute
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 347, in keywords
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 352, in <module>
    tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'

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

Full traceback:
  File "game/BKmain.rpy", line 955, in script
    $ result = ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKmain.rpy", line 955, in <module>
    $ result = ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4300, in execute
    screen home():
  File "game/BKscreens.rpy", line 4304, in execute
    use right_menu
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 6, in execute
    screen right_menu():
  File "game/BKscreen_home.rpy", line 12, in execute
    vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
  File "game/BKscreen_home.rpy", line 32, in execute
    frame:
  File "game/BKscreen_home.rpy", line 65, in execute
    grid 2 rows:
  File "game/BKscreen_home.rpy", line 107, in execute
    use right_menu_postings
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 337, in execute
    screen right_menu_postings():
  File "game/BKscreen_home.rpy", line 347, in execute
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 347, in keywords
    textbutton "{u}P{/u}ostings":
  File "game/BKscreen_home.rpy", line 352, in <module>
    tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Sep 24 10:26:24 2023
Do you have an empty slave market?
 

vadi9203

Member
Aug 2, 2019
297
178
i can't even start the game
Try it with the one what i provided a few post ago. You just need to put some girl pack folder into the game\girls folder. (Just make sure that there is atleast 1 girl pack there without a _BK.ini for cloning purpose)
 

vadi9203

Member
Aug 2, 2019
297
178
I think so, The 2.0 version worked as well I think I'd been using that, however with all of the copying over files from one update to the next I've lost track.
You cant find the 0.15 version anymore here or on the HHS forum but you can search for it on the net. And for the 0.2 version there will be no more update either.
 
  • Like
Reactions: anominous

Minkoko575

New Member
Aug 25, 2021
4
0
girl packs has this problem
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7781, in script
    call screen girl_mix(True) nopredict
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7808, in execute
    frame xfill True yfill True:
  File "game/BKscreens.rpy", line 7809, in execute
    has vbox
  File "game/BKscreens.rpy", line 7823, in execute
    viewport:
  File "game/BKscreens.rpy", line 7830, in execute
    has vbox spacing 0
  File "game/BKscreens.rpy", line 7832, in execute
    for gp in shown_gp:
  File "game/BKscreens.rpy", line 7833, in execute
    if show_rating:
  File "game/BKscreens.rpy", line 7834, in execute
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKscreens.rpy", line 7834, in <module>
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
    d = girl.evaluate_girlpack()
  File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
    currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
  File "game/BKfunctions.rpy", line 2754, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

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

Full traceback:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7781, in script
    call screen girl_mix(True) nopredict
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7808, in execute
    frame xfill True yfill True:
  File "game/BKscreens.rpy", line 7809, in execute
    has vbox
  File "game/BKscreens.rpy", line 7823, in execute
    viewport:
  File "game/BKscreens.rpy", line 7830, in execute
    has vbox spacing 0
  File "game/BKscreens.rpy", line 7832, in execute
    for gp in shown_gp:
  File "game/BKscreens.rpy", line 7833, in execute
    if show_rating:
  File "game/BKscreens.rpy", line 7834, in execute
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKscreens.rpy", line 7834, in <module>
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
    d = girl.evaluate_girlpack()
  File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
    currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
  File "game/BKfunctions.rpy", line 2754, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Wed Sep 27 18:52:51 2023
 

vadi9203

Member
Aug 2, 2019
297
178
girl packs has this problem
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7781, in script
    call screen girl_mix(True) nopredict
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7808, in execute
    frame xfill True yfill True:
  File "game/BKscreens.rpy", line 7809, in execute
    has vbox
  File "game/BKscreens.rpy", line 7823, in execute
    viewport:
  File "game/BKscreens.rpy", line 7830, in execute
    has vbox spacing 0
  File "game/BKscreens.rpy", line 7832, in execute
    for gp in shown_gp:
  File "game/BKscreens.rpy", line 7833, in execute
    if show_rating:
  File "game/BKscreens.rpy", line 7834, in execute
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKscreens.rpy", line 7834, in <module>
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
    d = girl.evaluate_girlpack()
  File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
    currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
  File "game/BKfunctions.rpy", line 2754, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

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

Full traceback:
  File "game/BKscreens.rpy", line 7796, in script call
    call girlpack_menu() from _call_girlpack_menu
  File "game/BKscreens.rpy", line 7781, in script
    call screen girl_mix(True) nopredict
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7800, in execute
    screen girl_mix(show_rating=False):
  File "game/BKscreens.rpy", line 7808, in execute
    frame xfill True yfill True:
  File "game/BKscreens.rpy", line 7809, in execute
    has vbox
  File "game/BKscreens.rpy", line 7823, in execute
    viewport:
  File "game/BKscreens.rpy", line 7830, in execute
    has vbox spacing 0
  File "game/BKscreens.rpy", line 7832, in execute
    for gp in shown_gp:
  File "game/BKscreens.rpy", line 7833, in execute
    if show_rating:
  File "game/BKscreens.rpy", line 7834, in execute
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKscreens.rpy", line 7834, in <module>
    $ rating, rtg_text = get_girlpack_rating(path=gp)
  File "game/BKfunctions.rpy", line 3774, in get_girlpack_rating
    d = girl.evaluate_girlpack()
  File "game/BKgirlclass.rpy", line 389, in evaluate_girlpack
    currentList = get_pic_list(self, [tag], not_tags=["naked"], weighted=False)
  File "game/BKfunctions.rpy", line 2754, in get_pic_list
    show_unrecognized = preferences.packstate_unrecognized != "Hide"
AttributeError: 'Preferences' object has no attribute 'packstate_unrecognized'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Wed Sep 27 18:52:51 2023
Start the game. In the main menu press shift+o
Copy/paste this code:
Code:
preferences.packstate_unrecognized = "Rename"
Press enter. Press ESC and it should work.
 

anominous

Newbie
Oct 14, 2017
99
124
I found a copy of 1.5 floating around on what appeared to be a long dead message board lol, at least with it I can check and make sure some of my custom packs work lol without having to go buy a new computer just yet.

windows 7 till the end of time baby XD
 

Dasneaky

Member
Sep 22, 2017
103
19
is there a page with all the traits for the traits king mod so i know what i can order with headhunter mod? also is there suppose to be no back ground music cuz i know they used to be?
 
Last edited:

vadi9203

Member
Aug 2, 2019
297
178
is there a page with all the traits for the traits king mod so i know what i can order with headhunter mod? also is there suppose to be no back ground music cuz i know they used to be?
1st question: there is none. But you can check all the trait's by opening up the Trait King.rpy with notepad++
2nd question: what do you mean by no background music?
 
  • Like
Reactions: Dasneaky
4.60 star(s) 44 Votes