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_parthenon | |
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_parthenon')
-rw-r--r-- | data/maps/the_parthenon/doors.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_parthenon/rooms/Ending.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_parthenon/rooms/K2 Room.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_parthenon/rooms/Lavender Area.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_parthenon/rooms/Main Area.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_parthenon/rooms/U Keyholder.txtpb | 1 |
6 files changed, 1 insertions, 5 deletions
diff --git a/data/maps/the_parthenon/doors.txtpb b/data/maps/the_parthenon/doors.txtpb index 82a2748..7bc41c1 100644 --- a/data/maps/the_parthenon/doors.txtpb +++ b/data/maps/the_parthenon/doors.txtpb | |||
@@ -19,6 +19,7 @@ doors { | |||
19 | panels { room: "Main Area" name: "ALEXANDER" answer: "greece" } | 19 | panels { room: "Main Area" name: "ALEXANDER" answer: "greece" } |
20 | panels { room: "Main Area" name: "CAESAR" answer: "rome" } | 20 | panels { room: "Main Area" name: "CAESAR" answer: "rome" } |
21 | location_room: "Main Area" | 21 | location_room: "Main Area" |
22 | location_name: "Empires" | ||
22 | } | 23 | } |
23 | doors { | 24 | doors { |
24 | name: "Ending Door" | 25 | name: "Ending Door" |
diff --git a/data/maps/the_parthenon/rooms/Ending.txtpb b/data/maps/the_parthenon/rooms/Ending.txtpb index 8fa805f..789e906 100644 --- a/data/maps/the_parthenon/rooms/Ending.txtpb +++ b/data/maps/the_parthenon/rooms/Ending.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Ending" | 1 | name: "Ending" |
2 | display_name: "Parthenon" | ||
3 | endings { | 2 | endings { |
4 | name: "CYAN" | 3 | name: "CYAN" |
5 | path: "Components/cyan_end" | 4 | path: "Components/cyan_end" |
diff --git a/data/maps/the_parthenon/rooms/K2 Room.txtpb b/data/maps/the_parthenon/rooms/K2 Room.txtpb index 1c95ad5..596b489 100644 --- a/data/maps/the_parthenon/rooms/K2 Room.txtpb +++ b/data/maps/the_parthenon/rooms/K2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "K2 Room" | 1 | name: "K2 Room" |
2 | display_name: "Parthenon" | ||
3 | letters { | 2 | letters { |
4 | key: "k" | 3 | key: "k" |
5 | level2: true | 4 | level2: true |
diff --git a/data/maps/the_parthenon/rooms/Lavender Area.txtpb b/data/maps/the_parthenon/rooms/Lavender Area.txtpb index 6f67214..9e62498 100644 --- a/data/maps/the_parthenon/rooms/Lavender Area.txtpb +++ b/data/maps/the_parthenon/rooms/Lavender Area.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Lavender Area" | 1 | name: "Lavender Area" |
2 | display_name: "Parthenon" | ||
3 | panels { | 2 | panels { |
4 | name: "ME" | 3 | name: "ME" |
5 | path: "Panels/Lavender/panel_7" | 4 | path: "Panels/Lavender/panel_7" |
diff --git a/data/maps/the_parthenon/rooms/Main Area.txtpb b/data/maps/the_parthenon/rooms/Main Area.txtpb index 7d4a80c..85188d1 100644 --- a/data/maps/the_parthenon/rooms/Main Area.txtpb +++ b/data/maps/the_parthenon/rooms/Main Area.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Main Area" | 1 | name: "Main Area" |
2 | display_name: "Parthenon" | ||
3 | panels { | 2 | panels { |
4 | name: "XERXES" | 3 | name: "XERXES" |
5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
diff --git a/data/maps/the_parthenon/rooms/U Keyholder.txtpb b/data/maps/the_parthenon/rooms/U Keyholder.txtpb index d3107b4..8248df8 100644 --- a/data/maps/the_parthenon/rooms/U Keyholder.txtpb +++ b/data/maps/the_parthenon/rooms/U Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "U Keyholder" | 1 | name: "U Keyholder" |
2 | display_name: "Parthenon" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "U" | 3 | name: "U" |
5 | path: "Components/KeyHolders/keyHolderU" | 4 | path: "Components/KeyHolders/keyHolderU" |