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_stormy/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_stormy/rooms')
-rw-r--r-- | data/maps/the_stormy/rooms/Center.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Nuclear Side.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Rain Side.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Tornado Side.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Tornado Vestibule.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/Volcano Side.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_stormy/rooms/X2 Room.txtpb | 1 |
8 files changed, 4 insertions, 8 deletions
diff --git a/data/maps/the_stormy/rooms/Center.txtpb b/data/maps/the_stormy/rooms/Center.txtpb index 62395ba..f0e3e39 100644 --- a/data/maps/the_stormy/rooms/Center.txtpb +++ b/data/maps/the_stormy/rooms/Center.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Center" | 1 | name: "Center" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "REACTOR" | 3 | name: "REACTOR" |
5 | path: "Panels/Room_1/panel_7" | 4 | path: "Panels/Room_1/panel_7" |
@@ -20,6 +19,7 @@ panels { | |||
20 | clue: "cloud" | 19 | clue: "cloud" |
21 | answer: "rain" | 20 | answer: "rain" |
22 | symbols: AGE | 21 | symbols: AGE |
22 | display_name: "CLOUD (1)" | ||
23 | } | 23 | } |
24 | panels { | 24 | panels { |
25 | name: "WIND" | 25 | name: "WIND" |
@@ -27,6 +27,7 @@ panels { | |||
27 | clue: "wind" | 27 | clue: "wind" |
28 | answer: "tornado" | 28 | answer: "tornado" |
29 | symbols: CROSS | 29 | symbols: CROSS |
30 | display_name: "WIND (1)" | ||
30 | } | 31 | } |
31 | ports { | 32 | ports { |
32 | name: "ENTRY" | 33 | name: "ENTRY" |
diff --git a/data/maps/the_stormy/rooms/Nuclear Side.txtpb b/data/maps/the_stormy/rooms/Nuclear Side.txtpb index 15d393b..7704cfb 100644 --- a/data/maps/the_stormy/rooms/Nuclear Side.txtpb +++ b/data/maps/the_stormy/rooms/Nuclear Side.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Nuclear Side" | 1 | name: "Nuclear Side" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "GERM" | 3 | name: "GERM" |
5 | path: "Panels/Room_1/panel_2" | 4 | path: "Panels/Room_1/panel_2" |
diff --git a/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb b/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb index 1d9c46d..34a6715 100644 --- a/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb +++ b/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Nuclear Vestibule" | 1 | name: "Nuclear Vestibule" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "STORM" | 3 | name: "STORM" |
5 | path: "Panels/Room 2/panel_11" | 4 | path: "Panels/Room 2/panel_11" |
diff --git a/data/maps/the_stormy/rooms/Rain Side.txtpb b/data/maps/the_stormy/rooms/Rain Side.txtpb index cb59a6d..1babef2 100644 --- a/data/maps/the_stormy/rooms/Rain Side.txtpb +++ b/data/maps/the_stormy/rooms/Rain Side.txtpb | |||
@@ -1,11 +1,11 @@ | |||
1 | name: "Rain Side" | 1 | name: "Rain Side" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "CLOUD" | 3 | name: "CLOUD" |
5 | path: "Panels/Room_1/panel_4" | 4 | path: "Panels/Room_1/panel_4" |
6 | clue: "cloud" | 5 | clue: "cloud" |
7 | answer: "lightning" | 6 | answer: "lightning" |
8 | symbols: CROSS | 7 | symbols: CROSS |
8 | display_name: "CLOUD (2)" | ||
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "WIND" | 11 | name: "WIND" |
@@ -13,4 +13,5 @@ panels { | |||
13 | clue: "wind" | 13 | clue: "wind" |
14 | answer: "whirlwind" | 14 | answer: "whirlwind" |
15 | symbols: PYRAMID | 15 | symbols: PYRAMID |
16 | display_name: "WIND (2)" | ||
16 | } | 17 | } |
diff --git a/data/maps/the_stormy/rooms/Tornado Side.txtpb b/data/maps/the_stormy/rooms/Tornado Side.txtpb index d91d057..1e5ca69 100644 --- a/data/maps/the_stormy/rooms/Tornado Side.txtpb +++ b/data/maps/the_stormy/rooms/Tornado Side.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Tornado Side" | 1 | name: "Tornado Side" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "PUDDLE" | 3 | name: "PUDDLE" |
5 | path: "Panels/Room_1/panel_6" | 4 | path: "Panels/Room_1/panel_6" |
diff --git a/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb b/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb index 9a98c3e..e6c7e60 100644 --- a/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb +++ b/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Tornado Vestibule" | 1 | name: "Tornado Vestibule" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "SHIP" | 3 | name: "SHIP" |
5 | path: "Panels/Room 2/panel_12" | 4 | path: "Panels/Room 2/panel_12" |
diff --git a/data/maps/the_stormy/rooms/Volcano Side.txtpb b/data/maps/the_stormy/rooms/Volcano Side.txtpb index bd823d5..73c7ae4 100644 --- a/data/maps/the_stormy/rooms/Volcano Side.txtpb +++ b/data/maps/the_stormy/rooms/Volcano Side.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Volcano Side" | 1 | name: "Volcano Side" |
2 | display_name: "Stormy" | ||
3 | panels { | 2 | panels { |
4 | name: "SNOW" | 3 | name: "SNOW" |
5 | path: "Panels/Room_1/panel_1" | 4 | path: "Panels/Room_1/panel_1" |
diff --git a/data/maps/the_stormy/rooms/X2 Room.txtpb b/data/maps/the_stormy/rooms/X2 Room.txtpb index 7d46956..3be4def 100644 --- a/data/maps/the_stormy/rooms/X2 Room.txtpb +++ b/data/maps/the_stormy/rooms/X2 Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "X2 Room" | 1 | name: "X2 Room" |
2 | display_name: "Stormy" | ||
3 | letters { | 2 | letters { |
4 | key: "x" | 3 | key: "x" |
5 | level2: true | 4 | level2: true |