Brothel King - Girl packs and Mods Collection

5.00 star(s) 1 Vote

Macheriel

New Member
Oct 6, 2019
1
0
View attachment 3046734 Remake: Ram & Rem
Universe: Re:Zero
Pics: Ram(500+) & Rem(1500+)
Type: Anime
Here's the for Ram and Rem
You can read the changelog in the read me.txt too see news stuffs I added in
You don't have permission to view the spoiler content. Log in or register now.
Code:
Hi all,
I keep getting this error from Rem pack:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
    if ram_random_events == 1:
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
    if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
    if ram_random_events == 1:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
    if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov  5 11:11:52 2023
And this error from Ram pack:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
    if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
SyntaxError: invalid syntax (Ram.rpy, line 289)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
    if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2274, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (Ram.rpy, line 289)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov  5 11:13:55 2023
I tryed uninstal 5game, clean AppData, reinstall game but it persists.
 

Yasaki74

Member
Aug 21, 2020
107
118
Code:
Hi all,
I keep getting this error from Rem pack:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
    if ram_random_events == 1:
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
    if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in script
    if ram_random_events == 1:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/girls/Rem/Resources/Rem.rpy", line 180, in <module>
    if ram_random_events == 1:
NameError: name 'ram_random_events' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov  5 11:11:52 2023
And this error from Ram pack:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
    if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
