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