- Jul 17, 2019
- 2,295
- 958
You have really strange ideas about what mods and game levels/chapters/areas are....single mod(Scathach) and the game worked well ever since, i only reach the wagon part.
An ignorable error (= you can click 'ignore' without the game crashing or going into an error loop) is not necessarily an error that can be ignored (= doesn't fuck up your game beyond repair).i guess that ignorable error in the beginning is only for the intro?
The shop sells an item that allows you to auto-catch a ninja. It's basically an insta-win for the mini-game. (Caltrops, basically)Is there any way of dealing with the murders by the koniochi without having to beat the minigame where you need to get three hits on one with the warhammer within the time limit? I have slow reactions and poor eyesight, so beating it is likely to be impossible for me. The main reason why I play RPGs is to avoid games that require quick reactions.
Thanks. If you can't complete the quest anyway ATM, then I shan't worry too much about it. After asking, I realised that the reason my search in the thread for "koniochi" didn't find anything was because I'd misspelled it and it should be "kuniochi". I should have searched for "ninja" instead - I can spell that!The shop sells an item that allows you to auto-catch a ninja. It's basically an insta-win for the mini-game. (Caltrops, basically)
That said, it only works for the first two times you face each ninja. The third time she is much faster, and the item no longer works. That said, it does not matter how fast you are the third time, you cannot catch her. This is because the story for catching them the third time is not in the game yet. So to serve as a blocker until the story is added they are currently uncatchable.
Could be a new phrase, "country autumn", if you consider ochi to be a corruption of no aki. Or maybe I'm just a weeb.Nope, still not it.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 408, in script call
$ renpy.call(selected_location.menu[1])
File "game/BKevents.rpy", line 2610, in script call
call visit_merchant(NPC_stella) from _call_visit_merchant
File "game/BKevents.rpy", line 2883, in script
$ result = ui.interact()
File "game/BKevents.rpy", line 2883, in <module>
$ result = ui.interact()
File "game/BKscreens.rpy", line 5145, in execute
screen item_tab(left, right, context):
File "game/BKscreens.rpy", line 5145, in execute
screen item_tab(left, right, context):
File "game/BKscreens.rpy", line 5150, in execute
if context == "shop":
File "game/BKscreens.rpy", line 5168, in execute
if story_flags["shop restock"]:
File "game/BKscreens.rpy", line 5169, in execute
use restock_button(right)
File "game/BKscreens.rpy", line 5124, in execute
screen restock_button(merc, upgrade=False):
File "game/BKscreens.rpy", line 5124, in execute
screen restock_button(merc, upgrade=False):
File "game/BKscreens.rpy", line 5126, in execute
hbox spacing 20 xalign 0.5 yalign 0.08 yanchor 0.0:
File "game/BKscreens.rpy", line 5127, in execute
textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]:
File "game/BKscreens.rpy", line 5127, in keywords
textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]:
KeyError: u'Stella'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 408, in script call
$ renpy.call(selected_location.menu[1])
File "game/BKevents.rpy", line 2610, in script call
call visit_merchant(NPC_stella) from _call_visit_merchant
File "game/BKevents.rpy", line 2883, in script
$ result = ui.interact()
File "E:\Gry\Brothel_King-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Gry\Brothel_King-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKevents.rpy", line 2883, in <module>
$ result = ui.interact()
File "E:\Gry\Brothel_King-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/BKscreens.rpy", line 5145, in execute
screen item_tab(left, right, context):
File "game/BKscreens.rpy", line 5145, in execute
screen item_tab(left, right, context):
File "game/BKscreens.rpy", line 5150, in execute
if context == "shop":
File "game/BKscreens.rpy", line 5168, in execute
if story_flags["shop restock"]:
File "game/BKscreens.rpy", line 5169, in execute
use restock_button(right)
File "game/BKscreens.rpy", line 5124, in execute
screen restock_button(merc, upgrade=False):
File "game/BKscreens.rpy", line 5124, in execute
screen restock_button(merc, upgrade=False):
File "game/BKscreens.rpy", line 5126, in execute
hbox spacing 20 xalign 0.5 yalign 0.08 yanchor 0.0:
File "game/BKscreens.rpy", line 5127, in execute
textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]:
File "game/BKscreens.rpy", line 5127, in keywords
textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]:
File "<screen language>", line 5127, in <module>
KeyError: u'Stella'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Brothel King 0.2
Sat Oct 23 06:22:20 2021
NPC_stella
Whenever i go visit any shop in chapter 2 i get this error:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKmain.rpy", line 408, in script call $ renpy.call(selected_location.menu[1]) File "game/BKevents.rpy", line 2610, in script call call visit_merchant(NPC_stella) from _call_visit_merchant File "game/BKevents.rpy", line 2883, in script $ result = ui.interact() File "game/BKevents.rpy", line 2883, in <module> $ result = ui.interact() File "game/BKscreens.rpy", line 5145, in execute screen item_tab(left, right, context): File "game/BKscreens.rpy", line 5145, in execute screen item_tab(left, right, context): File "game/BKscreens.rpy", line 5150, in execute if context == "shop": File "game/BKscreens.rpy", line 5168, in execute if story_flags["shop restock"]: File "game/BKscreens.rpy", line 5169, in execute use restock_button(right) File "game/BKscreens.rpy", line 5124, in execute screen restock_button(merc, upgrade=False): File "game/BKscreens.rpy", line 5124, in execute screen restock_button(merc, upgrade=False): File "game/BKscreens.rpy", line 5126, in execute hbox spacing 20 xalign 0.5 yalign 0.08 yanchor 0.0: File "game/BKscreens.rpy", line 5127, in execute textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]: File "game/BKscreens.rpy", line 5127, in keywords textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]: KeyError: u'Stella' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKmain.rpy", line 408, in script call $ renpy.call(selected_location.menu[1]) File "game/BKevents.rpy", line 2610, in script call call visit_merchant(NPC_stella) from _call_visit_merchant File "game/BKevents.rpy", line 2883, in script $ result = ui.interact() File "E:\Gry\Brothel_King-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\Gry\Brothel_King-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/BKevents.rpy", line 2883, in <module> $ result = ui.interact() File "E:\Gry\Brothel_King-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "E:\Gry\Brothel_King-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "E:\Gry\Brothel_King-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/BKscreens.rpy", line 5145, in execute screen item_tab(left, right, context): File "game/BKscreens.rpy", line 5145, in execute screen item_tab(left, right, context): File "game/BKscreens.rpy", line 5150, in execute if context == "shop": File "game/BKscreens.rpy", line 5168, in execute if story_flags["shop restock"]: File "game/BKscreens.rpy", line 5169, in execute use restock_button(right) File "game/BKscreens.rpy", line 5124, in execute screen restock_button(merc, upgrade=False): File "game/BKscreens.rpy", line 5124, in execute screen restock_button(merc, upgrade=False): File "game/BKscreens.rpy", line 5126, in execute hbox spacing 20 xalign 0.5 yalign 0.08 yanchor 0.0: File "game/BKscreens.rpy", line 5127, in execute textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]: File "game/BKscreens.rpy", line 5127, in keywords textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]: File "<screen language>", line 5127, in <module> KeyError: u'Stella' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Brothel King 0.2 Sat Oct 23 06:22:20 2021
If you know how to get into the console, it would be interesting to see what you get if you type:
It looks like you're behind on patches. Mine uses this format:File "game/BKscreens.rpy", line 5127, in keywords
textbutton "Restock inventory" text_size 18 tooltip "Restock this shop's inventory for %s gold (available once a day)." % shop_restock_cost[merc.name][game.chapter]:
KeyError: u'Stella'
I think someone already remarked that whoever is maintaining the OP now fucked up and hosted the patch separately on Nopy (and then promptly forgot about updating it ), whereas Goldo's modus operandi has been to use the same Mediafire link for the entirety of 0.2 beta testing and just change its contents.BKscreens.rpy said:restock_cost = shop_restock_cost["minion merchants"][game.chapter]
Stella is not one of the four Evenicle girls, she's the Blood Isles trade rep.Those four become shopkeeps in the city proper, and Stella is one of them.
Interesting... But I think I'm gonna go with this:Could be a new phrase...
Or maybe I'm just a weeb.
It looks like you're behind on patches. Mine uses this format:
So the when you get there you're stuck? no way to advance to the next chapter?The shop sells an item that allows you to auto-catch a ninja. It's basically an insta-win for the mini-game. (Caltrops, basically)
That said, it only works for the first two times you face each ninja. The third time she is much faster, and the item no longer works. That said, it does not matter how fast you are the third time, you cannot catch her. This is because the story for catching them the third time is not in the game yet. So to serve as a blocker until the story is added they are currently uncatchable.
Last time this was answered. And it was not the first time, either.So the when you get there you're stuck? no way to advance to the next chapter?
well i didn't get that option. i got hair from the kunoichi in the slums and the dress from the one in the docks.. i tried 3 or 4 times to beat haruka but i didn't get the old man option..do i need the girl with the 75 skill before or what?Last time this was answered. And it was not the first time, either.