Brothel King - Girl packs and Mods Collection

4.00 star(s) 2 Votes

Jdozer

Newbie
Feb 21, 2019
57
35
Updated Kamisato Ayaka (Genshin) pack again, ~568 pics now, and as usual futa/animated content in separate folders so you can easily get rid of them if you don't want. Link in the doc is still correct.
 

YaBoiDeath

Member
Sep 20, 2021
193
217
Would y'all consider futanari pics, in which the girl is still female, and the customer is the futa, lesbian or regular pics?
 

__neronero

Member
Jan 23, 2021
285
393
Would y'all consider futanari pics, in which the girl is still female, and the customer is the futa, lesbian or regular pics?
As someone who isn't into futa, generally I leave them out if I have enough ordinary lesbian pics. "lesbian strap-on sub" if I don't. "monster" if the artist leans far enough into futa-extremism that they deserve subsidies for their groundbreaking research.
 
Last edited:
  • Like
Reactions: Febui

YaBoiDeath

Member
Sep 20, 2021
193
217
As someone who isn't into futa, generally I leave them out if I have enough ordinary lesbian pics. "lesbian strap-on sub" if I don't. "monster" if the artist leans far enough into futa-extremism that they deserve subsidies for their groundbreaking research.
Understandable. And thats actually what I've been doing, that being putting anything where the girl is being fucked by futas (not her being the futa doing the fucking) and putting it under the lesbian tag(if I remember correctly).

Unrelated (or somewhat), some packs I'm working on btw are:
- Loba Andrade
- Dee Williams
- Some racial packs (Xenomorph and Yautja for any monster fuckers out there)
- Mei Ling-Zhou
- Jasper (Steven Universe)

There are some I've "finished", just working on whether not they're where I want them to be

P.S. I'm not into futa per se - I only enjoy it if its futa x female as thats basically just regular porn with more boobs at that point. Anything else doesn't really do it for me, including futa versions of characters and most certainly futa x male
 

ronanvingado

Newbie
Nov 8, 2018
34
3
Playtesting girl dialogue
Community Dialogue Project is a collaborative effort by Brothel King fans to write dialogue lines for the game. Brothel King 0.2 introduced 23 unique girl personalities and our aim is to give each of these personalities a unique voice.

Since the release of 0.2, we've written new dialogue lines for the following personalities:
- Masochist
- Sweet
- Helper
- Princess
- Easy
- Tsundere
- Yandere
- Rebel

There are bound to be some silly typo's in several thousand new lines of dialogue, so you'd help us a great deal by playtesting them before they end up in an official release. You can do so by downloading the BKdialogue.rpy file below and replacing the existing one in your /game/ folder.



Most important things we would like to know if you encounter some odd dialogue:
1) What is your girl's personality? (interact with her and open console (Shift + O) and type "girl.personality.name")
2) What did she say that sounded weird to you? Try to give an exact quote (or screenshot) of the line that doesn't sit right with you.
3) If it isn't immediately obvious, describe why you think her behavior/dialogue doesn't fit her personality or otherwise seems odd to you.

We can be found in , but if you're not willing to take that leap then leaving your feedback here is fine too.
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label dialogue is defined twice, at File "game/BKdialogue.rpy", line 11:
label dialogue(char, topic, key="generic", custom_arg=False, nw=False, narrator_mode=False): # for Girl objects only. custom_arg is broken for now
and File "game/music/BKdialogue.rpy", line 11:
label dialogue(char, topic, key="generic", custom_arg=False, nw=False, narrator_mode=False): # for Girl objects only. custom_arg is broken for now


The label dialogue_say_multiple is defined twice, at File "game/BKdialogue.rpy", line 20:
label dialogue_say_multiple(char, lines): # Where char is a renpy Character object (doesn't have to be a Girl)
and File "game/music/BKdialogue.rpy", line 20:
label dialogue_say_multiple(char, lines): # Where char is a renpy Character object (doesn't have to be a Girl)


The label test_dialogue is defined twice, at File "game/BKdialogue.rpy", line 5290:
label test_dialogue():
and File "game/music/BKdialogue.rpy", line 7772:
label test_dialogue():


