Skip to content

entrance command

kbranch edited this page Feb 3, 2023 · 2 revisions

The entrance command contains information about how entrances are mapped.

Direction: autotracker -> Magpie

Properties

  • refresh - Whether Magpie should refresh the UI immediately after receipt. Generally disabled for performance when sending multiple commands back to back
  • diff - Whether the mappings listed should be added to or replace current values. Currently ignored and treated as if true
  • entranceMap - A dictionary of entrance names and where they lead to. Names are from LADXR's source

Examples

{
   "type":"entrance",
   "refresh":true,
   "diff":true,
   "entranceMap":{
      "d8":"d8",
      "fire_cave_exit":"fire_cave_exit",
      "fire_cave_entrance":"fire_cave_entrance",
      "madbatter_taltal":"rooster_grave",
      "left_taltal_entrance":"left_taltal_entrance",
      "obstacle_cave_entrance":"obstacle_cave_entrance",
      "left_to_right_taltalentrance":"left_to_right_taltalentrance",
      "obstacle_cave_outside_chest":"obstacle_cave_outside_chest",
      "obstacle_cave_exit":"obstacle_cave_exit",
      "papahl_entrance":"papahl_entrance",
      "multichest_left":"multichest_left",
      "multichest_right":"multichest_right",
      "multichest_top":"multichest_top",
      "right_taltal_connector1":"right_taltal_connector1",
      "right_taltal_connector2":"right_taltal_connector2",
      "right_taltal_connector3":"right_taltal_connector3",
      "right_taltal_connector4":"right_taltal_connector4",
      "right_taltal_connector5":"right_taltal_connector5",
      "right_taltal_connector6":"right_taltal_connector6",
      "d7":"d7",
      "writes_cave_left":"writes_cave_left",
      "writes_cave_right":"writes_cave_right",
      "writes_house":"madbatter_taltal",
      "d2":"d2",
      "moblin_cave":"trendy_shop",
      "mambo":"animal_house3",
      "heartpiece_swim_cave":"castle_upper_right",
      "raft_house":"raft_house",
      "hookshot_cave":"prairie_madbatter",
      "toadstool_exit":"toadstool_exit",
      "forest_madbatter":"prairie_left_cave1",
      "toadstool_entrance":"toadstool_entrance",
      "graveyard_cave_right":"graveyard_cave_right",
      "d0":"d0",
      "castle_jump_cave":"boomerang_cave",
      "castle_main_entrance":"castle_main_entrance",
      "castle_upper_left":"castle_upper_left",
      "castle_upper_right":"desert_cave",
      "papahl_house_right":"papahl_house_right",
      "dream_hut":"heartpiece_swim_cave",
      "rooster_grave":"castle_jump_cave",
      "shop":"banana_seller",
      "kennel":"start_house",
      "start_house":"moblin_cave",
      "trendy_shop":"witch",
      "prairie_left_cave1":"hookshot_cave",
      "prairie_left_cave2":"bird_cave",
      "mamu":"mamu",
      "d3":"d3",
      "seashell_mansion":"animal_cave",
      "prairie_right_cave_top":"prairie_right_cave_top",
      "prairie_right_cave_bottom":"prairie_right_cave_bottom",
      "prairie_right_cave_high":"prairie_right_cave_high",
      "armos_maze_cave":"animal_house5",
      "armos_temple":"prairie_left_cave2",
      "d1":"d1",
      "boomerang_cave":"shop",
      "banana_seller":"ghost_house",
      "ghost_house":"armos_maze_cave",
      "richard_house":"richard_house",
      "richard_maze":"richard_maze",
      "prairie_madbatter_connector_entrance":"prairie_madbatter_connector_entrance",
      "prairie_madbatter_connector_exit":"prairie_madbatter_connector_exit",
      "prairie_madbatter":"kennel",
      "d5":"d5",
      "animal_house3":"armos_temple",
      "animal_house5":"forest_madbatter",
      "animal_cave":"dream_hut",
      "desert_cave":"writes_house"
   }
}
Clone this wiki locally