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
244
565
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.
 
  • Like
Reactions: Velomous and AdHyde
4.40 star(s) 8 Votes