SyntaxError: invalid syntax (Ram.rpy, line 289)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/BKendday.rpy", line 58, in script call
    call expression lbl pass (girl=girl) from _call_expression_3
  File "game/girls/Ram/Resources/Ram.rpy", line 289, in script
    if girl_list = [g for g in MC.girls if g.pack_name == "Rem" and g.pack_name == "Emilia" and g.pack_name == "Beatrice" and g.pack_name == "Felt" and g.pack_name == "Petra Leyte"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2274, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (Ram.rpy, line 289)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Nov  5 11:13:55 2023
I tryed uninstal 5game, clean AppData, reinstall game but it persists.
This should fix it for Ram and Rem
imma update this in the mega link
 

stim

New Member
Mar 21, 2018
7
2
If anyone is interested, I have a updated wish list.

From league of legends:

Camille
Diana
Elise
Janna
Karma
Kayle
Leblanc
Lulu
Rell
Sejuani
Vayne
adult Zeri

from pokemon:

Delia ketchum
nurse joy
officer Jenny
 

Bao82

New Member
May 24, 2022
9
19
All images have been well selected (mostly Japanese style) , AI image issue has been fixed.

Name: Hinata Hyuga
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Sakura Haruno
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Ino Yamanaka
Universe: Naruto
Pics: 500+
Type: Manga/Anime

Name: Tsunade Senju
Universe: Naruto
Pics: 400+
Type: Manga/Anime

Folder Link:
profile happy (00006).jpg profile happy (00006).jpg profile libido (00003).jpg profile happy (00003).jpg
 
Last edited:

Athilora

Member
Apr 13, 2018
100
85
All images have been well selected (mostly Japanese style) , AI image issue has been fixed.

Name: Hinata Hyuga
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Sakura Haruno
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Ino Yamanaka
Universe: Naruto
Pics: 500+
Type: Manga/Anime

Name: Tsunade Senju
Universe: Naruto
Pics: 400+
Type: Manga/Anime

Folder Link:
View attachment 3071943 View attachment 3071995 View attachment 3071996 View attachment 3071997
MEGA made be download every single picture from your folders separately which was very annoying. Maybe you could package them for the download?
 

Bao82

New Member
May 24, 2022
9
19
MEGA made be download every single picture from your folders separately which was very annoying. Maybe you could package them for the download?
Thank you for your suggestion. I will pack it together before uploading new girl packs next time.
 

Raijin0022

New Member
Nov 19, 2020
7
1
All images have been well selected (mostly Japanese style) , AI image issue has been fixed.

Name: Hinata Hyuga
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Sakura Haruno
Universe: Naruto
Pics: 700+
Type: Manga/Anime

Name: Ino Yamanaka
Universe: Naruto
Pics: 500+
Type: Manga/Anime

Name: Tsunade Senju
Universe: Naruto
Pics: 400+
Type: Manga/Anime

Folder Link:
View attachment 3071943 View attachment 3071995 View attachment 3071996 View attachment 3071997
Hi, when i download your pack, the BK_ini is "corrupted", it's normal ? or it's just me ? When i play, the game crash.
 

Bao82

New Member
May 24, 2022
9
19
New 4 girl packs.
Naruto Pack has been updated. the BK_ini fixed and some new images added.

Name: Mash Kyrielight
Universe: Fate
Pics: 700+
Type: Anime

Name: Tohsaka Rin
Universe: Fate
Pics: 800+
Type: Anime

Name: Matou Sakura
Universe: Fate
Pics: 800+
Type: Anime

Name: Artoria Pendragon
Universe: Fate
Pics: 900+
Type: Anime

Folder Link:
profile (00007).jpg profile libido (00024).jpg profile libido (00014).jpg profile libido (00036).jpg
 

Bao82

New Member
May 24, 2022
9
19
Hi, when i download your pack, the BK_ini is "corrupted", it's normal ? or it's just me ? When i play, the game crash.
Thank you for discovering the issue.
The problem caused by language fonts. You can delete unknown fonts in BK_ini or download updated BK_ini.
The future bk will be applicable to the general version.
 
Last edited:

stim

New Member
Mar 21, 2018
7
2
I need some help here. I'm trying to use the picture_namer but one of the event files is stopping me for Kaisa

I get
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/images/Kai'Sa (League of Legends)/Kai'Sa (League of Legends)/_events.rpy", line 21, in <module>
NameError: name 'Trait' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/images/Kai'Sa (League of Legends/_events.rpyc", line 20, in script
    �q�ؿYPP�;�AM#P�Sm�/ė�ϱ#V�    ��S��u@��i���Y�,��6�;X7��lvg��eŤ+�*��Yt�-#}���~���

whats the problem here? I'm really new to all this
 

Yasaki74

Member
Aug 21, 2020
107
118
I need some help here. I'm trying to use the picture_namer but one of the event files is stopping me for Kaisa

I get
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/images/Kai'Sa (League of Legends)/Kai'Sa (League of Legends)/_events.rpy", line 21, in <module>
NameError: name 'Trait' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/images/Kai'Sa (League of Legends/_events.rpyc", line 20, in script
    �q�ؿYPP�;�AM#P�Sm�/ė�ϱ#V�    ��S��u@��i���Y�,��6�;X7��lvg��eŤ+�*��Yt�-#}���~���

whats the problem here? I'm really new to all this
I think a .rpyc file can not be named? and can't be use for picture namer
it's an event file translated from the original rpy files for computers to read just in case if you want to know :)
so might as well either remove it(don't worry it will generate a new one as long there's a .rpy file in there) and leave it there don't make any changes to it
 
  • Like
Reactions: stim

kingthandra

Newbie
Jun 18, 2021
49
147
Chika Fujiwara.jpg

Name: Chika Fujiwara
Universe: Kaguya-sama wa Kokurasetai
Rank: A+ | 663 images

Fern.jpg

Name: Fern
Universe: Sousou no Frieren
Rank: A+ | 399 images

Frieren.jpg

Name: Frieren
Universe: Sousou no Frieren
Rank: B+ | 359 images

Will update both Fern/Frieren pack's until the anime end, but both packs are already good right now.

 

Nyx82

New Member
Oct 11, 2019
5
2
New 4 girl packs.
Naruto Pack has been updated. the BK_ini fixed and some new images added.

Name: Mash Kyrielight
Universe: Fate
Pics: 700+
Type: Anime

Name: Tohsaka Rin
Universe: Fate
Pics: 800+
Type: Anime

Name: Matou Sakura
Universe: Fate
Pics: 800+
Type: Anime

Name: Artoria Pendragon
Universe: Fate
Pics: 900+
Type: Anime

Folder Link:
View attachment 3084386 View attachment 3084387 View attachment 3084388 View attachment 3084390
can't unpack Artoria Pendragon.
does it work for you?
 

wobercenutrio

New Member
May 18, 2020
11
30
If anyone is interested, I have a updated wish list.

From league of legends:

Camille
Diana
Elise
Janna
Karma
Kayle
Leblanc
Lulu
Rell
Sejuani
Vayne
adult Zeri

from pokemon:

Delia ketchum
nurse joy
officer Jenny
New Pack:
portrait embar swim (00000).png

Name: Delia ketchum
Universe: Pokemon
Rank: A+ | 735 images + 53 vids/gifs

 
  • Red Heart
  • Like
Reactions: Nyx82 and stim

Bao82

New Member
May 24, 2022
9
19
Two new girls from Spy X Family.

Name: Yor Forger
Universe: Spy X Family
Pics: 1000+
Type: Anime

Name: Fiona Frost
Universe: Spy X Family
Pics: 400+
Type: Anime

Folder Link:
 
5.00 star(s) 1 Vote