PCC Canvas โ
A PCC is a sprite sheet made of 32ร48 tiles. Each row represents a direction, and each column represents a frame.

Layers & Path โ
PCC parts use the following layer order:
- hairbk
- mantle
- body
- undie
- boots
- pants
- cloth
- chest
- belt
- glove
- eye
- hair
- subhair
- face
- head
- etc
- mantlebk
hairbk and mantlebk are the back views of their respective layers.
Naming โ
PCC parts must follow this format: pcc_layer_uniqueId.png
Examples:
pcc_face_mypccmod01pcc_cloth_customwardrobe3
The uniqueId must:
- be unique to avoid conflicts
- not contain underscores (
_)
File Location โ
Place PCC files in Actor/PCC/female folder inside your mod package.
Oversized Canvas โ
To create tiles other than 32ร48, install the Variable Sprite Support mod.