#faq
channel.#faq
channel.Documents/EmoTracker
.#faq
channel.Color | Meaning |
---|---|
Green | Fully accessible ("Normal") |
Blue | Visually checkable but not accessible ("Inspect") (Crossproduct-based trackers use Yellow for this) |
Yellow | Accessible via sequence-break/allowed glitches, or in dungeons, potentially clearable without being able to check every chest ("Sequence Break") (Crossproduct-based trackers use a darker color for the first purpose and Yellow for the second purpose) |
Orange | Partially-accessible - some portions are accessible, but some are inaccessible ("Partial") (Crossproduct-based trackers use Yellow for this) |
Red | Inaccessible ("None") |
Grey | Cleared |
Key | Function |
---|---|
F2 | Broadcast View |
F5 | Reset Tracker |
F11 | Toggle All-Locations Mode |
CTRL+S | Save |
CTRL+Shift+S | Save As... |
CTRL+O | Open |
CTRL+Z | Undo |
CTRL+Mouse Wheel | Zoom |
Documents/EmoTracker/application_settings.json
file, right after the "last_active_package"
line:"twitch_channel": "your_channel_name_here",
!hud
Command | Action |
---|---|
reset | Reset Tracker |
add username | Add Twitch username to edit list |
remove username | Remove Twitch username from edit list |
ban username | Ban Twitch username from edit list |
unban username | Unban Twitch username from edit list |
item | Track item |
item off | Deactivate/untoggle item , if applicable |
item down | Decrement item , if applicable |
item extra | Instruct item to acknowledge value in extra (e.g. !hud ether mm flags Ether as the Misery Mire medallion) |
application_colors.json
in Documents/EmoTracker
. The default colors are used here as examples:{
"accessibility_normal": "#00ff00",
"accessibility_inspect": "#6495ed",
"accessibility_sequencebreak": "#ffff00",
"accessibility_partial": "#ff8c00",
"accessibility_none": "#ff3030",
"accessibility_cleared": "#333333"
}