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_partial | |
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_partial')
-rw-r--r-- | data/maps/the_partial/doors.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_partial/rooms/Control Center Entrance.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_partial/rooms/F Room.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_partial/rooms/Obverse Side.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_partial/rooms/P Room.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_partial/rooms/Reverse Side.txtpb | 1 |
6 files changed, 1 insertions, 5 deletions
diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index 2b233db..c51062a 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb | |||
@@ -22,6 +22,7 @@ doors { | |||
22 | panels { room: "Obverse Side" name: "CUT" } | 22 | panels { room: "Obverse Side" name: "CUT" } |
23 | panels { room: "Obverse Side" name: "FUN" } | 23 | panels { room: "Obverse Side" name: "FUN" } |
24 | location_room: "Obverse Side" | 24 | location_room: "Obverse Side" |
25 | location_name: "Obverse Side Room" | ||
25 | } | 26 | } |
26 | doors { | 27 | doors { |
27 | name: "Giant P" | 28 | name: "Giant P" |
diff --git a/data/maps/the_partial/rooms/Control Center Entrance.txtpb b/data/maps/the_partial/rooms/Control Center Entrance.txtpb index 8d7e228..e685822 100644 --- a/data/maps/the_partial/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_partial/rooms/Control Center Entrance.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Control Center Entrance" | 1 | name: "Control Center Entrance" |
2 | display_name: "Partial" | ||
3 | panels { | 2 | panels { |
4 | name: "RETURN" | 3 | name: "RETURN" |
5 | path: "Panels/Control/panel_10" | 4 | path: "Panels/Control/panel_10" |
diff --git a/data/maps/the_partial/rooms/F Room.txtpb b/data/maps/the_partial/rooms/F Room.txtpb index 358c936..d41d039 100644 --- a/data/maps/the_partial/rooms/F Room.txtpb +++ b/data/maps/the_partial/rooms/F Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "F Room" | 1 | name: "F Room" |
2 | display_name: "Partial" | ||
3 | letters { | 2 | letters { |
4 | key: "f" | 3 | key: "f" |
5 | path: "Components/Collectables/collectable2" | 4 | path: "Components/Collectables/collectable2" |
diff --git a/data/maps/the_partial/rooms/Obverse Side.txtpb b/data/maps/the_partial/rooms/Obverse Side.txtpb index 0d83c34..75cd9bb 100644 --- a/data/maps/the_partial/rooms/Obverse Side.txtpb +++ b/data/maps/the_partial/rooms/Obverse Side.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Obverse Side" | 1 | name: "Obverse Side" |
2 | display_name: "Partial" | ||
3 | panels { | 2 | panels { |
4 | name: "PUN" | 3 | name: "PUN" |
5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
diff --git a/data/maps/the_partial/rooms/P Room.txtpb b/data/maps/the_partial/rooms/P Room.txtpb index e7a7a60..618ebd9 100644 --- a/data/maps/the_partial/rooms/P Room.txtpb +++ b/data/maps/the_partial/rooms/P Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "P Room" | 1 | name: "P Room" |
2 | display_name: "Partial" | ||
3 | letters { | 2 | letters { |
4 | key: "p" | 3 | key: "p" |
5 | path: "Components/Collectables/collectable" | 4 | path: "Components/Collectables/collectable" |
diff --git a/data/maps/the_partial/rooms/Reverse Side.txtpb b/data/maps/the_partial/rooms/Reverse Side.txtpb index a286737..01858d6 100644 --- a/data/maps/the_partial/rooms/Reverse Side.txtpb +++ b/data/maps/the_partial/rooms/Reverse Side.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Reverse Side" | 1 | name: "Reverse Side" |
2 | display_name: "Partial" | ||
3 | panels { | 2 | panels { |
4 | name: "BRO" | 3 | name: "BRO" |
5 | path: "Panels/Side 2/panel_2" | 4 | path: "Panels/Side 2/panel_2" |