- Aug 2, 2019
- 326
- 199
Full origin English. AndHow is the game translated?
You must be registered to see the links
is a chinese translation made by a few people.Full origin English. AndHow is the game translated?
If you didnt find it in spreedsheet or in the mod and girlspack thread, then most likely there is none made so far.any one have diane or elizabeth from the seven deadly sin
Go to the _BK.ini delete it from the fixation and put the group act into the favorite acts like this:
The 0.3 version is still in the bug hunting phase. And there is no changelog for it.anyone have version 0.3 changelog? or where to obtain?
I'm sorry, but an uncaught exception occurred.
While processing the color property of anonymous style:
File "game/BKendday.rpy", line 1122, in script call
call show_night_event(ev) from _call_show_night_event_1
File "game/BKevents.rpy", line 777, in script
$ renpy.say(ev.char, text_descript + "{/size}")
File "game/BKevents.rpy", line 777, in <module>
$ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'
same here, though I had to use the tor browser to access the websiteIs henthighighschool down for everyone? Wanted to try the 0.3 but the site won't even load so I guess I can't ..
If you are still on the 0.2 version then buy a Makabishi in the shop (you need 6 of those 500 gold each). You can skip the first 2 encounter with it. At the 3rd encounter let the timer go down. It will be a fail either way even if you could catch them.is there a way to skip the kunoichi minigame or make it easier
Is henthighighschool down for everyone? Wanted to try the 0.3 but the site won't even load so I guess I can't ..
same here, though I had to use the tor browser to access the website
Sometimes the page dont load in the first time. Just refesh it a few time.Yeah, connection times out. Hopefully just a temporary hiccup.
Full traceback pls with ver number.I got a strange bug. I can safely ignore it, but is there a way to fix it?
Code:I'm sorry, but an uncaught exception occurred. While processing the color property of anonymous style: File "game/BKendday.rpy", line 1122, in script call call show_night_event(ev) from _call_show_night_event_1 File "game/BKevents.rpy", line 777, in script $ renpy.say(ev.char, text_descript + "{/size}") File "game/BKevents.rpy", line 777, in <module> $ renpy.say(ev.char, text_descript + "{/size}") ValueError: invalid literal for int() with base 16: '=#'
Yeah multiple playtrough. But if you are only intrested in the cg pic's you can find them in the game folder. (Events and NPC folders).Is there a way to unlock all cg?
Copy/paste into:Where do i put the files from the Required Update patch ? Its a bunch of rpy files
Sorry for the wait. I took some time before it happened again. Version 0.3 and it happens during farm stuff.Full traceback pls with ver number.
I'm sorry, but an uncaught exception occurred.
While processing the color property of anonymous style:
File "game/BKendday.rpy", line 1122, in script call
call show_night_event(ev) from _call_show_night_event_1
File "game/BKevents.rpy", line 777, in script
$ renpy.say(ev.char, text_descript + "{/size}")
File "game/BKevents.rpy", line 777, in <module>
$ renpy.say(ev.char, text_descript + "{/size}")
ValueError: invalid literal for int() with base 16: '=#'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKendday.rpy", line 1122, in script call
call show_night_event(ev) from _call_show_night_event_1
File "game/BKevents.rpy", line 777, in script
$ renpy.say(ev.char, text_descript + "{/size}")
File "E:\Brothel_King-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKevents.rpy", line 777, in <module>
$ renpy.say(ev.char, text_descript + "{/size}")
File "E:\Brothel_King-pc\renpy\exports.py", line 1473, in say
who(what, *args, **kwargs)
File "E:\Brothel_King-pc\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\Brothel_King-pc\renpy\character.py", line 1003, in do_display
display_say(who,
File "E:\Brothel_King-pc\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Brothel_King-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Brothel_King-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "E:\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 5 more times]
File "E:\\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all
callback(self)
File "E:\\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\r\Brothel_King-pc\renpy\text\text.py", line 1792, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 710, in renpy.style.build_style
File "style.pyx", line 707, in renpy.style.build_style
File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
File "E:\\Brothel_King-pc\renpy\color.py", line 147, in __new__
r = int(c[0]+c[1], 16)
ValueError: invalid literal for int() with base 16: '=#'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Fri Sep 15 04:49:32 2023
Dont worry about it. This error was already reported on the HHS forum. So a fix will comme in a few days.Sorry for the wait. I took some time before it happened again. Version 0.3 and it happens during farm stuff.
Code:I'm sorry, but an uncaught exception occurred. While processing the color property of anonymous style: File "game/BKendday.rpy", line 1122, in script call call show_night_event(ev) from _call_show_night_event_1 File "game/BKevents.rpy", line 777, in script $ renpy.say(ev.char, text_descript + "{/size}") File "game/BKevents.rpy", line 777, in <module> $ renpy.say(ev.char, text_descript + "{/size}") ValueError: invalid literal for int() with base 16: '=#' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKendday.rpy", line 1122, in script call call show_night_event(ev) from _call_show_night_event_1 File "game/BKevents.rpy", line 777, in script $ renpy.say(ev.char, text_descript + "{/size}") File "E:\Brothel_King-pc\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/BKevents.rpy", line 777, in <module> $ renpy.say(ev.char, text_descript + "{/size}") File "E:\Brothel_King-pc\renpy\exports.py", line 1473, in say who(what, *args, **kwargs) File "E:\Brothel_King-pc\renpy\character.py", line 1352, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "E:\Brothel_King-pc\renpy\character.py", line 1003, in do_display display_say(who, File "E:\Brothel_King-pc\renpy\character.py", line 693, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "E:\Brothel_King-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Brothel_King-pc\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "E:\Brothel_King-pc\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "E:\Brothel_King-pc\renpy\display\screen.py", line 481, in visit_all self.child.visit_all(callback, seen=None) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "E:\Brothel_King-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) [Previous line repeated 5 more times] File "E:\\Brothel_King-pc\renpy\display\core.py", line 683, in visit_all callback(self) File "E:\\Brothel_King-pc\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "E:\r\Brothel_King-pc\renpy\text\text.py", line 1792, in per_interact if self.style.slow_abortable: File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__ File "style.pyx", line 493, in renpy.style.StyleCore._get File "style.pyx", line 710, in renpy.style.build_style File "style.pyx", line 707, in renpy.style.build_style File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property File "E:\\Brothel_King-pc\renpy\color.py", line 147, in __new__ r = int(c[0]+c[1], 16) ValueError: invalid literal for int() with base 16: '=#' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.1.23060707 Brothel King 0.3t v230805 Fri Sep 15 04:49:32 2023