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

4.60 star(s) 44 Votes

__neronero

Member
Jan 23, 2021
275
379
Sorry, this is technically a repeat post since I asked this in the henthighschool forum, not sure which thread is more active. In any case, does anyone know how to get the bedded achievement for the princess, banker, and job girl? I did the TJB special challenge and got the individual sex scene when visiting her again, but I'm not seeing it pop, so is there another event? As for the others, I'm not sure if it's not implemented yet or am I just missing the their routes somehow?

Also, as a sanity check, there aren't any h scenes for the four vendor girls yet, correct?
Banker = You found a bug, the achievement never unlocks
Princess, Jobgirl, Vendor girls = No h scenes yet
 
  • Like
Reactions: kokmaker

slocal

Member
Sep 23, 2020
173
161
...
Care for her and raise love up so she consents to sex with you? Teacher's Pet trait, +10 beauty and +20% love gains. Also 4 prestige.
...
I got her all lovey with me, then "trained" sex. This gave the Teacher's Pet trait, but it was only "-20 to train obedience target, and +20% to love". Are there different level of Teacher's Pet? if so, any idea how to get them?

Thanks
 

Deimos96

New Member
Oct 26, 2022
7
7
I got her all lovey with me, then "trained" sex. This gave the Teacher's Pet trait, but it was only "-20 to train obedience target, and +20% to love". Are there different level of Teacher's Pet? if so, any idea how to get them?

Thanks
There are no different tiers of effects for individual traits. Though most traits are given greater effect if you use Trait King mod. Imo, some vanilla traits are too unsubstantial.
 

biglazydog

Newbie
May 28, 2017
50
196
Do we have any concept of when the next update will be? He's released the 0.3.ini file in prep of the new version a couple weeks ago and he's not done any patches to 0.2 since fall.

Also, he may be the only one working on the main story stuff but it seems like a whole slew of people are writing events for him, giving bug reports, and doing essentially all of them major graphic stuff. It's not like he has an artist who is trying to keep up with development but can't...
 

__neronero

Member
Jan 23, 2021
275
379
Do we have any concept of when the next update will be? He's released the 0.3.ini file in prep of the new version a couple weeks ago and he's not done any patches to 0.2 since fall.

Also, he may be the only one working on the main story stuff but it seems like a whole slew of people are writing events for him, giving bug reports, and doing essentially all of them major graphic stuff. It's not like he has an artist who is trying to keep up with development but can't...
I thought we were kinda close to a release around new years, when it seemed like Goldo was almost done adding new features & working on debugging... But after that he decided to not prioritize a release and start adding more features again. I say let the man cook, it'll be done whenever it's done.

Goldo's practically the only one coding and writing events. There are some who aspire to create events, but there's a bit of a journey between having the idea for an event and a finished product. I'm just happy that Goldo is still very active on the forums. There may be a lack of updates, but it's not out of disinterest or laziness.
 

franky86

New Member
Nov 17, 2020
2
0
Running ver 0.2 and used the patch to overwrite game files.. and using the recomened girl pack in the girl forlder directory..

However everytime i try to sell a girl it comes up with this...

