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_great | |
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_great')
42 files changed, 48 insertions, 41 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index be7cd00..5ce7fe2 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -142,6 +142,7 @@ doors { | |||
142 | panels { room: "Pillar Room" name: "CAUGHT" } | 142 | panels { room: "Pillar Room" name: "CAUGHT" } |
143 | panels { room: "Pillar Room" name: "TEN" } | 143 | panels { room: "Pillar Room" name: "TEN" } |
144 | location_room: "Pillar Room" | 144 | location_room: "Pillar Room" |
145 | location_name: "Pillar Room" | ||
145 | } | 146 | } |
146 | doors { | 147 | doors { |
147 | name: "North Landscape Entrance" | 148 | name: "North Landscape Entrance" |
@@ -396,6 +397,7 @@ doors { | |||
396 | panels { room: "Question Room When" name: "QUESTION" answer: "why" } | 397 | panels { room: "Question Room When" name: "QUESTION" answer: "why" } |
397 | panels { room: "Question Room Who" name: "QUESTION" answer: "why" } | 398 | panels { room: "Question Room Who" name: "QUESTION" answer: "why" } |
398 | location_room: "Question Room Who" | 399 | location_room: "Question Room Who" |
400 | location_name: "Whys" | ||
399 | } | 401 | } |
400 | doors { | 402 | doors { |
401 | name: "Talented Entrance" | 403 | name: "Talented Entrance" |
diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index 3701249..c1b8ab3 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Back Area" | 1 | name: "Back Area" |
2 | display_name: "Back Area" | 2 | panel_display_name: "Back Area" |
3 | panels { | 3 | panels { |
4 | name: "PLANT" | 4 | name: "PLANT" |
5 | path: "Panels/General/entry_14" | 5 | path: "Panels/General/entry_14" |
diff --git a/data/maps/the_great/rooms/Behind Question Area.txtpb b/data/maps/the_great/rooms/Behind Question Area.txtpb index 88f800f..744d4c4 100644 --- a/data/maps/the_great/rooms/Behind Question Area.txtpb +++ b/data/maps/the_great/rooms/Behind Question Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Behind Question Area" | 1 | name: "Behind Question Area" |
2 | display_name: "Main Area" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "DEW" | 4 | name: "DEW" |
5 | path: "Panels/General/uc_4" | 5 | path: "Panels/General/uc_4" |
diff --git a/data/maps/the_great/rooms/Colorful Entrance.txtpb b/data/maps/the_great/rooms/Colorful Entrance.txtpb index 5d7c9b2..cb7eb25 100644 --- a/data/maps/the_great/rooms/Colorful Entrance.txtpb +++ b/data/maps/the_great/rooms/Colorful Entrance.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Colorful Entrance" | 1 | name: "Colorful Entrance" |
2 | display_name: "Pillar Room" | 2 | panel_display_name: "Pillar Room" |
3 | ports { | 3 | ports { |
4 | name: "COLORFUL" | 4 | name: "COLORFUL" |
5 | path: "Meshes/Blocks/Warps/worldport13" | 5 | path: "Meshes/Blocks/Warps/worldport13" |
diff --git a/data/maps/the_great/rooms/Daedalus Entrance.txtpb b/data/maps/the_great/rooms/Daedalus Entrance.txtpb index 7e1d477..003a8a3 100644 --- a/data/maps/the_great/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_great/rooms/Daedalus Entrance.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Daedalus Entrance" | 1 | name: "Daedalus Entrance" |
2 | display_name: "Main Area" | 2 | panel_display_name: "Main Area" |
3 | panels { | 3 | panels { |
4 | name: "MISSING" | 4 | name: "MISSING" |
5 | path: "Panels/General/entry_2" | 5 | path: "Panels/General/entry_2" |
diff --git a/data/maps/the_great/rooms/East Landscape.txtpb b/data/maps/the_great/rooms/East Landscape.txtpb index 84fc182..44ed2c5 100644 --- a/data/maps/the_great/rooms/East Landscape.txtpb +++ b/data/maps/the_great/rooms/East Landscape.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "East Landscape" | 1 | name: "East Landscape" |
2 | display_name: "East Landscape" | 2 | panel_display_name: "East Landscape" |
3 | panels { | 3 | panels { |
4 | name: "COLOR" | 4 | name: "COLOR" |
5 | path: "Panels/General/entry_10" | 5 | path: "Panels/General/entry_10" |
diff --git a/data/maps/the_great/rooms/G Room.txtpb b/data/maps/the_great/rooms/G Room.txtpb index 218a9c1..f93c899 100644 --- a/data/maps/the_great/rooms/G Room.txtpb +++ b/data/maps/the_great/rooms/G Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "G Room" | 1 | name: "G Room" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | letters { | 3 | letters { |
4 | key: "g" | 4 | key: "g" |
5 | path: "Components/Collectables/g" | 5 | path: "Components/Collectables/g" |
diff --git a/data/maps/the_great/rooms/Hive Entrance.txtpb b/data/maps/the_great/rooms/Hive Entrance.txtpb index ba886b1..cd6ba68 100644 --- a/data/maps/the_great/rooms/Hive Entrance.txtpb +++ b/data/maps/the_great/rooms/Hive Entrance.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Hive Entrance" | 1 | name: "Hive Entrance" |
2 | display_name: "West Side" | 2 | panel_display_name: "West Side" |
3 | panels { | 3 | panels { |
4 | name: "LOST" | 4 | name: "LOST" |
5 | path: "Panels/Hive Room/hive_1" | 5 | path: "Panels/Hive Room/hive_1" |
diff --git a/data/maps/the_great/rooms/Jail Part 1.txtpb b/data/maps/the_great/rooms/Jail Part 1.txtpb index bd468bd..452841b 100644 --- a/data/maps/the_great/rooms/Jail Part 1.txtpb +++ b/data/maps/the_great/rooms/Jail Part 1.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Jail Part 1" | 1 | name: "Jail Part 1" |
2 | display_name: "Jail" | 2 | panel_display_name: "Jail" |
3 | panels { | 3 | panels { |
4 | name: "FLAP" | 4 | name: "FLAP" |
5 | path: "Panels/Throat/throat_1" | 5 | path: "Panels/Throat/throat_1" |
diff --git a/data/maps/the_great/rooms/Jail Part 2.txtpb b/data/maps/the_great/rooms/Jail Part 2.txtpb index 1f54dd5..1a0c975 100644 --- a/data/maps/the_great/rooms/Jail Part 2.txtpb +++ b/data/maps/the_great/rooms/Jail Part 2.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Jail Part 2" | 1 | name: "Jail Part 2" |
2 | display_name: "Jail" | 2 | panel_display_name: "Jail" |
3 | panels { | 3 | panels { |
4 | name: "DIGEST" | 4 | name: "DIGEST" |
5 | path: "Panels/Bowels3/bowels_1" | 5 | path: "Panels/Bowels3/bowels_1" |
diff --git a/data/maps/the_great/rooms/Jubilant Entrance.txtpb b/data/maps/the_great/rooms/Jubilant Entrance.txtpb index eaf9811..0700a6b 100644 --- a/data/maps/the_great/rooms/Jubilant Entrance.txtpb +++ b/data/maps/the_great/rooms/Jubilant Entrance.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Jubilant Entrance" | 1 | name: "Jubilant Entrance" |
2 | display_name: "West Side" | 2 | panel_display_name: "West Side" |
3 | ports { | 3 | ports { |
4 | name: "JUBILANT" | 4 | name: "JUBILANT" |
5 | path: "Meshes/Blocks/Warps/worldport12" | 5 | path: "Meshes/Blocks/Warps/worldport12" |
diff --git a/data/maps/the_great/rooms/Magnet Room.txtpb b/data/maps/the_great/rooms/Magnet Room.txtpb index 4cf6433..2d122a4 100644 --- a/data/maps/the_great/rooms/Magnet Room.txtpb +++ b/data/maps/the_great/rooms/Magnet Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Magnet Room" | 1 | name: "Magnet Room" |
2 | display_name: "Magnet Room" | 2 | panel_display_name: "Magnet Room" |
3 | panels { | 3 | panels { |
4 | name: "AIRPLANE" | 4 | name: "AIRPLANE" |
5 | path: "Panels/Magnet Room/magnet_2" | 5 | path: "Panels/Magnet Room/magnet_2" |
diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index 40c7fbb..18bcf9b 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Main Area" | 1 | name: "Main Area" |
2 | display_name: "Main Area" | 2 | panel_display_name: "Main Area" |
3 | panels { | 3 | panels { |
4 | name: "INTRO" | 4 | name: "INTRO" |
5 | path: "Panels/General/entry_8" | 5 | path: "Panels/General/entry_8" |
diff --git a/data/maps/the_great/rooms/Maze Center.txtpb b/data/maps/the_great/rooms/Maze Center.txtpb index f557eaa..97ff146 100644 --- a/data/maps/the_great/rooms/Maze Center.txtpb +++ b/data/maps/the_great/rooms/Maze Center.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Center" | 1 | name: "Maze Center" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "POOR" | 4 | name: "POOR" |
5 | path: "Panels/Maze/maze_7" | 5 | path: "Panels/Maze/maze_7" |
diff --git a/data/maps/the_great/rooms/Maze Cold Area.txtpb b/data/maps/the_great/rooms/Maze Cold Area.txtpb index 5886ca8..70b311e 100644 --- a/data/maps/the_great/rooms/Maze Cold Area.txtpb +++ b/data/maps/the_great/rooms/Maze Cold Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Cold Area" | 1 | name: "Maze Cold Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "COLD" | 4 | name: "COLD" |
5 | path: "Panels/Maze/maze_11" | 5 | path: "Panels/Maze/maze_11" |
diff --git a/data/maps/the_great/rooms/Maze Empty Vestibule.txtpb b/data/maps/the_great/rooms/Maze Empty Vestibule.txtpb index d6f265f..1540ee2 100644 --- a/data/maps/the_great/rooms/Maze Empty Vestibule.txtpb +++ b/data/maps/the_great/rooms/Maze Empty Vestibule.txtpb | |||
@@ -1,2 +1,2 @@ | |||
1 | name: "Maze Empty Vestibule" | 1 | name: "Maze Empty Vestibule" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
diff --git a/data/maps/the_great/rooms/Maze In Area.txtpb b/data/maps/the_great/rooms/Maze In Area.txtpb index 13597a0..8c556aa 100644 --- a/data/maps/the_great/rooms/Maze In Area.txtpb +++ b/data/maps/the_great/rooms/Maze In Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze In Area" | 1 | name: "Maze In Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "IN" | 4 | name: "IN" |
5 | path: "Panels/Maze/maze_3" | 5 | path: "Panels/Maze/maze_3" |
diff --git a/data/maps/the_great/rooms/Maze Moon Area.txtpb b/data/maps/the_great/rooms/Maze Moon Area.txtpb index b515224..10af4a1 100644 --- a/data/maps/the_great/rooms/Maze Moon Area.txtpb +++ b/data/maps/the_great/rooms/Maze Moon Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Moon Area" | 1 | name: "Maze Moon Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "MOON" | 4 | name: "MOON" |
5 | path: "Panels/Maze/maze_9" | 5 | path: "Panels/Maze/maze_9" |
diff --git a/data/maps/the_great/rooms/Maze Off Area.txtpb b/data/maps/the_great/rooms/Maze Off Area.txtpb index 2fe7bed..c577129 100644 --- a/data/maps/the_great/rooms/Maze Off Area.txtpb +++ b/data/maps/the_great/rooms/Maze Off Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Off Area" | 1 | name: "Maze Off Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "OFF" | 4 | name: "OFF" |
5 | path: "Panels/Maze/maze_14" | 5 | path: "Panels/Maze/maze_14" |
diff --git a/data/maps/the_great/rooms/Maze Slice Area.txtpb b/data/maps/the_great/rooms/Maze Slice Area.txtpb index d720501..f59d6e5 100644 --- a/data/maps/the_great/rooms/Maze Slice Area.txtpb +++ b/data/maps/the_great/rooms/Maze Slice Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Slice Area" | 1 | name: "Maze Slice Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "SLICE" | 4 | name: "SLICE" |
5 | path: "Panels/Maze/maze_4" | 5 | path: "Panels/Maze/maze_4" |
diff --git a/data/maps/the_great/rooms/Maze Smooth Area.txtpb b/data/maps/the_great/rooms/Maze Smooth Area.txtpb index 8145357..156e885 100644 --- a/data/maps/the_great/rooms/Maze Smooth Area.txtpb +++ b/data/maps/the_great/rooms/Maze Smooth Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Smooth Area" | 1 | name: "Maze Smooth Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "SMOOTH" | 4 | name: "SMOOTH" |
5 | path: "Panels/Maze/maze_5" | 5 | path: "Panels/Maze/maze_5" |
diff --git a/data/maps/the_great/rooms/Maze South Area.txtpb b/data/maps/the_great/rooms/Maze South Area.txtpb index b3708db..e65778d 100644 --- a/data/maps/the_great/rooms/Maze South Area.txtpb +++ b/data/maps/the_great/rooms/Maze South Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze South Area" | 1 | name: "Maze South Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "SOUTH" | 4 | name: "SOUTH" |
5 | path: "Panels/Maze/maze_2" | 5 | path: "Panels/Maze/maze_2" |
diff --git a/data/maps/the_great/rooms/Maze Start.txtpb b/data/maps/the_great/rooms/Maze Start.txtpb index 1e89cbe..16a57f5 100644 --- a/data/maps/the_great/rooms/Maze Start.txtpb +++ b/data/maps/the_great/rooms/Maze Start.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Start" | 1 | name: "Maze Start" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "OUT" | 4 | name: "OUT" |
5 | path: "Panels/Maze/maze_1" | 5 | path: "Panels/Maze/maze_1" |
diff --git a/data/maps/the_great/rooms/Maze Tower.txtpb b/data/maps/the_great/rooms/Maze Tower.txtpb index 6a815aa..44c30d7 100644 --- a/data/maps/the_great/rooms/Maze Tower.txtpb +++ b/data/maps/the_great/rooms/Maze Tower.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Tower" | 1 | name: "Maze Tower" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "FEEL" | 4 | name: "FEEL" |
5 | path: "Panels/Maze/maze_12" | 5 | path: "Panels/Maze/maze_12" |
diff --git a/data/maps/the_great/rooms/Maze Up Area.txtpb b/data/maps/the_great/rooms/Maze Up Area.txtpb index 29f175b..0046cef 100644 --- a/data/maps/the_great/rooms/Maze Up Area.txtpb +++ b/data/maps/the_great/rooms/Maze Up Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Up Area" | 1 | name: "Maze Up Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "UP" | 4 | name: "UP" |
5 | path: "Panels/Maze/maze_15" | 5 | path: "Panels/Maze/maze_15" |
diff --git a/data/maps/the_great/rooms/Maze Wreck Area.txtpb b/data/maps/the_great/rooms/Maze Wreck Area.txtpb index 6808fc2..5710df5 100644 --- a/data/maps/the_great/rooms/Maze Wreck Area.txtpb +++ b/data/maps/the_great/rooms/Maze Wreck Area.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Maze Wreck Area" | 1 | name: "Maze Wreck Area" |
2 | display_name: "Courtyard" | 2 | panel_display_name: "Courtyard" |
3 | panels { | 3 | panels { |
4 | name: "WRECK" | 4 | name: "WRECK" |
5 | path: "Panels/Maze/maze_8" | 5 | path: "Panels/Maze/maze_8" |
diff --git a/data/maps/the_great/rooms/Nature Room.txtpb b/data/maps/the_great/rooms/Nature Room.txtpb index 9f798f3..464d3a2 100644 --- a/data/maps/the_great/rooms/Nature Room.txtpb +++ b/data/maps/the_great/rooms/Nature Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Nature Room" | 1 | name: "Nature Room" |
2 | display_name: "North Landscape" | 2 | panel_display_name: "North Landscape" |
3 | panels { | 3 | panels { |
4 | name: "SEVERE" | 4 | name: "SEVERE" |
5 | path: "Panels/General/nature_2" | 5 | path: "Panels/General/nature_2" |
diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb index 959f351..f0fde77 100644 --- a/data/maps/the_great/rooms/North Landscape.txtpb +++ b/data/maps/the_great/rooms/North Landscape.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "North Landscape" | 1 | name: "North Landscape" |
2 | display_name: "North Landscape" | 2 | panel_display_name: "North Landscape" |
3 | panels { | 3 | panels { |
4 | name: "WEATHER" | 4 | name: "WEATHER" |
5 | path: "Panels/General/platforms_1" | 5 | path: "Panels/General/platforms_1" |
diff --git a/data/maps/the_great/rooms/Outside Jail.txtpb b/data/maps/the_great/rooms/Outside Jail.txtpb index ab30761..d6dfa71 100644 --- a/data/maps/the_great/rooms/Outside Jail.txtpb +++ b/data/maps/the_great/rooms/Outside Jail.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Outside Jail" | 1 | name: "Outside Jail" |
2 | display_name: "Jail" | 2 | panel_display_name: "Jail" |
3 | panels { | 3 | panels { |
4 | name: "GUT" | 4 | name: "GUT" |
5 | path: "Panels/Head/head_1" | 5 | path: "Panels/Head/head_1" |
diff --git a/data/maps/the_great/rooms/Pillar Room.txtpb b/data/maps/the_great/rooms/Pillar Room.txtpb index 01ff309..648b7b4 100644 --- a/data/maps/the_great/rooms/Pillar Room.txtpb +++ b/data/maps/the_great/rooms/Pillar Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Pillar Room" | 1 | name: "Pillar Room" |
2 | display_name: "Pillar Room" | 2 | panel_display_name: "Pillar Room" |
3 | panels { | 3 | panels { |
4 | name: "EYE" | 4 | name: "EYE" |
5 | path: "Panels/Impressive/entry_2" | 5 | path: "Panels/Impressive/entry_2" |
diff --git a/data/maps/the_great/rooms/Purple Room.txtpb b/data/maps/the_great/rooms/Purple Room.txtpb index ff9bd9a..e505ca0 100644 --- a/data/maps/the_great/rooms/Purple Room.txtpb +++ b/data/maps/the_great/rooms/Purple Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Purple Room" | 1 | name: "Purple Room" |
2 | display_name: "Main Area" | 2 | panel_display_name: "Main Area" |
3 | ports { | 3 | ports { |
4 | name: "DAEDALUS" | 4 | name: "DAEDALUS" |
5 | path: "Meshes/Blocks/Warps/worldport18" | 5 | path: "Meshes/Blocks/Warps/worldport18" |
diff --git a/data/maps/the_great/rooms/Question Room How.txtpb b/data/maps/the_great/rooms/Question Room How.txtpb index 2c4395b..8f087d0 100644 --- a/data/maps/the_great/rooms/Question Room How.txtpb +++ b/data/maps/the_great/rooms/Question Room How.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Question Room How" | 1 | name: "Question Room How" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "QUESTION" | 4 | name: "QUESTION" |
5 | path: "Panels/Questions/question_3" | 5 | path: "Panels/Questions/question_3" |
@@ -12,6 +12,7 @@ panels { | |||
12 | proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" } | 12 | proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" } |
13 | proxies { answer: "when" path: "Panels/Question Proxies/question_3_proxied5" } | 13 | proxies { answer: "when" path: "Panels/Question Proxies/question_3_proxied5" } |
14 | proxies { answer: "where" path: "Panels/Question Proxies/question_3_proxied6" } | 14 | proxies { answer: "where" path: "Panels/Question Proxies/question_3_proxied6" } |
15 | display_name: "QUESTION (How)" | ||
15 | } | 16 | } |
16 | paintings { | 17 | paintings { |
17 | name: "WHY" | 18 | name: "WHY" |
diff --git a/data/maps/the_great/rooms/Question Room What.txtpb b/data/maps/the_great/rooms/Question Room What.txtpb index c7be6a9..a806366 100644 --- a/data/maps/the_great/rooms/Question Room What.txtpb +++ b/data/maps/the_great/rooms/Question Room What.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Question Room What" | 1 | name: "Question Room What" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "QUESTION" | 4 | name: "QUESTION" |
5 | path: "Panels/Questions/question_4" | 5 | path: "Panels/Questions/question_4" |
@@ -12,4 +12,5 @@ panels { | |||
12 | proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" } | 12 | proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" } |
13 | proxies { answer: "what" path: "Panels/Question Proxies/question_4_proxied5" } | 13 | proxies { answer: "what" path: "Panels/Question Proxies/question_4_proxied5" } |
14 | proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied6" } | 14 | proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied6" } |
15 | display_name: "QUESTION (What)" | ||
15 | } | 16 | } |
diff --git a/data/maps/the_great/rooms/Question Room When.txtpb b/data/maps/the_great/rooms/Question Room When.txtpb index 4de0d0f..b3ee2db 100644 --- a/data/maps/the_great/rooms/Question Room When.txtpb +++ b/data/maps/the_great/rooms/Question Room When.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Question Room When" | 1 | name: "Question Room When" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "QUESTION" | 4 | name: "QUESTION" |
5 | path: "Panels/Questions/question_1" | 5 | path: "Panels/Questions/question_1" |
@@ -12,6 +12,7 @@ panels { | |||
12 | proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" } | 12 | proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" } |
13 | proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" } | 13 | proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" } |
14 | proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" } | 14 | proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" } |
15 | display_name: "QUESTION (When)" | ||
15 | } | 16 | } |
16 | paintings { | 17 | paintings { |
17 | name: "WHY" | 18 | name: "WHY" |
diff --git a/data/maps/the_great/rooms/Question Room Who.txtpb b/data/maps/the_great/rooms/Question Room Who.txtpb index f1d6eb7..eb80882 100644 --- a/data/maps/the_great/rooms/Question Room Who.txtpb +++ b/data/maps/the_great/rooms/Question Room Who.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Question Room Who" | 1 | name: "Question Room Who" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "QUESTION" | 4 | name: "QUESTION" |
5 | path: "Panels/Questions/question_2" | 5 | path: "Panels/Questions/question_2" |
@@ -12,4 +12,5 @@ panels { | |||
12 | proxies { answer: "how" path: "Panels/Question Proxies/question_2_proxied4" } | 12 | proxies { answer: "how" path: "Panels/Question Proxies/question_2_proxied4" } |
13 | proxies { answer: "what" path: "Panels/Question Proxies/question_2_proxied5" } | 13 | proxies { answer: "what" path: "Panels/Question Proxies/question_2_proxied5" } |
14 | proxies { answer: "when" path: "Panels/Question Proxies/question_2_proxied6" } | 14 | proxies { answer: "when" path: "Panels/Question Proxies/question_2_proxied6" } |
15 | display_name: "QUESTION (Who)" | ||
15 | } | 16 | } |
diff --git a/data/maps/the_great/rooms/Salmon Room.txtpb b/data/maps/the_great/rooms/Salmon Room.txtpb index 96efd1a..ecdef75 100644 --- a/data/maps/the_great/rooms/Salmon Room.txtpb +++ b/data/maps/the_great/rooms/Salmon Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Salmon Room" | 1 | name: "Salmon Room" |
2 | display_name: "Main Area" | 2 | panel_display_name: "Main Area" |
3 | ports { | 3 | ports { |
4 | name: "BETWEEN" | 4 | name: "BETWEEN" |
5 | path: "Meshes/Blocks/Warps/worldport11" | 5 | path: "Meshes/Blocks/Warps/worldport11" |
diff --git a/data/maps/the_great/rooms/Talented Entrance.txtpb b/data/maps/the_great/rooms/Talented Entrance.txtpb index 038c7e7..7329853 100644 --- a/data/maps/the_great/rooms/Talented Entrance.txtpb +++ b/data/maps/the_great/rooms/Talented Entrance.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Talented Entrance" | 1 | name: "Talented Entrance" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | ports { | 3 | ports { |
4 | name: "TALENTED" | 4 | name: "TALENTED" |
5 | path: "Meshes/Blocks/Warps/worldport14" | 5 | path: "Meshes/Blocks/Warps/worldport14" |
diff --git a/data/maps/the_great/rooms/Under Question Room.txtpb b/data/maps/the_great/rooms/Under Question Room.txtpb index 4992632..db751bb 100644 --- a/data/maps/the_great/rooms/Under Question Room.txtpb +++ b/data/maps/the_great/rooms/Under Question Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Under Question Room" | 1 | name: "Under Question Room" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | panels { | 3 | panels { |
4 | name: "QUESTION" | 4 | name: "QUESTION" |
5 | path: "Panels/General/question_1" | 5 | path: "Panels/General/question_1" |
@@ -8,4 +8,5 @@ panels { | |||
8 | symbols: EXAMPLE | 8 | symbols: EXAMPLE |
9 | proxies { answer: "which" path: "Panels/General/question_1_proxy_1" } | 9 | proxies { answer: "which" path: "Panels/General/question_1_proxy_1" } |
10 | proxies { answer: "where" path: "Panels/General/question_1_proxy_2" } | 10 | proxies { answer: "where" path: "Panels/General/question_1_proxy_2" } |
11 | display_name: "QUESTION (Where)" | ||
11 | } | 12 | } |
diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index 4723213..daf1718 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "West Side" | 1 | name: "West Side" |
2 | display_name: "West Side" | 2 | panel_display_name: "West Side" |
3 | panels { | 3 | panels { |
4 | name: "ERASE" | 4 | name: "ERASE" |
5 | path: "Panels/General/entry_9" | 5 | path: "Panels/General/entry_9" |
diff --git a/data/maps/the_great/rooms/Whole Room.txtpb b/data/maps/the_great/rooms/Whole Room.txtpb index 2f5c855..daa174c 100644 --- a/data/maps/the_great/rooms/Whole Room.txtpb +++ b/data/maps/the_great/rooms/Whole Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Whole Room" | 1 | name: "Whole Room" |
2 | display_name: "North Landscape" | 2 | panel_display_name: "North Landscape" |
3 | panels { | 3 | panels { |
4 | name: "VAULT" | 4 | name: "VAULT" |
5 | path: "Panels/Whole Room/whole_1" | 5 | path: "Panels/Whole Room/whole_1" |
diff --git a/data/maps/the_great/rooms/Y Room.txtpb b/data/maps/the_great/rooms/Y Room.txtpb index b20420c..46c83ea 100644 --- a/data/maps/the_great/rooms/Y Room.txtpb +++ b/data/maps/the_great/rooms/Y Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Y Room" | 1 | name: "Y Room" |
2 | display_name: "Question Room" | 2 | panel_display_name: "Question Room" |
3 | letters { | 3 | letters { |
4 | key: "y" | 4 | key: "y" |
5 | path: "Components/Collectables/y" | 5 | path: "Components/Collectables/y" |
diff --git a/data/maps/the_great/rooms/Zero Room.txtpb b/data/maps/the_great/rooms/Zero Room.txtpb index dcbe067..54675bf 100644 --- a/data/maps/the_great/rooms/Zero Room.txtpb +++ b/data/maps/the_great/rooms/Zero Room.txtpb | |||
@@ -1,5 +1,5 @@ | |||
1 | name: "Zero Room" | 1 | name: "Zero Room" |
2 | display_name: "Zero Room" | 2 | panel_display_name: "Zero Room" |
3 | panels { | 3 | panels { |
4 | name: "HERO" | 4 | name: "HERO" |
5 | path: "Panels/General/zero_1" | 5 | path: "Panels/General/zero_1" |