> For the complete documentation index, see [llms.txt](https://kosmx.gitbook.io/emotecraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kosmx.gitbook.io/emotecraft/quark-emotes/about-quark-emotes.md).

# About Quark emotes

Quark format is hard to understand as a computer, easy to create infinite loops or other sorts of unwanted things.

Because of this, the tool is unstable and I will not remove the unstable warning.

The tool is only active at the emote import time, after it, you can play the emotes without the risk of crashing and your client will sync it over the server. No other users have to enable the tool.

Mainly it converts the Quark emote to keyframes, to Emotecraft's format.

You need to put quark emotes to Emotecraft's emotes folder (and not Quark's emotes folder)

It can only process rotation.

If you want to have some default emotes without working hard, you can download the Quark emotes from the Quark [source](https://github.com/Vazkii/Quark) (`src/main/resources/assets/quark/emotes`)

{% hint style="danger" %}
the clap emote is incorrect, without fixing it, it won't be imported\
the last left\_arm\_x should be left\_arm\_y
{% endhint %}

I tested the tool on these emotes, these are working

If you find a not working quark emote, please send it to me, and report the issue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kosmx.gitbook.io/emotecraft/quark-emotes/about-quark-emotes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
