Skip to content

handshake command

kbranch edited this page Dec 21, 2024 · 7 revisions

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

Direction: Magpie -> autotracker

Properties

  • features - A list of enabled 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
  • flags - A dictionary of LADXR settings and their values
  • version - The autotracker protocol version that Magpie is using
  • name - The name of the server software (Magpie)

Example

{
   "type":"handshake",
   "features":[
      "items",
      "checks",
      "entrances",
      "spoilers",
      "settings",
      "gps",
      "gfx"
   ],
   "flags": {
      "logic": "",
      "accessibility": "all",
      "race": false,
      "heartpiece": true,
      "seashells": true,
      "heartcontainers": true,
      "instruments": true,
      "tradequest": true,
      "witch": true,
      "rooster": true,
      "boomerang": "gift",
      "dungeon_items": "keysanity",
      "randomstartlocation": false,
      "dungeonshuffle": true,
      "entranceshuffle": "simple",
      "shufflejunk": false,
      "shuffleannoying": false,
      "shufflewater": false,
      "boss": "default",
      "miniboss": "default",
      "goal": "egg",
      "itempool": "",
      "hpmode": "default",
      "hardmode": "none",
      "steal": "always",
      "bowwow": "normal",
      "overworld": "normal",
      "owlstatues": "both",
      "superweapons": true,
      "nagmessages": false,
      "gfxmod": ""
   },
   "version":"1.1",
   "name": "magpie"
}
Clone this wiki locally