This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Gestus/FILE_FORMAT.md

20 lines
551 B
Markdown
Raw Permalink Normal View History

2020-08-11 21:00:26 +00:00
# File Format
- All emotes are stored in ``data/<namespace>/emotes/<path>.emote``
- All lines that start with ``#`` are comments
- Every non-comment line represents a frame of animation
- In ideal conditions emotes run at 20FPS
- All frames are made up of part rotations separated by spaces
- Parts can only be specified once in a frame
2020-08-15 03:31:51 +00:00
- If a line is ``maintain``, it will copy the previous frame
2020-08-11 21:00:26 +00:00
## Part Rotation Format
```
<part> <yaw> <pitch> <roll>
```
## Available Parts
- ``left_leg``
- ``right_leg``
- ``left_arm``
- ``right_arm``
2020-08-15 03:31:51 +00:00
- ``body``