FYI - Developers of girlpacks
I'm very thankful to the many authors of girlpacks! Thank you! Several of you have done dozens which is awesome!
I've downloaded several girlpacks recently to try them out and noticed that authors are still not following instructions. I've had to manually fix approximately 50% of the girlpacks that I've downloaded in the past.
Images folder
Should contain at least two key files:
portrait.jpg/.png - This image needs to be in 2:3 format 600 x 900 pixels (the width should be .666 of the height). If you can't resize to 600 x 900 while maintaining the images aspect ratio then you need to cut it to size better. This should be a full body image (standing usually). Most authors prefer clothed but I've seen a few nude ones as well.
portrait_small.jpg/.png - This image needs to be in 1:1 format. This means the height and width of the image should match. Examples: 600 x 600, 400 x 400, 750 x 750, etc. The game will resize the image to make it smaller so as long as the height and width match, it should look great. This should be a portrait of the girl's head, hair, and face.
If you aren't including lessons for the girl then you need to delete the two lesson folders from the 'Images' folder and the 'Lessons' folder from the 'Texts' folder.
Girl characteristics
You can't input whatever you want in the json fields (Description.json) and have it show up in game. The game looks for specific values and if the author doesn't use the specific values it will default to the first value in the default list.
“height” → represents the height of the girl in centimeters. Expects a number.
“bustType” → represents the bust type (size) of the girl.
Five possible values: “tiny”, “small”, ”medium”, “big” or “very_big”.
“eyeColor”→ represents the color of the eyes of the girl.
Five possible values: “black”, “brown”, “blue”, “green” or “hazel”.
“hairColor”→ represents the color of the hair of the girl.
Four possible values: “black”, “brunette”, “blond” or “red”.
“bodyType”→ represents the body type of the girl.
Five possible values: “petite”, “athletic”, “average”, “voluptuous” or “thick”.
“skinComplexion”→ represents the complexion of the skin of the girl.
Three possible values: “light”, “olive” or “dark”.
“age”→ represents the age of the girl. Expects a number above or equal to 18. Any number below 18 will be treated as 18.
For example, I see a lot of authors put "average" as the breast size. Since this value isn't in the list, it will default to "tiny" in game. For example, putting the hair color as "blonde" will cause the game to default the hair color to "black" in game (you have to use "blond").
I believe the author did it this way so that he could eventually sort and filter girls by their physical characteristics. This could also lead to customers having specific physical preferences. If authors can put whatever they want in those fields then they can't be used for sorting purposes.
FYI - I'm not trying to tell anyone what to do here, I'm just trying to be helpful!
Happy girlpack making!