Brothel King - Girl packs and Mods Collection

4.00 star(s) 2 Votes
Jan 13, 2018
45
25
Does somebody know if he ended this pack and event? i've been reading the thread (not all, it's from 2019 and didn't seem to be updated the google doc since then) and also searching in the other site
Honestly, I don't think so - I'm looking through the backlog and this isn't ringing any bells on any news about the project. I think when we rehosted a lot of the links these must have been buried as well, so it looks like a lot of this is missing.

Someone else may have a better memory than me though or may have been involved with the project in some capacity.
 
  • Like
Reactions: EzNorlax26
Jan 13, 2018
45
25
Where exactly?
I'm going back and recovering the files that are still available - I also uncovered an entire Mediafire folder with a bunch of 9Thunder's old packs from before we consolidated into the Google Sheet.

Once I have everything recovered I'll be adding them into the google sheet and making a consolidation post of what I could find.
 
Jan 13, 2018
45
25
For a quick post here while I dig, linked in this is going to be 9Thunder4's which has 31 packs inside (I don't know yet specifics about them). Of the 31, only 3 are recorded right now in the Google Sheet at the time of posting - the Akali, Katarina, and Elesa packs (you can find the database linked ).

If anybody has some free time and would like to assist with reporting, you can go down the list and input the details into the submission form (I would double-check before you submit something to see if someone else has already done so).
 
Last edited:
Jan 13, 2018
45
25
I have some useful links for anyone looking to get into making events from an old user by the name of Poke. These have all been rehosted into a new Drive:

This first document has some small explanations and links to documents/packs with events in them. (Some links are broken):


This document explains Transitions, writing events, sizing, and has coding examples for multiple possibilities:


This document is an example of how they laid out their events and planned them in advance (Nessa). This may provide some insight and assist anyone looking to plan their own:
 
Jan 13, 2018
45
25
I have rehosted all of Poke's old content to a Mega Directory within my larger directory.

None of this content has been changed or updated from it's original form.

There are two stand-alone event downloads for any Akali (LoL) and Sonia (Pokemon) packs that you can download.

There are also four girl packs that are not yet in the Google Sheet directory. These packs all contain event files and are in various stages of completion. (These can be submitted in the link above if you have the inkling to). [Artoria Lancer (Fate), Ahri (LoL), Minamoto (Fate), and Nessa (Pokemon)]
 

mangasm

Newbie
May 29, 2017
95
107
The Links to all of the ClassicBlueElephant real packs on the database are dead, Does anyone have them?
 
  • Like
Reactions: zmos

Febui

Active Member
May 6, 2022
591
720
It seems a wide variety of file types work in girl packs, but a lot of them are all webp format. Why?
 

Tidalbore

Newbie
Dec 31, 2017
89
43
It seems a wide variety of file types work in girl packs, but a lot of them are all webp format. Why?
size, mainly, webp files tend to be much smaller than a lot of other image formats, which is useful when the number of images starts stacking up fast
 

xelayna

Newbie
Jul 19, 2017
31
14
Is there a recommended tool for converting and compressing?
Majority are using XnConvert for WebP images
mp4 -> WebM (videos), i currently use this (i use a vpn to bypass limit)
if i need to cut out parts of a video then i use this
I would like to know what others use for pack making, not just image/video converters
might be useful for me too lol
 

Febui

Active Member
May 6, 2022
591
720
Is there a latest BK.ini template somewhere?
Also I'm a little lost... How do I do custom events? I was thinking as an experiment, I'd try something very small and just add a custom event where a particular girl speaks to you one time, with different text based on one of four traits. Just to get a feel for this process.
I see in the midna girl pack, there's a .rpy that is just plaintext, but there's also a .rpyc that is not plaintext, unreadable for me.
The girl pack creation guide in the OP doesn't make any mention of this stuff.
 

Jdozer

Newbie
Feb 21, 2019
57
35
Majority are using XnConvert for WebP images

