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_extravagant | |
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_extravagant')
14 files changed, 0 insertions, 14 deletions
diff --git a/data/maps/the_extravagant/rooms/E Room.txtpb b/data/maps/the_extravagant/rooms/E Room.txtpb index 4b1f284..2f91764 100644 --- a/data/maps/the_extravagant/rooms/E Room.txtpb +++ b/data/maps/the_extravagant/rooms/E Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "E Room" | 1 | name: "E Room" |
2 | display_name: "3" | ||
3 | letters { | 2 | letters { |
4 | key: "e" | 3 | key: "e" |
5 | path: "Components/Collectables/e" | 4 | path: "Components/Collectables/e" |
diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb index 79b60fc..3dcc437 100644 --- a/data/maps/the_extravagant/rooms/Engine Room.txtpb +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Engine Room" | 1 | name: "Engine Room" |
2 | display_name: "Engine Room" | ||
3 | panels { | 2 | panels { |
4 | name: "ENGINE" | 3 | name: "ENGINE" |
5 | path: "Panels/panel_8" | 4 | path: "Panels/panel_8" |
diff --git a/data/maps/the_extravagant/rooms/Hat Chamber.txtpb b/data/maps/the_extravagant/rooms/Hat Chamber.txtpb index 049959c..a100130 100644 --- a/data/maps/the_extravagant/rooms/Hat Chamber.txtpb +++ b/data/maps/the_extravagant/rooms/Hat Chamber.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Hat Chamber" | 1 | name: "Hat Chamber" |
2 | display_name: "3" | ||
3 | panels { | 2 | panels { |
4 | name: "BRIM" | 3 | name: "BRIM" |
5 | path: "Panels/panel_14" | 4 | path: "Panels/panel_14" |
diff --git a/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb b/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb index 660a7dd..1455a4b 100644 --- a/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb +++ b/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Minus Middle Leg" | 1 | name: "X Minus Middle Leg" |
2 | display_name: "W" | ||
3 | panels { | 2 | panels { |
4 | name: "ANTENNA" | 3 | name: "ANTENNA" |
5 | path: "Panels/panel_7" | 4 | path: "Panels/panel_7" |
diff --git a/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb b/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb index ce731b6..ea45e10 100644 --- a/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb +++ b/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Minus Right Leg" | 1 | name: "X Minus Right Leg" |
2 | display_name: "W" | ||
3 | panels { | 2 | panels { |
4 | name: "ROWBOAT" | 3 | name: "ROWBOAT" |
5 | path: "Panels/panel_13" | 4 | path: "Panels/panel_13" |
diff --git a/data/maps/the_extravagant/rooms/X Minus.txtpb b/data/maps/the_extravagant/rooms/X Minus.txtpb index 3f389f1..92b15dc 100644 --- a/data/maps/the_extravagant/rooms/X Minus.txtpb +++ b/data/maps/the_extravagant/rooms/X Minus.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Minus" | 1 | name: "X Minus" |
2 | display_name: "W" | ||
3 | panels { | 2 | panels { |
4 | name: "DUO" | 3 | name: "DUO" |
5 | path: "Panels/panel_1" | 4 | path: "Panels/panel_1" |
diff --git a/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb b/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb index c656593..cb7cba6 100644 --- a/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb +++ b/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Plus Middle Leg" | 1 | name: "X Plus Middle Leg" |
2 | display_name: "M" | ||
3 | panels { | 2 | panels { |
4 | name: "COLONY" | 3 | name: "COLONY" |
5 | path: "Panels/panel_10" | 4 | path: "Panels/panel_10" |
diff --git a/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb b/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb index 7c75550..98dfad6 100644 --- a/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb +++ b/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Plus Right Leg" | 1 | name: "X Plus Right Leg" |
2 | display_name: "M" | ||
3 | panels { | 2 | panels { |
4 | name: "HEAD" | 3 | name: "HEAD" |
5 | path: "Panels/panel_4" | 4 | path: "Panels/panel_4" |
diff --git a/data/maps/the_extravagant/rooms/X Plus.txtpb b/data/maps/the_extravagant/rooms/X Plus.txtpb index db42770..89b6da7 100644 --- a/data/maps/the_extravagant/rooms/X Plus.txtpb +++ b/data/maps/the_extravagant/rooms/X Plus.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X Plus" | 1 | name: "X Plus" |
2 | display_name: "M" | ||
3 | panels { | 2 | panels { |
4 | name: "ROSE" | 3 | name: "ROSE" |
5 | path: "Panels/panel_16" | 4 | path: "Panels/panel_16" |
diff --git a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb index 1429fa8..f80d68a 100644 --- a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Y Minus First Floor" | 1 | name: "Y Minus First Floor" |
2 | display_name: "3" | ||
3 | panels { | 2 | panels { |
4 | name: "RHINO" | 3 | name: "RHINO" |
5 | path: "Panels/panel_2" | 4 | path: "Panels/panel_2" |
diff --git a/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb index be3238a..34a3c9d 100644 --- a/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Y Minus Second Floor" | 1 | name: "Y Minus Second Floor" |
2 | display_name: "3" | ||
3 | panels { | 2 | panels { |
4 | name: "COMPASS" | 3 | name: "COMPASS" |
5 | path: "Panels/panel_5" | 4 | path: "Panels/panel_5" |
diff --git a/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb index 881d42d..7aa5e1c 100644 --- a/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Y Minus Third Floor" | 1 | name: "Y Minus Third Floor" |
2 | display_name: "3" | ||
3 | panels { | 2 | panels { |
4 | name: "WHISKERS" | 3 | name: "WHISKERS" |
5 | path: "Panels/panel_11" | 4 | path: "Panels/panel_11" |
diff --git a/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb index 9c8120c..6226aa6 100644 --- a/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Y Plus First Floor" | 1 | name: "Y Plus First Floor" |
2 | display_name: "E" | ||
3 | paintings { | 2 | paintings { |
4 | name: "UNDUE" | 3 | name: "UNDUE" |
5 | path: "Components/Paintings/undue4" | 4 | path: "Components/Paintings/undue4" |
diff --git a/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb index bdc45b9..1cf0480 100644 --- a/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb | |||
@@ -1,6 +1,5 @@ | |||
1 | name: "Y Plus Third Floor" | 1 | name: "Y Plus Third Floor" |
2 | # It's the second floor too... | 2 | # It's the second floor too... |
3 | display_name: "E" | ||
4 | panels { | 3 | panels { |
5 | name: "CACTUS" | 4 | name: "CACTUS" |
6 | path: "Panels/panel_6" | 5 | path: "Panels/panel_6" |