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

4.60 star(s) 48 Votes

Jman9

Engaged Member
Jul 17, 2019
2,295
964
I think you'd want to create a dummy spell/object that does nothing by itself, combined with a custom event that repeats itself daily. The event would then check if the MC has the object or (active) spell before deciding if it should run its code or not.
That's kinda wasteful, IMO. On the other hand, effects don't really have function hooks, so you'd have to add this yourself if you don't want to wait and fire your code when the girl hits some event or label.

Maybe asking Goldo to make it possible to attach functions to spells and items that fire when you click on the 'use' or 'cast' buttons might be worthwhile?


Executing girl.talk_tastes("likes/dislikes/loves/hates") and appending what it returns to girl.personality_unlock["..."] in the appropriate box.
Probably easier to just iterate over Girl.personality.gift_likes.items(). Going through 'talk_tastes()' means of have a bunch of extra branches and checks.

Not sure how often this exact distribution is guaranteed since 0.2 combines two base personalities, e.g: An extravert/idealist (sweet) girl would have 1 love, 1 like, 2 dislikes and 1 hate.
Yeah, my bad, this has been changed to be attribute-based. :oops:
 
  • Like
Reactions: __neronero

Jman9

Engaged Member
Jul 17, 2019
2,295
964
Are you talking about the water ninja or the catgirl auntie?

And, indeed, do you even have an onsen?
 

vadi9203

Member
Aug 2, 2019
431
248
I think it's the Suzume event. The Mizuki event only happens if you got the Kimono and it's pretty much random when she shows up.
 

Knanpa

New Member
Apr 6, 2019
9
6
Good evening, is there a way to skip the kunoichi hunt minigame ? i play with a notebook with a integrated fingerpad so no way i could ever do it...
 

Knanpa

New Member
Apr 6, 2019
9
6
Jman9 said:
Yes. Buy the special caltrops from the shop. // get a proper mouse
Thanks for the info i can now resume my game. For the mouse i broke mine some time ago and never found the time to look for a decent replacement.
 

DougTheC

Member
Oct 15, 2018
387
221
is sease i have to find it and wait for somwane (wind ninja
Even someone who seems to delight in bad spelling like you seem to, should see the message:
"Get the onsen, and wait for Suzume."
means you have to build/buy the onsen room (hot springs), then wait (about 2--3 days) for her to show up.

Build/buy is done from the Brothel screen.
 

PussSlayer02

New Member
Jun 2, 2020
7
3
Got this when opening the game


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 309, in script call
call expression "before_main_menu"
File "game/BKevents.rpy", line 109, in script
if not persistent.girl_mix["default"]:
File "game/BKevents.rpy", line 109, in <module>
if not persistent.girl_mix["default"]:
KeyError: u'default'

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

Full traceback:
File "renpy/common/00start.rpy", line 309, in script call
call expression "before_main_menu"
File "game/BKevents.rpy", line 109, in script
if not persistent.girl_mix["default"]:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/BKevents.rpy", line 109, in <module>
if not persistent.girl_mix["default"]:
KeyError: u'default'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Brothel King 0.2 v211215
Thu Dec 23 00:33:29 2021
 
4.60 star(s) 48 Votes