updated example mod and docs for new clothing texture layouts

This commit is contained in:
Ell 2023-04-24 11:44:12 +02:00
parent da0fb63841
commit 01a054b2e7
2 changed files with 4 additions and 3 deletions

View file

@ -18,10 +18,11 @@ When creating textures, either for custom mods or to change the game's default t
- Clothes have multiple poses that they have to be compatible with, some of which have multiple animation frames. The ordering and positioning of these frames cannot be changed, so it's best to use the reference textures below for creating news clothes and hairstyles.
- Clothes have four rotations, which are laid out in a Right-Down-Left-Up fashion.
- When layers are laid out for clothes, each layer should contain the Right-Down-Left-Up ordering before the next layer is started.
- Different clothing types use different sets of poses, since some of them can be reused in different cases. For example, since all working poses use the same arm animations, tops only need one working animation.
- Different clothing types and age groups use different sets of poses, since some of them can be reused in different cases. For example, since all working poses use the same arm animations, tops only need one working animation.
- Hair, facial hair, accessories, head accessories and face accessories only use the four walking frames as well as the laying pose.
- Tops and arm accessories only use the four walking frames, the laying pose, and the two working frames.
- Pants and shoes only use the four walking frames, the sitting pose, and the sitting on ground pose.
- Tops and arm accessories only use the four walking frames, the laying pose, the two working frames, and the four walking with arms out frames. Tops for babies additionally include a frame for sitting.
- Pants and shoes only use the four walking frames, the sitting pose, and the sitting on ground pose. Pants and shoes for babies additionally include frames for sleeping and standing.
- Babies don't use the walking with arms out frames at all.
![](../media/person.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB