Yes. Update. Properly and fully.Can someone help me please?
...
Brothel King 0.2 v211126
Can someone help me please?
I've tried putting # pass on 5510 line and deleting RPYC file.
This error happens after I advanced to chapter 3 and try to sleep a night, error comes exactly after night ends and auto activation spells text plays.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
ScriptError: could not find label 'c3_suzume_hint'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 652, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
File "game/BKendday.rpy", line 1026, in script call
call play_events(type = "morning") from _call_play_events_1 # Note: Morning events are set with the new day's date: beware of the confusion
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'c3_suzume_hint'.
Windows-10-10.0.18362
Ren'Py 7.4.10.2178
Brothel King 0.2 v211126
Sat Apr 2 00:53:20 2022
I edited my December 2021 (!) post that had a preliminary try at a fix, to indicate downloading latest base code +patch from BK forum & starting new game.Can someone help me please?
I've tried putting # pass on 5510 line and deleting RPYC file.
This error happens after I advanced to chapter 3 and try to sleep a night, error comes exactly after night ends and auto activation spells text plays.
I'm sorry, but an uncaught exception occurred.
While running game code:
...
File "game/BKevents.rpy", line 660, in script call
call display_events(ev_list) from _call_display_events
File "game/BKevents.rpy", line 672, in script call
$ ev.play()
ScriptError: could not find label 'c3_suzume_hint'.
Windows-10-10.0.18362
Ren'Py 7.4.10.2178
Brothel King 0.2 v211126
Sat Apr 2 00:53:20 2022
You must be registered to see the links+You must be registered to see the links
I've only searched "could not find label 'c3_suzume_hint'" in google and it just led me to f95. I actually hate f95 search, worst search I've ever used.I edited my December 2021 (!) post that had a preliminary try at a fix, to indicate downloading latest base code +patch from BK forum & starting new game.
p_p_p, good try in first using the search for key words in F95zone, but later discussions of the fix had better solutions.
Might be the 'nopredict' issue. Doug posted a fix here. Or could just be generic performance problems. A recentI've downloaded latest game and applied patch too, but it heavily catching freezes and lags ... does anyone know reason for this and fix if possible?
It's not that bad. Not Google-level, but if you'd searched this thread, the first two responses would have been me being snarky that people can't use the search to find out that the problem has been fixed a while ago already. Apparently, that inability is actually genuine, not just laziness.I've only searched "could not find label 'c3_suzume_hint'" in google and it just led me to f95. I actually hate f95 search, worst search I've ever used.
Appears to be, since earlier today. I'd let the HHS+ folks try to sort it out first, it's their playground. Maybe Zythen died, maybe he has hardware issues, maybe he hasn't gotten the notification yet, who knows?So is HHS just dead right now?
If you're getting that message, you didn't install the patch or did it incorrectly. The issue with Papa Freak is most likely due to that. Or maybe you're not as far along in the story as you think you are.I noticed my game warning me that I'm playing an "unpatched version of the game".
...I can't seem to proceed to Chapter 3.
I was under the impression that if I went ahead and used the console to clear the ninja events (because I DID NOT feel like doing it again on my new save) then the only thing that would be required of me was the 5k gold before I'd be able to move on to Chapter 3. So I guess for right now I'm just boned. Oh well.Appears to be, since earlier today. I'd let the HHS+ folks try to sort it out first, it's their playground. Maybe Zythen died, maybe he has hardware issues, maybe he hasn't gotten the notification yet, who knows?
If you're getting that message, you didn't install the patch or did it incorrectly. The issue with Papa Freak is most likely due to that. Or maybe you're not as far along in the story as you think you are.
The link is the usual one. I would post the link, but this is a new profile so the forum won't let me. Hopefully Jman or someone else can share it.Here is a new patch, introducing many changes under the hood (link in my signature). You might want to sit this one out for a few days if you have a stable game and want to continue your save, until all bugs are ironed out.
Outside of bug fixes, the main changes concern adding translation support (following recommendations by ____) and adjustments for different resolutions from the vanilla one (following the general idea that he had, but with a different implementation).
You can change the resolution by editing _BKsettings.rpy. The feature is still incomplete, you will easily see some rough edges, but it will be playable. The idea is that with help and feedback from people playing at different resolutions, I can progressively improve the feature until such time that we can make it fully operational.
Edit: I guess one thing that immediately looks off in 'non-standard' resolutions are the screen backgrounds. One way to deal with this would be to just scale these together with the resolution, pick some point to zoom into and display the backgrounds centered on that point.You must be registered to see the links+You must be registered to see the links
I've downloaded latest game and applied patch too, but it heavily catching freezes and lags in the Girls menu for some reason (CPU Usage goes up heavily too) , does anyone know reason for this and fix if possible?
Note that I just now edited my fix to (delete the file "game/BKmain.rpyc" to force recompile,) after extracting the replacement BKmain.rpy file, as Ren'Py will not recompile if *.rpy is earlier date than existing compiled *.rpyc file.Might be the 'nopredict' issue. Doug posted a fix here. Or could just be generic performance problems. A recentYou must be registered to see the linksabout those.
Your base code before patch seems to be from what vadi9203 gave a link to, (important if your previous version was from before Feb 11 2022)....I noticed my game warning me that I'm playing an "unpatched version of the game". I'm not sure why I'm getting that warning considering I just did a fresh install and grabbed what should have been the most recent patch from
vadi9203 above me, but I've noticed that even despite using the console to set my story stuff to "none" I can't seem to proceed to Chapter 3. That old man just doesn't seem to be around anywhere for me to trigger moving to a new brothel.
If you still have the "ninja hunt" buttons in the city locations, you can proceed as the FAQ says.Here is a FAQ for the current version of this game, Brothel King ver 0.2 (non-test).
...
Q: I have the goal in chapter 2 (second brothel) of "have x amount in the bank", which I have, and cannot advance. What do I do?
A:You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 1102, in script
with Dissolve(0.3)
File "game/BKscreens.rpy", line 283, in execute
screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
File "game/BKscreens.rpy", line 283, in execute
screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
File "game/BKscreens.rpy", line 300, in execute
use girl_tab(girls, context=context)
File "game/BKscreens.rpy", line 310, in execute
screen girl_tab(girls, context="girls"):
File "game/BKscreens.rpy", line 310, in execute
screen girl_tab(girls, context="girls"):
File "game/BKscreens.rpy", line 396, in execute
vbox:
File "game/BKscreens.rpy", line 416, in execute
frame:
File "game/BKscreens.rpy", line 425, in execute
if girls:
File "game/BKscreens.rpy", line 445, in execute
vpgrid:
File "game/BKscreens.rpy", line 459, in execute
for girl in girls:
File "game/BKscreens.rpy", line 460, in execute
use girl_button(girl, bsize, status_list=girl_status_dict[girl], context=context)
File "game/BKscreens.rpy", line 514, in execute
screen girl_button(girl, bsize="x4", status_list=[], context="girls", extra_action=[]):
File "game/BKscreens.rpy", line 514, in execute
screen girl_button(girl, bsize="x4", status_list=[], context="girls", extra_action=[]):
File "game/BKscreens.rpy", line 545, in execute
if bsize == "x40":
File "game/BKscreens.rpy", line 786, in execute
button:
File "game/BKscreens.rpy", line 818, in execute
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
File "game/BKscreens.rpy", line 818, in keywords
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
File "game/BKscreens.rpy", line 818, in <module>
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
NameError: name 'res_font_15' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 1102, 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 283, in execute
screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
File "game/BKscreens.rpy", line 283, in execute
screen girls(girls, context = "girls"): # context can be girls, slavemarket, farm
File "game/BKscreens.rpy", line 300, in execute
use girl_tab(girls, context=context)
File "game/BKscreens.rpy", line 310, in execute
screen girl_tab(girls, context="girls"):
File "game/BKscreens.rpy", line 310, in execute
screen girl_tab(girls, context="girls"):
File "game/BKscreens.rpy", line 396, in execute
vbox:
File "game/BKscreens.rpy", line 416, in execute
frame:
File "game/BKscreens.rpy", line 425, in execute
if girls:
File "game/BKscreens.rpy", line 445, in execute
vpgrid:
File "game/BKscreens.rpy", line 459, in execute
for girl in girls:
File "game/BKscreens.rpy", line 460, in execute
use girl_button(girl, bsize, status_list=girl_status_dict[girl], context=context)
File "game/BKscreens.rpy", line 514, in execute
screen girl_button(girl, bsize="x4", status_list=[], context="girls", extra_action=[]):
File "game/BKscreens.rpy", line 514, in execute
screen girl_button(girl, bsize="x4", status_list=[], context="girls", extra_action=[]):
File "game/BKscreens.rpy", line 545, in execute
if bsize == "x40":
File "game/BKscreens.rpy", line 786, in execute
button:
File "game/BKscreens.rpy", line 818, in execute
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
File "game/BKscreens.rpy", line 818, in keywords
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
File "game/BKscreens.rpy", line 818, in <module>
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
NameError: name 'res_font_15' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220331
Mon Apr 4 18:55:06 2022
Open BKscreens.rpy, go to line 818:I have such a problem after entering the Girls tab. How do I fix it?
text text1 bold True size res_font_15 color text_col drop_shadow (1, 1):
text text1 bold True size res_font(15) color text_col drop_shadow (1, 1):