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_congruent/rooms | |
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_congruent/rooms')
10 files changed, 0 insertions, 10 deletions
diff --git a/data/maps/the_congruent/rooms/C Keyholder.txtpb b/data/maps/the_congruent/rooms/C Keyholder.txtpb index 0af0f32..75ef920 100644 --- a/data/maps/the_congruent/rooms/C Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/C Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "C Keyholder" | 1 | name: "C Keyholder" |
2 | display_name: "Main Area" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "C" | 3 | name: "C" |
5 | path: "Components/KeyHolders/keyHolder" | 4 | path: "Components/KeyHolders/keyHolder" |
diff --git a/data/maps/the_congruent/rooms/C2 Room.txtpb b/data/maps/the_congruent/rooms/C2 Room.txtpb index 852d4e2..ff53ebd 100644 --- a/data/maps/the_congruent/rooms/C2 Room.txtpb +++ b/data/maps/the_congruent/rooms/C2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "C2 Room" | 1 | name: "C2 Room" |
2 | display_name: "Main Area" | ||
3 | letters { | 2 | letters { |
4 | key: "c" | 3 | key: "c" |
5 | level2: true | 4 | level2: true |
diff --git a/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb index 402e9e0..a51b667 100644 --- a/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb +++ b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Flipped Magenta Room" | 1 | name: "Flipped Magenta Room" |
2 | display_name: "Flipped Magenta Room" | ||
3 | panels { | 2 | panels { |
4 | name: "LOOK" | 3 | name: "LOOK" |
5 | path: "Panels/Side Up 1/panel_1" | 4 | path: "Panels/Side Up 1/panel_1" |
diff --git a/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb index 3952373..b407f0d 100644 --- a/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb +++ b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Flipped Yellow Room" | 1 | name: "Flipped Yellow Room" |
2 | display_name: "Flipped Yellow Room" | ||
3 | panels { | 2 | panels { |
4 | name: "DANCER" | 3 | name: "DANCER" |
5 | path: "Panels/Back 1/panel_1" | 4 | path: "Panels/Back 1/panel_1" |
diff --git a/data/maps/the_congruent/rooms/G Keyholder.txtpb b/data/maps/the_congruent/rooms/G Keyholder.txtpb index c52d7ba..8184703 100644 --- a/data/maps/the_congruent/rooms/G Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/G Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "G Keyholder" | 1 | name: "G Keyholder" |
2 | display_name: "Obverse Yellow Room" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "G" | 3 | name: "G" |
5 | path: "Components/KeyHolders/keyHolder2" | 4 | path: "Components/KeyHolders/keyHolder2" |
diff --git a/data/maps/the_congruent/rooms/G2 Room.txtpb b/data/maps/the_congruent/rooms/G2 Room.txtpb index 80a23cb..25490a8 100644 --- a/data/maps/the_congruent/rooms/G2 Room.txtpb +++ b/data/maps/the_congruent/rooms/G2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "G2 Room" | 1 | name: "G2 Room" |
2 | display_name: "Main Area" | ||
3 | letters { | 2 | letters { |
4 | key: "g" | 3 | key: "g" |
5 | level2: true | 4 | level2: true |
diff --git a/data/maps/the_congruent/rooms/Main Area.txtpb b/data/maps/the_congruent/rooms/Main Area.txtpb index a783eab..e91f419 100644 --- a/data/maps/the_congruent/rooms/Main Area.txtpb +++ b/data/maps/the_congruent/rooms/Main Area.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Main Area" | 1 | name: "Main Area" |
2 | display_name: "Main Area" | ||
3 | panels { | 2 | panels { |
4 | name: "LANE (1)" | 3 | name: "LANE (1)" |
5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
diff --git a/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb index b69a4d4..895c4da 100644 --- a/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb +++ b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Obverse Magenta Room" | 1 | name: "Obverse Magenta Room" |
2 | display_name: "Obverse Magenta Room" | ||
3 | # TODO: Should these two maybe not be randomizable because they hint the keyholder? | 2 | # TODO: Should these two maybe not be randomizable because they hint the keyholder? |
4 | paintings { | 3 | paintings { |
5 | name: "TEA" | 4 | name: "TEA" |
diff --git a/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb index 334df67..c87efdf 100644 --- a/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb +++ b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Obverse Yellow Room" | 1 | name: "Obverse Yellow Room" |
2 | display_name: "Obverse Yellow Room" | ||
3 | panels { | 2 | panels { |
4 | name: "CIVIL" | 3 | name: "CIVIL" |
5 | path: "Panels/Main/panel_6" | 4 | path: "Panels/Main/panel_6" |
diff --git a/data/maps/the_congruent/rooms/T Keyholder.txtpb b/data/maps/the_congruent/rooms/T Keyholder.txtpb index 1cfd2bd..360b030 100644 --- a/data/maps/the_congruent/rooms/T Keyholder.txtpb +++ b/data/maps/the_congruent/rooms/T Keyholder.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "T Keyholder" | 1 | name: "T Keyholder" |
2 | display_name: "Obverse Magenta Room" | ||
3 | keyholders { | 2 | keyholders { |
4 | name: "T" | 3 | name: "T" |
5 | path: "Components/KeyHolders/keyHolderT" | 4 | path: "Components/KeyHolders/keyHolderT" |