discord is not documentation
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 → Advanced → Open Override Folder
To know where to place specific files, you will need to see where they are stored in the pack itself.
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:
accessibility_normalaccessibility_sequencebreakaccessibility_inspectaccessibility_noneaccessibility_partialaccessibility_clearedstatus_generic_activestatus_generic_successstatus_generic_warningstatus_generic_errorThis 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"
}