You can see it at the start of the game. But normally it's starting with the Normal Difficulty if you didnt changed anything.Is there a way to see what difficulty your current playthrough is? I started a new game and don't remember it being this easy the first time? I'm wondering if I accidentally chose the wrong difficulty.
Yeah, I was restarting the game multiple times to try to get a better starting girl and I may have forgotten to change the difficulty. Was hoping there was some way to see what the difficulty was.You can see it at the start of the game. But normally it's starting with the Normal Difficulty if you didnt changed anything.
I read it before I post anything, I will post some screenshot later so we can compare thanksOn my post right side where you should put it. Left side how it should look like.
You can refresh the slave market with the console or by using the King's Way mod.Yeah, I was restarting the game multiple times to try to get a better starting girl and I may have forgotten to change the difficulty. Was hoping there was some way to see what the difficulty was.
That would be a big help if you post a traceback or a screenshoot from it.I read it before I post anything, I will post some screenshot later so we can compare thanks
Console 'game.diff'. I'm not aware of any other way.Is there a way to see what difficulty your current playthrough is?
Then you didn't actually look much if at all. I went and removed rollback blocks from training, fingered my mouse wheel for a while and explored every naked fixation for a girl, then unlocked several levels of the 'Charlatan' achievement. All for the low, low cost of 1 AP. That's sufficiently visible for me, and since a lot of the game is riddled with dictionaries, who knows what else might be going wrong much more subtly.My replacements of block rollback for pass statements in my two file edits doesn't seem to have caused any of the horrors promised to me about dicts.
That's not the worst of it, and is only causing easily solvable grief to neophytes....girl mod framework and how there appears to be little to no error checking/logging, and that's causing a lot of grief with failed installs.
Yes.Is the 3 Ninja quest holding me up for getting an upgrade to my brothel license?
What RNG? I haven't really played because I can no longer play vanilla without getting exasperated. But from a brief glance at the code, it seems you can hunt them without fail every day, and the ninja minigame is purely about your twitch skill. Which might be a turnoff, and I don't personally care much for minigames, but it's not random unless you consider all human input inherently random.[ninjas] ...when the RNG for encounter seems to be so low?
The only case of ESC not doing its usual thing is in the gallery. Which most players don't really look into, to the degree that it was plain broken for the longest time. The in-game interface retains ESC as usual....I did see something or other about using escape to do whatever silliness.
RMB is the universal cancel/exit button for BK. Not everyone can use both hands while playingI also see that RMB seems to drop me back to the brothel status screen for whatever reason. My question here is why...
There have been occasional reports of the console behaving weirdly, but I have never experienced this. Shift-O opens it, ESC closes, business as usual. Neither has Goldo, to my knowledge. Some people have had issues, like typing 'o' dumping them out of the console, but these things seem to be local.Why, especially, fuck with console controls when this game is in a state where my escape and shift-O buttons may be worn out by the time I'm done?
The shop system needs a lot of work because the whole inventory setup sucks. We are at the mercy of whatever crap the rng Gods gen up for us no matter the cost.
This critique has been raised before. Goldo's (rather recent) answer were the 'restock' and 'upgrade' buttons. So you're no longer at the mercy of the RNG deities,There should be a clothing store with all of the essentials in quantity that's ranked to what we need for development/training and can afford.
Because they were never intended as a shop, more a romance with benefits. The NPC love thing is really nowhere near developed yet.Please tell me why the thieves guild only has one article for sale per week...
Not really. You can train them to not hate an act and then let Gizel take over. The farm is (or at least was) the fastest way in the game to gain preference scores once the girls are not refusing any more. Unfortunately, these are mainly useful for inflating slave price and not much else. It also can make your alignment more 'good' - or at least less 'evil' or 'ungood' - if the girls like and consent to what's being done to them at the farm.The farm is useless if your mc is going to treat their girls with TLC and not asshattery.
Dev priorities. More than one game has died a slow death because the dev couldn't say no to fetish creep and/or too many branching storylines. Once BK hits 0.7 or so, we can talk about this again.Also, why are we so hetero with this thing and are stuck with girls and not gurls?
The idea of male packs or futa packs has been discussed before. There are a couple of issues with the idea.Also, why are we so hetero with this thing and are stuck with girls and not gurls?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKintro.rpy", line 1793, in script
$ calendar.updates()
File "game/BKintro.rpy", line 1793, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2666, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2424, in weekly_updates
update_free_girls()
File "game/BKfunctions.rpy", line 505, in update_free_girls
game.free_girls += get_girls(nb - len(game.free_girls), free=True)
File "game/BKfunctions.rpy", line 322, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
File "game/BKgirlclass.rpy", line 202, in randomize
self.generate_stats()
File "game/BKgirlclass.rpy", line 504, in generate_stats
self.stats.append(Stat(stat, "main", self, weight=self.init_dict["base skills/" + stat]))
File "game/BKclasses.rpy", line 3103, in __init__
self.init_value(weight)
File "game/BKclasses.rpy", line 3142, in init_value
_min = weight_dict[weight-1][0] + self.parent.level * weight_dict[weight-1][1]
KeyError: 7
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKintro.rpy", line 1793, in script
$ calendar.updates()
File "C:\Users\Admin\Downloads\Brothel_King-0.2\Brothel_King-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Admin\Downloads\Brothel_King-0.2\Brothel_King-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKintro.rpy", line 1793, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2666, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2424, in weekly_updates
update_free_girls()
File "game/BKfunctions.rpy", line 505, in update_free_girls
game.free_girls += get_girls(nb - len(game.free_girls), free=True)
File "game/BKfunctions.rpy", line 322, in get_girls
girl.randomize(free=free, p_traits=p_traits, n_trait=n_trait, perks=perks, level=lvl)
File "game/BKgirlclass.rpy", line 202, in randomize
self.generate_stats()
File "game/BKgirlclass.rpy", line 504, in generate_stats
self.stats.append(Stat(stat, "main", self, weight=self.init_dict["base skills/" + stat]))
File "game/BKclasses.rpy", line 3103, in __init__
self.init_value(weight)
File "game/BKclasses.rpy", line 3142, in init_value
_min = weight_dict[weight-1][0] + self.parent.level * weight_dict[weight-1][1]
KeyError: 7
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Brothel King 0.2 v210826
Fri Oct 08 21:38:31 2021
Hi, okay if you can please take a look, I am pretty sure the folders are on the right place but I still get this error and no portrait can be seen, thanks for any advise you can give me.That would be a big help if you post a traceback or a screenshoot from it.
What RNG? I haven't really played because I can no longer play vanilla without getting exasperated. But from a brief glance at the code, it seems you can hunt them without fail every day, and the ninja minigame is purely about your twitch skill. Which might be a turnoff, and I don't personally care much for minigames, but it's not random unless you consider all human input inherently random.
There have been occasional reports of the console behaving weirdly, but I have never experienced this. Shift-O opens it, ESC closes, business as usual. Neither has Goldo, to my knowledge. Some people have had issues, like typing 'o' dumping them out of the console, but these things seem to be local.
RMB is the universal cancel/exit button for BK. Not everyone can use both hands while playingand not every mouse has a ton of buttons. It's very convenient and I've never heard a player complain about this before. I think you're really starting to reach here, for whatever reason.
As mentioned before, there's a bad _BK.ini somewhere._min = weight_dict[weight-1][0] + self.parent.level * weight_dict[weight-1][1]
KeyError: 7
I think there are about three locations they're always in.So the three are always going to be in the same neighborhood then?
At least I had stumbled across the thingamagummee at the Shop used to bypass what looks like an irritating minigame.
I have more bad news for you, then. Saving anywhere else but the main screen is not encouraged, for various reasons like labels getting fucked up. There are some exceptions, but it's usually not worth it to risk things. I've had a lot of debug saves from mid-interactions or the middle of the night that I had to fiddle with to make them usable.Being able to load/save during a story event and specific location is important for visual cues about the save.
As Jman mentioned it. If you dont put them separately then rename the folders inside your girls folder like this. This will solve your problem.Hi, okay if you can please take a look, I am pretty sure the folders are on the right place but I still get this error and no portrait can be seen, thanks for any advise you can give me.
thanks for your help and for do not answer like an idiot like some people here, english is not my mother tongue and I am still learning so it is not that easy sometimes to understand everythingAs Jman mentioned it. If you dont put them separately then rename the folders inside your girls folder like this. This will solve your problem.
Dont worry about it. Im not native english speaker either so i make a lot of grammar and typo a lot of times.thanks for your help and for do not answer like an idiot like some people here, english is not my mother tongue and I am still learning so it is not that easy sometimes to understand everything
Is this happen even when you start a new game?Experiencing a bug every time I click on the "girls" button, save file is attached:
You don't have permission to view the spoiler content. Log in or register now.