Hey, lads. Been playing around abit with the game and its looking neat. I kinda wanted to add some of my own girls to the game. And i know drag and drop works, but being anal fuck i kinda want to make em as good as I can. Been looking around for info on how to add em the "right" way but ive come up empty. I remeber finding something about way back when but I cant for the life of me find the info again. Could one of you point me in the right direction, if there is such a direction that is. xD
We didn't write any proper guides or explanations because we are only now coming up with a finalized version of stats, skill and image tags.
If you want to create characters for the next version, we do not have a properly setup image tagger yet

If you want to create your own character to play the Alpha, it's setup:
Get one of the taggers and tag images:
https://mega.co.nz/#!Glx1AC5A!GgLVP65QOiowHBbOE5Wf_c6_qoF2_6eThiM9lu39ZSwhttp://www.pinkpetal.org/index.php?topic=3405.0You should find and add at least one transparent battle_sprite tag for the Arena and it least one profile for defaults.
Then take a look at other native girls, they will all have data file, either their personal file or one large file for all or some combination of the two. Inside it's more or less the same stuff as in WM with a couple extras.
========================================
If you want to add your WM packs to PyTFall without making them native but still have more options, you can add two fields to .girlsx files:
status="free"
location="city"
They will be sent as free girls to the city to participate in girlsmeets. You will still have to add battle_sprite for the arena if you want them to fight. and prolly add occupation="Warrior" as well.
For example, this is how one of the WM girls looks in my current version:
<?xml version="1.0" encoding="utf-8"?>
<Girls>
<Girl
Name="Yoruichi Shihouin"
Desc="Bleach - *meow*"
Charisma="50"
Happiness="100"
Libido="60"
Constitution="50"
Intelligence="50"
Confidence="70"
Mana="20"
Agility="95"
Fame="0"
Level="0"
AskPrice="0"
House="0"
Exp="0"
Age="26"
Obedience="10"
Spirit="70"
Beauty="80"
Tiredness="0"
Health="100"
PCFear="0"
PCLove="0"
PCHate="0"
Anal="0"
Magic="0"
BDSM="0"
NormalSex="0"
Beastiality="0"
Group="0"
Lesbian="10"
Service="0"
Strip="10"
Combat="10"
Gold="25"
status="free"
location="city">
<Trait
Name="Big Boobs" />
<Trait
Name="Strong" />
<Trait
Name="Adventurer" />
<Trait
Name="Assassin" />
<Trait
Name="Great Figure" />
<Trait
Name="Fearless" />
<Trait
Name="Iron Will" />
<Trait
Name="Fleet of Foot" />
<Trait
Name="Tough" />
<Trait
Name="Long Legs" />
</Girl>
</Girls>