4.40 star(s) 8 Votes

glasslip9999

New Member
Aug 4, 2019
3
2
I cannot work this shit out, I downloaded and installed some girl pack.

Because instructions were quite unclear I just extracted them in Characters and Resources\Characters both just to be sure, but in game I don't see any girls.
View attachment 4056696

It says it doesn't find any girlsx files, but they're right fucking there! where it's supposed to be looking for them!

I'm just about ready to write this game off as unplayable garbage... Because that's literally what I'm sitting up with.

Edit: Ok, so I removed the zip file which was sitting in the characters folder along with the girlsx files; and then one of the girls shows up. So apparently stray files in the cahracters folder breaks the game?
As far as I remember there are 2 types of girlpacks: rgirlsx and girlsx, the 1st one is for random generated girls (they have random name, stats, traits and use general art), 2nd one is for unique girls (they have set name, stats, traits and use unique art). There are different ways to find girls like: buy, find them in catacombs, walk in a city, kidnap, give birth.

The version in this thread is old, you might wanna check the updated version from . It's fan made and I'm not sure if it's actually better but definitely worth looking into. Besides, it's open source and you might learn stuff you need.
Girlpacks are hard to find nowadays, but best place is their forum (pinkpetal), many links are dead but some still work.
 
  • Like
Reactions: Velomous

Yukino

Member
Donor
Jun 22, 2017
247
571
I cannot work this shit out, I downloaded and installed some girl pack.

Because instructions were quite unclear I just extracted them in Characters and Resources\Characters both just to be sure, but in game I don't see any girls.
View attachment 4056696

It says it doesn't find any girlsx files, but they're right fucking there! where it's supposed to be looking for them!

I'm just about ready to write this game off as unplayable garbage... Because that's literally what I'm sitting up with.

Edit: Ok, so I removed the zip file which was sitting in the characters folder along with the girlsx files; and then one of the girls shows up. So apparently stray files in the cahracters folder breaks the game?
I know my answer is a bit late but maybe it helps some people still playing the game.
I'm using version 6.04.01 as example, because that is the version i use
check the config.xml in your main folder with any text editor, there is a section right at the beginning, that looks like this

<Folders
Characters="\Resources\Characters"
Saves="\Saves"
DefaultImages="\DefaultImages"
Items="\Resources\Items"
BackupSaves="false"
PreferDefault="true" />

The first line tells you where your characters are supposed to be.
in this (my) case, the content of the folder Resources looks like this
1736426805957.png
The content of the character folder should look like this (an example with only 6 unique and 1 random girl)
1736427003606.png
The content of the girlsx files could look like this (these are examples, they might look different with spacing and linebreaks)

<Girls>
<Girl
Name="D Va"
FirstName="D. Va"
MiddleName="Hana"
Surname="Song"
...
rgirlsx files like this
<Girls>
<Girl Name="Musume Sexbot" Desc="The latest generation of futuristic sexbot, ...

important is in all cases this part
<Girl
Name="D Va"
or
<Girl Name="Musume Sexbot"
because it defines the folder name where the pictures are.
FirstName and so on are the names used ingame.

With that the game should find the girls and display them correctly.
Of course the names of the pictures should be correct for the naming conventions of the game, it recognizes only some specific file names. (they should start with the category they are meant to be displayed in and after that can be anything else, so anal1.jpg works as well as anal-ihatethisgame9001.jpg)
gifs usually work, movie files do not, at least in this version, they might in newer fan versions of the game.
 

Sappog08

Newbie
Dec 1, 2020
18
4
Does anyone know what actions can be given images and how? My first thought is that this is similar to Brothel King, but I don't know what names or actions can i write in the picture's name to make it read by the game system (Any guide is appreciated, thanks). Because, well. Most of the game's image links are dead and might as well make my own or something, IDK. Oh and beginner's guide would be nice too.
 

gameboy2510