Ren'Py Version: Ren'Py 7.4.11.2266
Tue Jan 17 06:56:46 2023
```

I'm having this error
 

__neronero

Member
Jan 23, 2021
285
393
The label dialogue is defined twice, at File "game/BKdialogue.rpy"
...
and File "game/music/BKdialogue.rpy", line 11:

I'm having this error
The file should overwrite the existing BKdialogue.rpy file, located here: /game/BKdialogue.rpy

You seem to have placed the file in /game/music/. Remove BKdialogue.rpy from that folder and also remove the BKdialogue.rpyc file there.
 
  • Like
Reactions: ronanvingado

Doe467

Newbie
Apr 23, 2017
38
10
How do I toggle the stupid fps meter off? I have google, and tried everything I can think of. (it shows fps, ms, msmax, gl2, and powersave)
 

__neronero

Member
Jan 23, 2021
285
393
Can someone help me fix this error when selecting the "Character"?
This screenshot doesn't tell us much. The beginning/middle of any error reports is usually where things are still going right, while the last couple lines give us some idea about where it suddenly went wrong.

Can you press "Copy BBcode" at the bottom and share what's copied to your clipboard here?
 

YaBoiDeath

Member
Sep 20, 2021
193
217
Can someone help me fix this error when selecting the "Character"?
I'm assuming this is for the Augment Mod? If so, don't worry, you're not alone. I'm having the same issue. Been finaggling it some to see what needs to be fixed for it - but I have extremely little to no experience when it comes to coding
 
  • Like
Reactions: __neronero

YaBoiDeath

Member
Sep 20, 2021
193
217
This screenshot doesn't tell us much. The beginning/middle of any error reports is usually where things are still going right, while the last couple lines give us some idea about where it suddenly went wrong.

Can you press "Copy BBcode" at the bottom and share what's copied to your clipboard here?
Hey man, the issue I'm having to solve is that the issue lies in some sort of mistake that was made at first had this
add girl_augment.portrait.get (res_tb(70)) xsize xres(75) ysize yres(60) xalign 0.5 yalign 0.05

after removing the (res_tb(70)), its now saying xres is "undefined"
Any suggestions for when this happens?
I can post what I have edited here if you want
 

YaBoiDeath

Member
Sep 20, 2021
193
217
This screenshot doesn't tell us much. The beginning/middle of any error reports is usually where things are still going right, while the last couple lines give us some idea about where it suddenly went wrong.

Can you press "Copy BBcode" at the bottom and share what's copied to your clipboard here?
Hey man, the issue I'm having to solve is that the issue lies in some sort of mistake that was made at first had this
add girl_augment.portrait.get (res_tb(70)) xsize xres(75) ysize yres(60) xalign 0.5 yalign 0.05

Tried removing the (res_tb(70)), but that didn't work
Any suggestions?
I can post what I have edited here if you want
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: pinkerwhale

YaBoiDeath

Member
Sep 20, 2021
193
217
I'm now realizing I am reposting the same comment/reply, and for that I apologize. Its early still, and I'm getting all twisted around
 

YaBoiDeath

Member
Sep 20, 2021
193
217
Edit: Look to the link posted in my reply to jdozer. Had to fix an issue that was brought up has now hopefully been fixed
I am satisfied with these packs, so I'm going to upload them here
NOTE: each of these packs have futa content in them - but only futa on female content and the girl the pack focuses on is the female being fucked (ex: Mei being fucked by a group of Futas). The only one to really be the futa in the scenario is Jasper, which I chose to allow since Gems can shapeshift and all that

Link:

Packs included:
- Jasper ; Steven Universe (Muscular woman)
- Mei Ling-Zhou (Size: 1608 pics)
- Orc girl racial pack
1674666447051.png 1674666480038.png 1674666596847.png

Note: each pack contains a folder with futanari content, but all of it is futa on female and the girl the pack is based around is the female being fucked (i.e. Mei being fucked by a Futa Zarya or Junker Queen). All of the content for this has been separated into a folder in the pack for you to remove if you so wish

Please notify me if any mistakes were made
 
Last edited:
  • Like
Reactions: Silito13 and nogard

__neronero

Member
Jan 23, 2021
285
393
Hey man, the issue I'm having to solve is that the issue lies in some sort of mistake that was made at first had this
add girl_augment.portrait.get (res_tb(70)) xsize xres(75) ysize yres(60) xalign 0.5 yalign 0.05
I'm really not that good with code, and I can't reproduce the error, but here are some things I would try:

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Alkcl

YaBoiDeath

Member
Sep 20, 2021
193
217
I'm really not that good with code, and I can't reproduce the error, but here are some things I would try:

You don't have permission to view the spoiler content. Log in or register now.
Put the entire thing (an individual line of the code you listed) into where res_tb was or just what's in the parenthesis/brackets?
 
Last edited:
4.00 star(s) 2 Votes