about summary refs log tree commit diff stats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
...
* Added the_ancientStar Rauchenberger2025-08-076-0/+51
* Assigned IDs for four_roomsStar Rauchenberger2025-08-074-6/+188
* Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdataStar Rauchenberger2025-08-0710-19/+383
|\
| * Added four_roomsStar Rauchenberger2025-08-0710-19/+383
* | Added special IDsStar Rauchenberger2025-08-071-0/+104
|/
* Assign AP IDs to doors and panelsStar Rauchenberger2025-08-071-0/+531
* Started apworldStar Rauchenberger2025-08-071-0/+34
* Process the rest of the defined protosStar Rauchenberger2025-08-073-5/+17
* Protobuf works! Parsing connectionsStar Rauchenberger2025-08-071-1/+1
* Trying out protobuf I guessStar Rauchenberger2025-08-0756-989/+1314
* Mapped out The EntryStar Rauchenberger2025-08-0428-0/+989
3 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
connections {
  from {
    panel {
      map: "the_entry"
      room: "Starting Room"
      name: "HI"
      answer: "thewords"
    }
  }
  to {
    room {
      map: "the_entry"
      name: "Entrance"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Gallery Return"
      name: "GALLERY"
    }
  }
  to {
    port {
      map: "the_gallery"
      room: "Main Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Shop Entrance"
      name: "SHOP"
    }
  }
  to {
    port {
      map: "the_shop"
      room: "Shop"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    painting {
      map: "the_entry"
      room: "Right Eye"
      name: "PSYCHIC"
    }
  }
  to {
    room {
      map: "the_partial"
      name: "Entrance"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Flipped Second Room"
      name: "FOUR"
    }
  }
  to {
    port {
      map: "the_four_rooms"
      room: "Entry Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Eye Room"
      name: "LIONIZED"
    }
  }
  to {
    port {
      map: "the_lionized"
      room: "Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Least Blue Last"
      name: "DARKROOM"
    }
  }
  to {
    port {
      map: "the_darkroom"
      room: "First Room"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Parthenon Return"
      name: "PARTHENON"
    }
  }
  to {
    port {
      map: "the_parthenon"
      room: "Area"
      name: "ENTRY"
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Lime Room"
      name: "DAEDALUS"
    }
  }
  to {
    port {
      # TODO
      map: "daedalus"
      room: ""
      name: ""
    }
  }
}
connections {
  from {
    port {
      map: "the_entry"
      room: "Lime Room"
      name: "REVITALIZED"
    }
  }
  to {
    port {
      map: "the_revitalized"
      room: "Entrance"
      name: "PARTHENON"
    }
  }
  oneway: true
}
connections {
  from {
    painting {
      map: "the_entry"
      room: "Link Area"
      name: "PYRAMID"
    }
  }
  to {
    room {
      map: "the_wise"
      name: "Entrance"
    }
  }
  oneway: true
}