Newbie
Jul 11, 2018
70
30
Does anyone know what actions can be given images and how? My first thought is that this is similar to Brothel King, but I don't know what names or actions can i write in the picture's name to make it read by the game system (Any guide is appreciated, thanks). Because, well. Most of the game's image links are dead and might as well make my own or something, IDK. Oh and beginner's guide would be nice too.
Sex 21 or Sex (21)

Tags.png
 
  • Like
Reactions: jrok

gameboy2510

Newbie
Jul 11, 2018
70
30
images are easy just time consuming give it a tag and put it in a folder named after the character. Next use WMEdit.8.32.exe or notepad to make the girlsx file the important thing is where you set the character to spawn by setting Status="Slave"> for slave market, "Normal" to be captured by gang, "Catacombs" from captured in Catacomb raids, "Your Daughter" your kids. Also join the discord
 

jrok

New Member
Nov 19, 2019
11
1
images are easy just time consuming give it a tag and put it in a folder named after the character. Next use WMEdit.8.32.exe or notepad to make the girlsx file the important thing is where you set the character to spawn by setting Status="Slave"> for slave market, "Normal" to be captured by gang, "Catacombs" from captured in Catacomb raids, "Your Daughter" your kids. Also join the discord
Very true information gameboy2510 ! Discord is being a pain for me to get to. I might start doing some work on Pinkpetal also.
 

Darin68

Member
Jan 4, 2018
276
116
Cipher's Gallery, every pack he has is gone. too bad, I would really like to have some of them.
 

jrok

New Member
Nov 19, 2019
11
1
As far as I remember there are 2 types of girlpacks: rgirlsx and girlsx, the 1st one is for random generated girls (they have random name, stats, traits and use general art), 2nd one is for unique girls (they have set name, stats, traits and use unique art). There are different ways to find girls like: buy, find them in catacombs, walk in a city, kidnap, give birth.

The version in this thread is old, you might wanna check the updated version from . It's fan made and I'm not sure if it's actually better but definitely worth looking into. Besides, it's open source and you might learn stuff you need.
Girlpacks are hard to find nowadays, but best place is their forum (pinkpetal), many links are dead but some still work.
Also Giving birth adds a your daughter. she shows in the game when she is 18.
 

jrok

New Member
Nov 19, 2019
11
1
Cipher's Gallery, every pack he has is gone. too bad, I would really like to have some of them.
Sad he did move on from Whoremaster. Did you look him up on Venus Strip? He might have done some work there as Capt C did.
 

jrok

New Member
Nov 19, 2019
11
1
I know my answer is a bit late but maybe it helps some people still playing the game.
I'm using version 6.04.01 as example, because that is the version i use
check the config.xml in your main folder with any text editor, there is a section right at the beginning, that looks like this

<Folders
Characters="\Resources\Characters"
Saves="\Saves"
DefaultImages="\DefaultImages"
Items="\Resources\Items"
BackupSaves="false"
PreferDefault="true" />

The first line tells you where your characters are supposed to be.
in this (my) case, the content of the folder Resources looks like this
View attachment 4425872
The content of the character folder should look like this (an example with only 6 unique and 1 random girl)
View attachment 4425882
The content of the girlsx files could look like this (these are examples, they might look different with spacing and linebreaks)

<Girls>
<Girl
Name="D Va"
FirstName="D. Va"
MiddleName="Hana"
Surname="Song"
...
rgirlsx files like this
<Girls>
<Girl Name="Musume Sexbot" Desc="The latest generation of futuristic sexbot, ...

important is in all cases this part
<Girl
Name="D Va"
or
<Girl Name="Musume Sexbot"
because it defines the folder name where the pictures are.
FirstName and so on are the names used ingame.

With that the game should find the girls and display them correctly.
Of course the names of the pictures should be correct for the naming conventions of the game, it recognizes only some specific file names. (they should start with the category they are meant to be displayed in and after that can be anything else, so anal1.jpg works as well as anal-ihatethisgame9001.jpg)
gifs usually work, movie files do not, at least in this version, they might in newer fan versions of the game.
Correct on the location of the Characters & Items in WM7 versions. Also movies do work in WM7.
 
4.40 star(s) 8 Votes