summary refs log tree commit diff stats
path: root/data/maps/the_entry/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
commit1eacf01378d4dff3aed73fffcc42e0352b93835e (patch)
treea90fd3b0e829bab1acef32ffc63aafe1fafc61a9 /data/maps/the_entry/connections.txtpb
parente36aead557d767539326b230f9ba8b89b4d1d1df (diff)
downloadlingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.gz
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.bz2
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.zip
Trying out protobuf I guess
Diffstat (limited to 'data/maps/the_entry/connections.txtpb')
-rw-r--r--data/maps/the_entry/connections.txtpb160
1 files changed, 160 insertions, 0 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb new file mode 100644 index 0000000..fd1c729 --- /dev/null +++ b/data/maps/the_entry/connections.txtpb
@@ -0,0 +1,160 @@
1connections {
2 from_room: "Starting Room"
3 to_room: "Gallery Return"
4 door { name: "Gallery Entrance" }
5}
6connections {
7 from_room: "Starting Room"
8 to_room: "Trick Room"
9 door { name: "Trick Door" }
10}
11connections {
12 from_room: "Starting Room"
13 to_room: "Shop Entrance"
14 door { name: "Shop Entrance" }
15}
16connections {
17 from_room: "Starting Room"
18 to_room: "Entry Exit"
19 door { name: "Second Room Right Door" }
20}
21connections {
22 from_room: "Entry Exit"
23 to_room: "Right Eye"
24 door { name: "Right Eye Entrance" }
25}
26connections {
27 from_room: "Starting Room"
28 to_room: "Flipped Second Room"
29 door { name: "Flip Area Entrance" }
30}
31connections {
32 from_room: "Starting Room"
33 to_room: "Least Blue Last"
34 door { name: "L Room Entrance" }
35}
36connections {
37 from_room: "Starting Room"
38 to_room: "Parthenon Return"
39 door { name: "Parthenon Entrance" }
40}
41connections {
42 from_room: "Starting Room"
43 to_room: "D Room"
44 door { name: "D Room Entrance" }
45}
46connections {
47 from_room: "Starting Room"
48 to_room: "X Area"
49 door { name: "X Area Entrance" }
50}
51connections {
52 from_room: "Trick Room"
53 to_room: "Link Area"
54 door { name: "Link Area Entrance" }
55}
56connections {
57 from_room: "Trick Room"
58 to_room: "Shop Entrance"
59 door { name: "Trick To Shop Door" }
60}
61connections {
62 from_room: "Flipped Link Area"
63 to_room: "Flipped Pyramid Area"
64 door { name: "Flipped Pyramid Area Entrance" }
65}
66connections {
67 from_room: "Right Eye"
68 to_room: "Least Blue Last"
69 door { name: "Red Blue Area Left Door" }
70}
71connections {
72 from_room: "Flipped Second Room"
73 to_room: "Flipped Right Eye"
74 door { name: "Flipped Second Room Left Door" }
75}
76connections {
77 from { painting { room: "Flipped Second Room" name: "EYE" } }
78 to { painting { room: "Eye Room" name: "ENTER" } }
79 oneway: true
80}
81connections {
82 from { painting { room: "Eye Room" name: "EXIT" } }
83 to { painting { room: "Red Blue Halls" name: "EYE" } }
84 oneway: true
85}
86connections {
87 from_room: "Least Blue Last"
88 to_room: "Red Blue Halls"
89 door { name: "Red Blue Area Right Door" }
90}
91connections {
92 from_room: "Red Blue Halls"
93 to_room: "Wrath Area"
94 door { name: "Noon Door" }
95}
96connections {
97 from_room: "Red Blue Halls"
98 to_room: "Red Alcove"
99 door { name: "Scarf Door" }
100}
101connections {
102 from_room: "Wrath Area"
103 to_room: "Rabbit Hole"
104 door { name: "Rabbithole Door" }
105}
106connections {
107 from_room: "Wrath Area"
108 to_room: "Blue Alcove"
109 door { name: "Blue Alcove Entrance" }
110}
111connections {
112 from_room: "Red Alcove"
113 to_room: "Least Blue Last"
114 door { name: "Red Alcove Exit" }
115}
116connections {
117 from_room: "Blue Alcove"
118 to_room: "Least Blue Last"
119 door { name: "Red Alcove Exit" }
120}
121connections {
122 from_room: "Parthenon Return"
123 to_room: "Colored Doors Area"
124 door { name: "Colored Doors Area Entrance" }
125}
126connections {
127 from_room: "Colored Doors Area"
128 to_room: "Ctrl Tutorial"
129 door { name: "Orange Door Hider" }
130}
131connections {
132 from { painting { room: "Starting Room" name: "PAINS" } }
133 to { painting { room: "Ctrl Tutorial" name: "PAINS" } }
134 oneway: true
135}
136connections {
137 from { painting { room: "Least Blue Last" name: "PAINS" } }
138 to { painting { room: "Ctrl Tutorial" name: "PAINS" } }
139 oneway: true
140}
141connections {
142 from_room: "Ctrl Tutorial"
143 to_room: "Lime Room"
144 door { name: "Lime Room Entrance" }
145}
146connections {
147 from { painting { room: "Link Area" name: "NEAR" } }
148 to { painting { room: "Flipped Link Area" name: "NEAR" } }
149 oneway: true
150}
151connections {
152 from { painting { room: "Flipped Link Area" name: "FAR" } }
153 to { painting { room: "Link Area" name: "FAR" } }
154 oneway: true
155}
156connections {
157 from_room: "D Room"
158 to_room: "D Room Final"
159 door { name: "D Room Panels" }
160} \ No newline at end of file