----- CUSTOM ARTWORK GUIDE -----

All images must be in PNG (.png) or JPEG (.jpg) format and are scaled down internally to at most 600x600.
Animations in GIF (.gif) format are also supported. Note that large GIFs may slow down the game, which is why the animation is not played in tooltips and may not be over 10 MB in size.

In order to add your own images to the game, you first need to figure out where to put the files. For unique NPCs, the folder has the same name as the class. For reference, check:
https://github.com/Innoxia/liliths-throne-public/tree/master/src/com/lilithsthrone/game/character/npc

For generic characters (generated dynamically, e.g. slaves), you can create a "generic" folder (without quotation marks) and then create a subfolder using the in-game name of the character. The game will not check for duplicates, but reload images when you rename a character.

Once you found or created the character's folder, create a new subdirectory called "custom". This is where you put your images.

For the image names, you can add one of two prefixes: If the name starts with "partial" or "naked", it can only be seen after having sex with the character. All other images can always be accessed.
Also, when naming your images, there are certain key words which affect whether the image will be visible or not:
	#vagina - This image will only be displayed if the character has a vagina.
	#novagina - This image will only be displayed if the character does not have a vagina.
	#penis - This image will only be displayed if the character has a penis (ignoring dildos).
	#nopenis - This image will only be displayed if the character does not have a penis (ignoring dildos).
	#preg - This image will only be displayed if the character is visibly pregnant.
	#nopreg - This image will only be displayed if the character is not visibly pregnant.
	#udders - This image will only be displayed if udder content is turned on AND the character has udders or crotch-boobs.
	#noudders - This image will only be displayed if udder content is turned off OR the character does not have udders or crotch-boobs.

For example, adding an own image for the unique character Scarlett requires the following:
1) Go to the "Scarlett" folder and create a folder called "custom" inside it.
2) Put your .png or .jpg images within that folder.
3) Rename your images so that they all start with "clothed", "partial" or "naked", e.g. clothed1.jpg, clothed2.png and naked1.jpg.
4) Save and reload to apply the changes.

Another example for adding images to a randomized character:
1) Go inside the "generic" directory (create it if necessary).
2) Create a folder with the name of the NPC. Remember that automatically generated names aren't unique, so you may want to rename the character.
3) Create a subfolder called "custom".
4) Put your images inside it and rename them accordingly.
5) Save and reload to apply the changes. Alternatively, you can rename a slave to update that character only.


EXCEPTIONS:

Some unique NPCs have different folders based on their states:
- Brax has the folders 'Brax', 'Bree', and 'Brandi' based on his femininity (which changes by transforming him).
- Lilaya has the folders 'LilayaPale', 'LilayaLight', 'LilayaOlive', 'LilayaDark', 'LilayaEbony' for the variations of her skin tone (based on your character's starting skin tone).
- The folder for the player is called 'PlayerCharacter' and doesn't exist by default. The functionality is identical to NPCs.