- Jul 17, 2019
- 2,295
- 965
The game rounds customer capacity normally, not always up or down, but enforces a minimum of one customer served.I'm not sure which way the game rounds...
The game rounds customer capacity normally, not always up or down, but enforces a minimum of one customer served.I'm not sure which way the game rounds...
how do you make MC go on patrol? also thankfully after that and just bleeding for a bit, I got REALLY fucking lucky and was able so sell a girl for 9900 something gold after a gild quest which solved my money problems for now. Also there's a tip about a H preferences menu but I can't seem to find itIt's probably one of the bigger early challenges. Read a bit back, there were several courses of action suggested. The easiest is to just shut the brothel down for a while to avoid ill girls, send them questing if you can while cleaners work for non-emergency pay. Employ more goons and put the MC on patrol to make -100 into -50.
The whole thing could do with a better warning, though.
I can also just picture your rage if I'd ever released the 'Guild extorts a lump sum out of you every week' feature and you got tricked into playing it.![]()
Leave some AP unspent (1 per event/customer you want to hedge your bets against), or play Warrior and get the Defender ability.how do you make MC go on patrol?
Main menu -> Preferences -> Game settings.Also there's a tip about a H preferences menu but I can't seem to find it
Line 487 in Drawn Girls tab ofI cant seem to find the kanna kanui slave pack could someone lend me a working link to it ?
I don't know if I'm putting it in correctly. Do I leave the quotation marks and just replace the "full pack filename" from in between them? Also just to confirm it's the name of the folder that is found inside Brothel_King-pc 0.2\game\girls here the one that I'm replacing (full pack filename) with, right?This console sequence could create a slavemarket girl based on packname filename. Untested; advise not trying to change "force_original" in case original exists somewhere (including hidden characters/areas).
Code:newgirl1 = create_girl("full pack filename", free=False, force_original=False, level=1) slavemarket.girls += newgirl1
if pic:
if is_imgfile(pic):
if pic in persistent.seen_list:
return True
elif renpy.seen_image(pic) or pic in persistent.seen_list:
return True
if pic:
if is_imgfile(pic):
if pic.endswith(".webm") is False:
if pic in persistent.seen_list:
return True
elif renpy.seen_image(pic) or pic in persistent.seen_list:
if pic.endswith(".webm") is False:
if pic in persistent.seen_list:
return True
MC.gold=10000
MC.resources["wood"]=100
MC.resources["dye"]=100
MC.resources["leather"]=100
MC.skill_points=40
I didn't try entering it there. But now that I did all I get is (SyntaxError: invalid syntax) the moment I enter it.Right and right.
Suggest entering console while on "home" screen, definitely not "slave market" screen.
Yeah, the gallery isn't written with videos in mind. It's not hard to make it display videos, but it's not a one-line change and now there's another issue that all videos on that page start playing, including any sound effects. Can be quite chaotic.girl pack gallery ... .webm
Some that I've found useful myself:If there are any more useful ones I come across I'll add 'em to this post.
MC.reset_interactions()
MC.prestige += 100
update_shops()
update_slaves()
update_quests()
slavemarket.girls = get_girls(100)
update_free_girls()
cycle_free_girls()
for girl in MC.girls+game.free_girls:
girl.reset_interactions()
girl.rest(1000)
brothel.rep += 10000
brothel.dirt = 0
if True:
MC.reset_interactions()
for girl in MC.girls:
girl.reset_interactions()
Then there's something wrong with the syntax. What exactly did you enter? Spaces and quotation marks included. Use one of the code tags if needed.I didn't try entering it there. But now that I did all I get is (SyntaxError: invalid syntax) the moment I enter it.
newgirl1 = create_girl("pack foldername", free=False, force_original=False, level=1)
slavemarket.girls += [newgirl1]
newgirl1 = create_girl("Itsuki Nakano", free=False, force_original=False, level=1)Then there's something wrong with the syntax. What exactly did you enter? Spaces and quotation marks included. Use one of the code tags if needed.
Note that Doug's code is a little wrong and should be
Code:newgirl1 = create_girl("pack foldername", free=False, force_original=False, level=1) slavemarket.girls += [newgirl1]
I think your problem is that you're pasting in both lines at once. Do it line by line.File "<string>", line 1: expected statement.
Eureka I knew I was entering it in wrong lol.I think your problem is that you're pasting in both lines at once. Do it line by line.
It should be in the leortha pack but only elma ,kobayashi, lucoa and tohru appear for meLine 487 in Drawn Girls tab ofYou must be registered to see the links; not posting a link here on F95.
From that source, is in folder Anime/Kobayashi's Dragon Maid .
Main BK Girlpacks & Mods thread is here.
Don't go to Leortha's usual MEGA folder. Follow the link in line 487 of the Girlpacks Spreadsheet. Leortha has a seperate MEGA repository for youthful imaginary women.It should be in the leortha pack but only elma ,kobayashi, lucoa and tohru appear for me
View attachment 1786687
Thank you so much i didnt notice there where links to the right of the spreadsheetDon't go to Leortha's usual MEGA folder. Follow the link in line 487 of the Girlpacks Spreadsheet. Leortha has a seperate MEGA repository for youthful imaginary women.