# Other options

You can open this menu with the Other options on the top right

{% tabs %}
{% tab title="Basic" %}

* **Dark fast-menu**\
  makes the fast-choose wheel darker.
* **Enable 3rd person perspective while playing an emote**\
  Emotecraft will switch to 3rd person perspective when you start playing an emote\
  It will switch back when the emote is over and you didn't switch perspective while the emote was playing
* **Load built-in emotes**\
  If you don't want to load built-in emotes for some reason, this option is for you
* **Show icons instead of emote names**\
  If the emote has an icon, it will show in the fast-choose wheel instead of its name
* **Enable quark serializer**\
  It can load emotes with Vazkii's [quark](https://quark.vazkii.net/) mod [format](https://youtu.be/ourHUkan6aQ).\
  It will create a warning when you leave a menu. [more about that](/emotecraft/quark-emotes/about-quark-emotes.md)
  {% endtab %}

{% tab title="Expert" %}

* **Debug**\
  It will create additional logs in the Minecraft logs
* **Enable player safety feature**\
  If you mute a player on the Social interaction screen, it will disable emotes from that player
* **Validate emote + Validation threshold**\
  Emotecraft does allow to shift body parts or the whole body. But cheaters can use this to "cheat" make too much offset.\
  If this is enabled, it will allow emotes only with less offset than the `threshold config`
* **Stop emote at this speed threshold**\
  If you are moving faster than this, your emote will stop playing\
  set it to a big value if you don't want to stop emote play while walking
* **Y axis moving influence in stop threshold in percents(%)**\
  The vertical speed influence in the stop speed calculation
* **Enable Perspective Mod Redux integration**\
  Only available if [Perspective Mod Redux](https://www.curseforge.com/minecraft/mc-mods/perspective-mod-redux) is installed.\
  Instead of 3rd person view, it will be turned on when playing an emote
  {% endtab %}
  {% endtabs %}

Note: [that](https://youtu.be/ourHUkan6aQ) youtube video is the only documentation about quart format.


---

# Agent Instructions: 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:

```
GET https://kosmx.gitbook.io/emotecraft/manual/other-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
