- Apr 20, 2018
- 56
- 59
Got this error on version 211215, attached save is right before it happened:
You don't have permission to view the spoiler content.
Log in or register now.
Second time this has been reported, but no fix yet.Got this error on version 211215, attached save is right before it happened:
You don't have permission to view the spoiler content. Log in or register now.
Nearly half the tooltip information on the top right of the screen is cut off and I'd really like to fix that if possible.
The base game with new Ren'Py run-time is in the F95 OP links, for PC & Mac. Update patch (latest... User Kite repacked the base game a month or so ago with the updated Ren'py. You'll need to search back the thread a few pages, I believe. Once you get that you'll need to unload the repacked game in a new directory, re-apply the latest patch, and move over your girl packs to the new area.
Yes. It's called a bloody lot of UI work. I know, because I did exactly this once myself.Is there a way to increase the aspect ratio for this game?
Seems to have fixed that issue, thanks!If it's what I think it is, then you have an old version of Ren'py itself. The current base game is packaged with the older Ren'py. User Kite repacked the base game a month or so ago with the updated Ren'py. You'll need to search back the thread a few pages, I believe. Once you get that you'll need to unload the repacked game in a new directory, re-apply the latest patch, and move over your girl packs to the new area.
It was apparently caused by her preferences for a sex act being lowered below the minimum level required for whoring. I fixed it by unchecking whoring before I did it for consistency's sake, cause otherwise it would sort of be cheating since I didn't know it would be lowered before I tried it. It's a sort of rare bug that only occurs in very specific scenarios where the girl is on the very cusp of whoring preference in a particular sex skill, and it gets lowered but she still has whoring checked as a job.Second time this has been reported, but no fix yet.
Load your savegame, and check if some girl has been assigned as whore but
(Edit: ) Also, what did you do since you previously looked at the Girl page detail for this girl, before getting the error?
- no sexacts checked to perform
- has lost/may lose libido/obedience and be disqualified from whoring (such a shame...)
So, bare in mind that I´m a newbie and this all thing of coding is a mistery to me. I got the error, pressed Console, wrote "plaza.action = False" and pressed Enter. What do I do now? Cause all I got was a message saying: Ren´Py script disabeld. But then does nothing. What should I do? Sorry by bothering you with newb questions.The issue shouldn't be present any more, except if you've already slept with Lady Homura. Console 'plaza.action = False' to make it go away then.
This is a hook for some chapter 3 stuff, and isn't supposed to be active yet. Unfortunately, it probably was for some iteration of 0.2 back in November.
Abandon this approach, load a pre-error save, press 'shift+O', enter the console command, press ESC, save. The error should be gone now.I got the error, pressed Console, wrote "plaza.action = False" and pressed Enter. What do I do now?
Looks like a new bug. Not easy to resolve, since it's caused by not having the appropriate image. Will report.File "game/BKscreens.rpy", line 8156, in <module>
add goal_tb[cat]
KeyError: u'Endless'
(Edit)getting an error in endless mode whenever I move my mouse over the current goal or the spellbook. didn't happen until I got to the end of the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 945, in script
$ result = ui.interact()
File "game/BKmain.rpy", line 945, in <module>
$ result = ui.interact()
File "game/BKscreens.rpy", line 8147, in execute
screen goal_ttip():
File "game/BKscreens.rpy", line 8147, in execute
screen goal_ttip():
File "game/BKscreens.rpy", line 8149, in execute
frame xalign 0.5 yalign 0.5 xsize 0.5 xpadding 20 ypadding 20 background c_ui_brown:
File "game/BKscreens.rpy", line 8150, in execute
has vbox
File "game/BKscreens.rpy", line 8154, in execute
for cat, goal_desc in game.get_goals():
File "game/BKscreens.rpy", line 8155, in execute
hbox spacing 10:
File "game/BKscreens.rpy", line 8156, in execute
add goal_tb[cat]
File "game/BKscreens.rpy", line 8156, in <module>
add goal_tb[cat]
KeyError: u'Endless'
goal_colors = {"STORY" : c_darkpurple, "ADVANCE" : c_magenta, "CONTRACT" : c_firered, "OTHER" : c_darkgrey}
goal_tb = {"STORY" : "tb story", "ADVANCE" : "tb advance", "CONTRACT" : "tb contract", "OTHER" : ""}
goal_colors = {"STORY" : c_darkpurple, "ADVANCE" : c_magenta, "CONTRACT" : c_firered, "OTHER" : c_darkgrey, "Endless" : c_magenta}
goal_tb = {"STORY" : "tb story", "ADVANCE" : "tb advance", "CONTRACT" : "tb contract", "OTHER" : "", "Endless" : "tb advance"}
changing the text file worked, thanks!(Edit)
For now,(untested)if you want to try editing with simple text editor, no tabs, file BKinit_variables.rpy line 115-116 from
toCode:goal_colors = {"STORY" : c_darkpurple, "ADVANCE" : c_magenta, "CONTRACT" : c_firered, "OTHER" : c_darkgrey} goal_tb = {"STORY" : "tb story", "ADVANCE" : "tb advance", "CONTRACT" : "tb contract", "OTHER" : ""}
Save the change, save game, exit, run game (recompiles), load game, continue.Code:goal_colors = {"STORY" : c_darkpurple, "ADVANCE" : c_magenta, "CONTRACT" : c_firered, "OTHER" : c_darkgrey, "Endless" : c_magenta} goal_tb = {"STORY" : "tb story", "ADVANCE" : "tb advance", "CONTRACT" : "tb contract", "OTHER" : "", "Endless" : "tb advance"}
If you try it, let us know if it works.
(Edit) Attached is the edited file, for ver v211215.
View attachment 1578359
Did this patch break the income bonuses? I was usually making over 1 million denars per night before applying it but now I'm not getting any bonus amount and hovering around 350k.The firstYou must be registered to see the linksof the year is out.
It did change the way income bonuses are calculated. Some bonuses were unintentionally being counted twice or being combined in inconsistent ways.Did this patch break the income bonuses? I was usually making over 1 million denars per night before applying it but now I'm not getting any bonus amount and hovering around 350k.
I didn't start a new game, could've just broken mine...
Well, on that older save there's no bonus amount being listed at all for the night anymore. I started a new game and am seeing the bonus in parenthesis just like I was before updating, so I'd guess the update just broke those calculations for the older save... RIP my 32 nearly perfect girls.It did change the way income bonuses are calculated. Some bonuses were unintentionally being counted twice or being combined in inconsistent ways.
I'm not sure if the vast difference you're seeing means that something broke, or that something that was broken for a long time has now been fixed. I'll pass it along.
This talk of 'bonuses' is missing the point. Of course you get one by restarting, that's the Gold Moon bonus. It'll go away in a month.Well, on that older save there's no bonus amount being listed at all for the night anymore. I started a new game and am seeing the bonus in parenthesis just like I was before updating, so I'd guess the update just broke those calculations for the older save...
I don't know what prevents so many people from using the search function.Does anyone know how to solve this problem?
ScriptError: could not find label 'c3_suzume_hint'.
Brothel King 0.2 v211126