diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 12:00:03 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-30 12:00:03 -0400 |
commit | d2bc5b2811171685e8bdc895122987b53defcf0a (patch) | |
tree | dabf111e8d4ba8caceee46189075968e223e3ee8 /data/maps/the_unyielding | |
parent | 3b77044a6a53d38a6960eb2a5855283a00b24d75 (diff) | |
download | lingo2-archipelago-d2bc5b2811171685e8bdc895122987b53defcf0a.tar.gz lingo2-archipelago-d2bc5b2811171685e8bdc895122987b53defcf0a.tar.bz2 lingo2-archipelago-d2bc5b2811171685e8bdc895122987b53defcf0a.zip |
Changed how door location names are formatted
STANDARD type doors with at most four panels in the same map area and no other trigger objects will have their location names generated from the names of the panels used to open the door, similar to Lingo 1. Other door types will use the door's name. In either case, the name can be overridden using the new location_name field. Rooms can also set a panel_display_name field, which will be used in location names for doors, and is used to group panels into areas. Panels themselves can set display names, which differentiates their locations from other panels in the same area. Many maps were updated for this, but note that the_symbolic and the_unyielding have validator failures because of duplicate panel names. This won't matter until panelsanity is implemented.
Diffstat (limited to 'data/maps/the_unyielding')
-rw-r--r-- | data/maps/the_unyielding/doors.txtpb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/maps/the_unyielding/doors.txtpb b/data/maps/the_unyielding/doors.txtpb index b969c0b..46da45c 100644 --- a/data/maps/the_unyielding/doors.txtpb +++ b/data/maps/the_unyielding/doors.txtpb | |||
@@ -183,6 +183,21 @@ doors { | |||
183 | panels { room: "Central Connected Area" name: "CHIN" } | 183 | panels { room: "Central Connected Area" name: "CHIN" } |
184 | panels { room: "Central Connected Area" name: "DING" } | 184 | panels { room: "Central Connected Area" name: "DING" } |
185 | location_room: "Central Connected Area" | 185 | location_room: "Central Connected Area" |
186 | location_name: "East Room 2" | ||
187 | } | ||
188 | doors { | ||
189 | name: "East Room 1" | ||
190 | type: LOCATION_ONLY | ||
191 | panels { room: "East Room 1" name: "CHIN" } | ||
192 | panels { room: "East Room 1" name: "HEAT" } | ||
193 | panels { room: "East Room 1" name: "END" } | ||
194 | panels { room: "East Room 1" name: "FLY" } | ||
195 | panels { room: "East Room 1" name: "OUCH" } | ||
196 | panels { room: "East Room 1" name: "HAG" } | ||
197 | panels { room: "East Room 1" name: "TIN" } | ||
198 | panels { room: "East Room 1" name: "RID" } | ||
199 | panels { room: "East Room 1" name: "TUG" } | ||
200 | location_room: "East Room 1" | ||
186 | } | 201 | } |
187 | doors { | 202 | doors { |
188 | name: "Orange Alcove" | 203 | name: "Orange Alcove" |
@@ -199,6 +214,7 @@ doors { | |||
199 | } | 214 | } |
200 | doors { | 215 | doors { |
201 | name: "Black Alcove" | 216 | name: "Black Alcove" |
217 | type: EVENT | ||
202 | panels { room: "Star Rooms" name: "TURN" } | 218 | panels { room: "Star Rooms" name: "TURN" } |
203 | panels { room: "Central Connected Area" name: "HAD" } | 219 | panels { room: "Central Connected Area" name: "HAD" } |
204 | panels { room: "Central Connected Area" name: "SOW" } | 220 | panels { room: "Central Connected Area" name: "SOW" } |
@@ -218,6 +234,7 @@ doors { | |||
218 | panels { room: "Northeast Room 1" name: "CAR" } | 234 | panels { room: "Northeast Room 1" name: "CAR" } |
219 | panels { room: "Northeast Room 1" name: "SIR" } | 235 | panels { room: "Northeast Room 1" name: "SIR" } |
220 | location_room: "Northeast Room 1" | 236 | location_room: "Northeast Room 1" |
237 | location_name: "Northeast Room 1" | ||
221 | } | 238 | } |
222 | doors { | 239 | doors { |
223 | name: "Northeast Corner Behind" | 240 | name: "Northeast Corner Behind" |
@@ -245,6 +262,7 @@ doors { | |||
245 | panels { room: "Northwest Room" name: "HER" } | 262 | panels { room: "Northwest Room" name: "HER" } |
246 | panels { room: "Northwest Room" name: "DAM" } | 263 | panels { room: "Northwest Room" name: "DAM" } |
247 | location_room: "Northwest Room" | 264 | location_room: "Northwest Room" |
265 | location_name: "Northwest Room" | ||
248 | } | 266 | } |
249 | doors { | 267 | doors { |
250 | name: "Cyan Alcove" | 268 | name: "Cyan Alcove" |
@@ -274,6 +292,7 @@ doors { | |||
274 | panels { room: "Southwest Room 3" name: "HOST" } | 292 | panels { room: "Southwest Room 3" name: "HOST" } |
275 | panels { room: "Southwest Room 3" name: "MUG" } | 293 | panels { room: "Southwest Room 3" name: "MUG" } |
276 | location_room: "Southwest Room 3" | 294 | location_room: "Southwest Room 3" |
295 | location_name: "Southwest Room 3" | ||
277 | } | 296 | } |
278 | doors { | 297 | doors { |
279 | name: "Southwest Room 2 Entrance" | 298 | name: "Southwest Room 2 Entrance" |
@@ -293,6 +312,7 @@ doors { | |||
293 | panels { room: "Southwest Room 2" name: "ION" } | 312 | panels { room: "Southwest Room 2" name: "ION" } |
294 | panels { room: "Southwest Room 2" name: "INN" } | 313 | panels { room: "Southwest Room 2" name: "INN" } |
295 | location_room: "Southwest Room 2" | 314 | location_room: "Southwest Room 2" |
315 | location_name: "Southwest Room 2" | ||
296 | } | 316 | } |
297 | doors { | 317 | doors { |
298 | name: "Southwest 4" | 318 | name: "Southwest 4" |
@@ -411,6 +431,7 @@ doors { | |||
411 | panels { room: "Central Connected Area" name: "SON (1)" } | 431 | panels { room: "Central Connected Area" name: "SON (1)" } |
412 | panels { room: "Central Connected Area" name: "URGE" } | 432 | panels { room: "Central Connected Area" name: "URGE" } |
413 | location_room: "Central Connected Area" | 433 | location_room: "Central Connected Area" |
434 | location_name: "Northeast Room 2" | ||
414 | } | 435 | } |
415 | doors { | 436 | doors { |
416 | name: "South Right Painting" | 437 | name: "South Right Painting" |