From d2bc5b2811171685e8bdc895122987b53defcf0a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 30 Aug 2025 12:00:03 -0400 Subject: 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. --- data/ids.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/ids.yaml') diff --git a/data/ids.yaml b/data/ids.yaml index 39bdfde..0e49b59 100644 --- a/data/ids.yaml +++ b/data/ids.yaml @@ -1037,6 +1037,7 @@ maps: Near Sweet Blue Door: 1573 Near Sweet Brown Door: 1561 Near Yellow Room Door: 1565 + North Castle Panel: 2742 O2 Room Back Door: 1485 Orange Rainbow Panel: 2267 Orange Rainbow Room: 1535 @@ -1064,6 +1065,7 @@ maps: Purple NW Vestibule: 1459 Purple Rainbow Panel: 2271 Purple Rainbow Room: 1539 + Purple Room: 2741 Purple Room East Entrance: 1472 Purple Room North Entrance: 1469 Purple Room South Entrance: 1470 @@ -1088,6 +1090,7 @@ maps: Snake Room Entrance: 1514 South Castle Area Back Door: 1574 South Castle Area Entrance: 1575 + South Castle Panel: 2744 Southwest Area Intersection: 1475 Splintering Exit Left Door: 1449 Splintering Exit Right Door: 1450 @@ -1109,6 +1112,7 @@ maps: U2 Room Shortcut: 1493 Welcome Back Door: 1435 Welcome Back Secret Door: 1434 + West Castle Panel: 2743 White Hallway From Entry: 1488 Wonderland Left Door: 1520 Wonderland Right Door: 1504 @@ -3641,6 +3645,7 @@ maps: Black Alcove: 2265 Brown Alcove: 1255 Digital Entrance: 1257 + East Room 1: 2740 East Room 1 Entrance: 1251 Hero Room Entrance: 1252 Jay Painting: 1253 -- cgit 1.4.1