if i need to cut out parts of a video then i use this
I would like to know what others use for pack making, not just image/video converters
might be useful for me too lol
Can confirm, switched to XnConvert, and it is pretty wonderful for bulk image conversion. I also have mine set to automatically resize anything that has dimensions larger than ~1300 down to 1300(but maintaning width:length ratio) just to cut down on file size even more. As for video editing, just been using VSDC because it is free, and can export to webm.

Is there a latest BK.ini template somewhere?

I see in the midna girl pack, there's a .rpy that is just plaintext, but there's also a .rpyc that is not plaintext, unreadable for me.
The more recent versions of the tagging tool have a bk.ini generator built in (you should see the option for it from the main menu), that can take you basically all the way through it.

As far as rpy vs rpyc: rpyc is the compiled version of the rpy, it isnt something you make, but something renpy gens automatically on startup based on any present rpy.
 

Febui

Active Member
May 6, 2022
591
720
The more recent versions of the tagging tool have a bk.ini generator built in
Is the one in the OP outdated? I don't see it.
1672951006853.png
As far as rpy vs rpyc: rpyc is the compiled version of the rpy, it isnt something you make, but something renpy gens automatically on startup based on any present rpy.
So if nothing else, I can reverse-engineer based on the midna one since it's all plaintext, but is there any guide or full template for it?
 

__neronero

Member
Jan 23, 2021
285
393
Is there a latest BK.ini template somewhere?
Also I'm a little lost... How do I do custom events? I was thinking as an experiment, I'd try something very small and just add a custom event where a particular girl speaks to you one time, with different text based on one of four traits. Just to get a feel for this process.
I see in the midna girl pack, there's a .rpy that is just plaintext, but there's also a .rpyc that is not plaintext, unreadable for me.
The girl pack creation guide in the OP doesn't make any mention of this stuff.
You can ignore/delete the .rpyc file. It's (re)created automatically based on the .rpy file whenever you run the game.

For a _BK.ini template I'd recommend generating one through the . Current version is 2.8.14, so yeah - one in OP here is outdated. Even though the BK.ini generator doesn't ask you any questions about advanced functionality like custom events, it does automatically include the required code for these things in the generated file (but commented out, with "## " in front of those lines)

In the _BK.ini you can create multiple pointers to custom content:
  • init_function - To point towards a piece of code that should be run as soon as this girl is generated in the game.
  • city_label - To point towards a piece of code that should be run when the player tries to interact with this girl in the city.
  • story_label - To point towards a piece of code that should be run when you learn more about a girl's backstory when she's in your brothel.
  • night_label - To point towards a piece of code that should be run every night for this girl.
  • interact_prompt - Adds a button to the slave interaction menu of your girl, and points towards a piece of code that should be run when you click on it.
  • custom_dialogue_label - A more recent addition that, along with other custom personality options, isn't automatically included by the BK.ini generator. Points towards a piece of code that should be run every time that this girl speaks.
The girlpack's .rpy file will contain all the bits of code which the BK.ini points towards in those values.
For other examples of this, also check Boa Hancock by Goldo & Hinata Hyuga by kite80, both included in basic girl pack.

edit: There isn't a simple/rigid template for .rpy files since there are no real limitations to what you can do with them. by Goldo about writing custom renpy events might help a bit.
 
Last edited:
  • Like
Reactions: Febui and Jdozer

BillyTran

Member
Nov 2, 2017
140
61
Have you checked the girl packs spreadsheet ?
I found 9 girls from the mahou kaiju franchise, it's a start.
I am actually interested in making a pack for Annerose, so I'll get started on that!
u should try to visit Kemono website i think it easy for u to making pack
 
  • Like
Reactions: xelayna

BillyTran

Member
Nov 2, 2017
140
61
I'm not sure how to use this site xD
I currently use pixiv, danbooru, gelbooru, rule34 and webmshare
Some artist will post Mega link or attached rar file in every post they have. Especially alot artist are from pixiv, Fanbox, Pantreon so I hope u can find something in there
 
  • Like
Reactions: xelayna
4.00 star(s) 2 Votes