Skip to content

handshake command

kbranch edited this page Jan 31, 2023 · 7 revisions

The handshake command tells the autotracker which features the user has enabled.

Valid features:

  • items - Whether inventory items should be reported
  • checks - Whether the status of check should be reported
  • entrances - Whether entrance mapping should be reported
  • spoilers - Whether the spoiler log should be extracted from the ROM and sent back
  • settings - Whether the settings short string should be extracted from the ROM and sent back
  • gps - Whether Link's coordinates and map should be reported
  • gfx - Whether the name of the active graphics pack should be extracted from the ROM and reported

Direction: Magpie -> autotracker

Example:

{
   "type":"handshake",
   "features":[
      "items",
      "checks",
      "entrances",
      "spoilers",
      "settings",
      "gps",
      "gfx"
   ],
   "version":"1.0"
}
Clone this wiki locally