emotracker-documentation

discord is not documentation


Project maintained by Xkeeper0 Hosted on GitHub Pages — Theme by mattgraham

Customizing EmoTracker

Pack Overrides

Overrides allow you to change specific files (images, etc) within a pack without having to edit the pack itself.

Overrides are stored in Documents\EmoTracker\user_overrides\<pack_name>. You can open this folder in EmoTracker by going to Settings Settings → Advanced → Open Override Folder

To know where to place specific files, you will need to see where they are stored in the pack itself.

Changing colors used for tracking

The colors used for locations on maps can be changed. Simply create a new JSON file at Documents\EmoTracker\application_colors.json, with any of the following keys you want to change:

This example file has the default colors for easy editing:

{
  "accessibility_normal": "#00ff00",
  "accessibility_sequencebreak": "#ffff00",
  "accessibility_inspect": "#6495ed",
  "accessibility_none": "#ff0000",
  "accessibility_partial": "#ff8c00",
  "accessibility_cleared": "#333333"
}