I have tried both rollback and ignore. but there it no way to get past this error.. i have tried starting a new game and selling the first girl you buy and still same error.

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.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220211R
Wed May 17 15:56:34 2023
```
 

biglazydog

Newbie
May 28, 2017
50
196
Running ver 0.2 and used the patch to overwrite game files.. and using the recomened girl pack in the girl forlder directory..

However everytime i try to sell a girl it comes up with this...
Give your bug reports , the dev doesn't hang out here.
 

kokmaker

New Member
Dec 12, 2022
8
17
Is there any way to turn off the level up notification (preferably for specific girls)? Often happens when you spent all your perk points but are limited by rank so you can't spend it until possibly a lot later. It's not a huge deal, but it does irk me like having a pebble in your shoe.
 

__neronero

Member
Jan 23, 2021
275
379
Running ver 0.2 and used the patch to overwrite game files.. and using the recomened girl pack in the girl forlder directory..

```
Brothel King 0.2 v220211R
```
:unsure: According to the error report you're not running the .
 

Gutsandguts

Active Member
Dec 9, 2017
639
747
Is there any way to turn off the level up notification (preferably for specific girls)? Often happens when you spent all your perk points but are limited by rank so you can't spend it until possibly a lot later. It's not a huge deal, but it does irk me like having a pebble in your shoe.
Yeah I kinda wish the game had an auto-levelling system, seeing that little icon annoys me when I can't be assed checking each individual girl every day, especially when the game starts getting a bit slow.
 
  • Like
Reactions: __neronero

__neronero

Member
Jan 23, 2021
275
379
Is there any way to turn off the level up notification (preferably for specific girls)? Often happens when you spent all your perk points but are limited by rank so you can't spend it until possibly a lot later. It's not a huge deal, but it does irk me like having a pebble in your shoe.
Goldo says:
Goldo said:
If you're not afraid to get your hands a little dirty, open 'BKscreen_home.rpy' in notepad or a code editor, look for line 197:
Code:
            if girl.perk_points or girl.can_spend_upgrade_points():
                b = True
                break
And comment out 'b = True' by adding a hashtag (#) in front of it.
 
  • Like
Reactions: kokmaker

franky86

New Member
Nov 17, 2020
2
0
:unsure: According to the error report you're not running the .
Well I downloaded the patch you linked already...and extracted to the BK directory and overwrote any files that were there.. so unless im suposed to something differnt to patch it.. I dont know.. why they cant just released a patched game file of the latest version like ever other cracked/dl game IDK.
 

TekynineTime

New Member
Feb 25, 2023
2
0
I have been having issues trying to run version 0.2 .

I have added mods, that were working before but I have now been getting an exception right at the start after skipping the intro and picking the game mode/character, which I am able to ignore. Another exception right after pick what my shop starts out as, which I can again ignore, and finally another exception right after ignoring the past exception. I am not sure if i added something in the wrong way or not, I have tried re downloading, but still am having issues.

Here are the 3 exceptions.

----------------
First one after intro and game starting selections:
----------------

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

While running game code:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  File "game/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
IndexError: list index out of range

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

Full traceback:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  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/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:47:04 2023

-----------
Second error, coming after shop type selection:
-----------

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

While running game code:
  File "game/BKmain.rpy", line 930, in script
    with Dissolve(0.3)
  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 930, in script
    with Dissolve(0.3)
  File "renpy/ast.py", line 1443, in execute
    renpy.exports.with_statement(trans, paired)
  File "renpy/exports.py", line 1684, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2762, in do_with
    clear=clear)
  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/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
Fri May 19 00:49:38 2023

----------------
Finally the last exception after ignoring the last
----------------

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
Fri May 19 00:53:20 2023
 

Dasneaky

Member
Sep 22, 2017
103
19
so imma just forgetting something or was there a way to get rid of a city girl if u didn't like her traits?
 

vadi9203

Member
Aug 2, 2019
299
181
I have been having issues trying to run version 0.2 .

I have added mods, that were working before but I have now been getting an exception right at the start after skipping the intro and picking the game mode/character, which I am able to ignore. Another exception right after pick what my shop starts out as, which I can again ignore, and finally another exception right after ignoring the past exception. I am not sure if i added something in the wrong way or not, I have tried re downloading, but still am having issues.

Here are the 3 exceptions.

----------------
First one after intro and game starting selections:
----------------

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

While running game code:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  File "game/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
IndexError: list index out of range

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

Full traceback:
  File "game/BKstart.rpy", line 86, in script
    $ calendar.updates()
  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/BKstart.rpy", line 86, in <module>
    $ calendar.updates()
  File "game/BKclasses.rpy", line 2753, in updates
    weekly_updates(new_district)
  File "game/BKfunctions.rpy", line 2501, in weekly_updates
    cycle_free_girls()
  File "game/BKfunctions.rpy", line 580, in cycle_free_girls
    girl.location = game.locations[i]
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:47:04 2023

-----------
Second error, coming after shop type selection:
-----------

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

While running game code:
  File "game/BKmain.rpy", line 930, in script
    with Dissolve(0.3)
  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 930, in script
    with Dissolve(0.3)
  File "renpy/ast.py", line 1443, in execute
    renpy.exports.with_statement(trans, paired)
  File "renpy/exports.py", line 1684, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2762, in do_with
    clear=clear)
  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/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
Fri May 19 00:49:38 2023

----------------
Finally the last exception after ignoring the last
----------------

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
Fri May 19 00:53:20 2023
Either you put the girl packs the wrong way or you didnt have enough packs. The first 1 commes from the problem that the game cant put enough girls in to the city. The others are just follow ups becuse you ignored the first error.
 
  • Like
Reactions: __neronero
4.60 star(s) 44 Votes