From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- data/connections.txtpb | 179 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 data/connections.txtpb (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb new file mode 100644 index 0000000..a4f166f --- /dev/null +++ b/data/connections.txtpb @@ -0,0 +1,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 +} \ No newline at end of file -- cgit 1.4.1