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/maps/the_owl/rooms/Blue Room.txtpb | 1 - data/maps/the_owl/rooms/Connected Area.txtpb | 1 - data/maps/the_owl/rooms/Magenta Hallway.txtpb | 1 - data/maps/the_owl/rooms/R1C4 Left.txtpb | 1 - data/maps/the_owl/rooms/R2C1 Left.txtpb | 1 - data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 1 - data/maps/the_owl/rooms/R2C2 Top.txtpb | 1 - data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb | 1 - data/maps/the_owl/rooms/Z Room.txtpb | 1 - 9 files changed, 9 deletions(-) (limited to 'data/maps/the_owl') diff --git a/data/maps/the_owl/rooms/Blue Room.txtpb b/data/maps/the_owl/rooms/Blue Room.txtpb index 7c2d69a..a7298cd 100644 --- a/data/maps/the_owl/rooms/Blue Room.txtpb +++ b/data/maps/the_owl/rooms/Blue Room.txtpb @@ -1,5 +1,4 @@ name: "Blue Room" -display_name: "Owl" panels { name: "SKY" path: "Panels/Colors/owl_7" diff --git a/data/maps/the_owl/rooms/Connected Area.txtpb b/data/maps/the_owl/rooms/Connected Area.txtpb index 18388be..5862d59 100644 --- a/data/maps/the_owl/rooms/Connected Area.txtpb +++ b/data/maps/the_owl/rooms/Connected Area.txtpb @@ -1,5 +1,4 @@ name: "Connected Area" -display_name: "Owl" panels { name: "MODE" path: "Panels/Noncritical/owl_12" diff --git a/data/maps/the_owl/rooms/Magenta Hallway.txtpb b/data/maps/the_owl/rooms/Magenta Hallway.txtpb index 58a4a5d..ccbdc1c 100644 --- a/data/maps/the_owl/rooms/Magenta Hallway.txtpb +++ b/data/maps/the_owl/rooms/Magenta Hallway.txtpb @@ -1,5 +1,4 @@ name: "Magenta Hallway" -display_name: "Owl" ports { name: "STURDY" path: "Components/Warps/worldport3" diff --git a/data/maps/the_owl/rooms/R1C4 Left.txtpb b/data/maps/the_owl/rooms/R1C4 Left.txtpb index 73c1520..3714842 100644 --- a/data/maps/the_owl/rooms/R1C4 Left.txtpb +++ b/data/maps/the_owl/rooms/R1C4 Left.txtpb @@ -1,5 +1,4 @@ name: "R1C4 Left" -display_name: "Owl" panels { name: "WALK" path: "Panels/Noncritical/owl_5" diff --git a/data/maps/the_owl/rooms/R2C1 Left.txtpb b/data/maps/the_owl/rooms/R2C1 Left.txtpb index 0f9a2b5..72e7331 100644 --- a/data/maps/the_owl/rooms/R2C1 Left.txtpb +++ b/data/maps/the_owl/rooms/R2C1 Left.txtpb @@ -1,5 +1,4 @@ name: "R2C1 Left" -display_name: "Owl" panels { name: "VERB" path: "Panels/Bottom Left/owl_8" diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb index e7eb9e4..4661877 100644 --- a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb @@ -1,5 +1,4 @@ name: "R2C2 Bottom" -display_name: "Owl" panels { name: "FOUL" path: "Panels/Bottom Mid/owl_11" diff --git a/data/maps/the_owl/rooms/R2C2 Top.txtpb b/data/maps/the_owl/rooms/R2C2 Top.txtpb index 87b7705..78ce270 100644 --- a/data/maps/the_owl/rooms/R2C2 Top.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Top.txtpb @@ -1,5 +1,4 @@ name: "R2C2 Top" -display_name: "Owl" panels { name: "CRUSH" path: "Panels/Bottom Mid/owl_1" diff --git a/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb index 41b6265..0f5381e 100644 --- a/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2.5 Bottom.txtpb @@ -1,5 +1,4 @@ name: "R2C2.5 Bottom" -display_name: "Owl" panels { name: "FIZZLE" path: "Panels/Bottom Mid/owl_10" diff --git a/data/maps/the_owl/rooms/Z Room.txtpb b/data/maps/the_owl/rooms/Z Room.txtpb index 035d0b4..ab28655 100644 --- a/data/maps/the_owl/rooms/Z Room.txtpb +++ b/data/maps/the_owl/rooms/Z Room.txtpb @@ -1,5 +1,4 @@ name: "Z Room" -display_name: "Owl" panels { name: "MAZE" path: "Panels/Noncritical/owl_10" -- cgit 1.4.1