From 2b0b477dcd7a12202ae13d24cde4ba3171ee7edf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 6 Oct 2025 10:09:13 -0400 Subject: Shortened some location names in the_great --- data/ids.yaml | 26 ++++---- data/maps/the_great/connections.txtpb | 4 ++ data/maps/the_great/doors.txtpb | 40 +++++++----- data/maps/the_great/rooms/Back Area.txtpb | 86 ------------------------- data/maps/the_great/rooms/The Landscapes.txtpb | 88 ++++++++++++++++++++++++++ data/maps/the_great/rooms/Whole Room.txtpb | 2 +- 6 files changed, 130 insertions(+), 116 deletions(-) create mode 100644 data/maps/the_great/rooms/The Landscapes.txtpb diff --git a/data/ids.yaml b/data/ids.yaml index be5c0f8..45c9ea0 100644 --- a/data/ids.yaml +++ b/data/ids.yaml @@ -1851,22 +1851,10 @@ maps: rooms: Back Area: panels: - Left Landscape Bottom: 482 - Left Landscape Left: 483 - Left Landscape Right: 481 - Left Landscape Top: 480 PAINTING: 474 PLANT: 472 - Right Landscape Bottom: 486 - Right Landscape Left: 487 - Right Landscape Right: 485 - Right Landscape Top: 484 TOWEL: 475 TREE: 473 - Top Landscape Bottom: 478 - Top Landscape Left: 479 - Top Landscape Right: 477 - Top Landscape Top: 476 Behind Question Area: panels: DEW: 488 @@ -2024,6 +2012,20 @@ maps: Question Room Who: panels: QUESTION: 587 + The Landscapes: + panels: + Left Landscape Bottom: 482 + Left Landscape Left: 483 + Left Landscape Right: 481 + Left Landscape Top: 480 + Right Landscape Bottom: 486 + Right Landscape Left: 487 + Right Landscape Right: 485 + Right Landscape Top: 484 + Top Landscape Bottom: 478 + Top Landscape Left: 479 + Top Landscape Right: 477 + Top Landscape Top: 476 Under Question Room: panels: QUESTION: 588 diff --git a/data/maps/the_great/connections.txtpb b/data/maps/the_great/connections.txtpb index f1a7e25..171e809 100644 --- a/data/maps/the_great/connections.txtpb +++ b/data/maps/the_great/connections.txtpb @@ -256,3 +256,7 @@ connections { to_room: "Zero Room" door { name: "Lavender Cube" } } +connections { + from_room: "Back Area" + to_room: "The Landscapes" +} diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 628715f..bf28421 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb @@ -124,6 +124,7 @@ doors { panels { room: "Magnet Room" name: "SAW" } panels { room: "Magnet Room" name: "BLENDER" } location_room: "Magnet Room" + location_name: "Gravestone" } doors { name: "Hive Entrance" @@ -205,23 +206,25 @@ doors { panels { room: "Jail Part 2" name: "GRIMACE" } panels { room: "Jail Part 2" name: "COMMENCE" } location_room: "Jail Part 2" + location_name: "Gravestone" } doors { name: "The Landscapes Gravestone" type: GRAVESTONE - panels { room: "Back Area" name: "Top Landscape Top" } - panels { room: "Back Area" name: "Top Landscape Right" } - panels { room: "Back Area" name: "Top Landscape Bottom" } - panels { room: "Back Area" name: "Top Landscape Left" } - panels { room: "Back Area" name: "Left Landscape Top" } - panels { room: "Back Area" name: "Left Landscape Right" } - panels { room: "Back Area" name: "Left Landscape Bottom" } - panels { room: "Back Area" name: "Left Landscape Left" } - panels { room: "Back Area" name: "Right Landscape Top" } - panels { room: "Back Area" name: "Right Landscape Right" } - panels { room: "Back Area" name: "Right Landscape Bottom" } - panels { room: "Back Area" name: "Right Landscape Left" } - location_room: "Back Area" + panels { room: "The Landscapes" name: "Top Landscape Top" } + panels { room: "The Landscapes" name: "Top Landscape Right" } + panels { room: "The Landscapes" name: "Top Landscape Bottom" } + panels { room: "The Landscapes" name: "Top Landscape Left" } + panels { room: "The Landscapes" name: "Left Landscape Top" } + panels { room: "The Landscapes" name: "Left Landscape Right" } + panels { room: "The Landscapes" name: "Left Landscape Bottom" } + panels { room: "The Landscapes" name: "Left Landscape Left" } + panels { room: "The Landscapes" name: "Right Landscape Top" } + panels { room: "The Landscapes" name: "Right Landscape Right" } + panels { room: "The Landscapes" name: "Right Landscape Bottom" } + panels { room: "The Landscapes" name: "Right Landscape Left" } + location_room: "The Landscapes" + location_name: "Gravestone" } doors { name: "Tower Entrance" @@ -318,6 +321,7 @@ doors { panels { room: "Maze Up Area" name: "UP" } panels { room: "Maze Wreck Area" name: "WRECK" } location_room: "Maze Slice Area" + location_name: "Gravestone" } doors { name: "Courtyard Side Door" @@ -419,10 +423,10 @@ doors { name: "Invisible Entrance" type: STANDARD receivers: "Components/Doors/entry_36" - panels { room: "Back Area" name: "Right Landscape Top" answer: "tell" } - panels { room: "Back Area" name: "Right Landscape Left" answer: "eyes" } - location_room: "Back Area" - location_name: "Landscapes Room Alternate Answers" + panels { room: "The Landscapes" name: "Right Landscape Top" answer: "tell" } + panels { room: "The Landscapes" name: "Right Landscape Left" answer: "eyes" } + location_room: "The Landscapes" + location_name: "Alternate Answers" } doors { name: "Nature Room Door" @@ -468,6 +472,7 @@ doors { panels { room: "Whole Room" name: "CHIPS" } panels { room: "Whole Room" name: "TOWER" } location_room: "Whole Room" + location_name: "Gravestone" } doors { name: "Lavender Cube" @@ -494,6 +499,7 @@ doors { panels { room: "Zero Room" name: "MANY" } panels { room: "Zero Room" name: "REMAINING" } location_room: "Zero Room" + location_name: "Panels" } doors { name: "Spiral Painting" diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index c57a76f..33da394 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb @@ -28,92 +28,6 @@ panels { answer: "tower" symbols: SPARKLES } -panels { - name: "Top Landscape Top" - path: "Panels/Kiwi Room/kiwi_1" - clue: "" - answer: "one" - symbols: QUESTION -} -panels { - name: "Top Landscape Right" - path: "Panels/Kiwi Room/kiwi_2" - clue: "" - answer: "road" - symbols: QUESTION -} -panels { - name: "Top Landscape Bottom" - path: "Panels/Kiwi Room/kiwi_3" - clue: "" - answer: "many" - symbols: QUESTION -} -panels { - name: "Top Landscape Left" - path: "Panels/Kiwi Room/kiwi_4" - clue: "" - answer: "turns" - symbols: QUESTION -} -panels { - name: "Left Landscape Top" - path: "Panels/Kiwi Room/kiwi_5" - clue: "" - answer: "find" - symbols: QUESTION -} -panels { - name: "Left Landscape Right" - path: "Panels/Kiwi Room/kiwi_6" - clue: "" - answer: "keys" - symbols: QUESTION -} -panels { - name: "Left Landscape Bottom" - path: "Panels/Kiwi Room/kiwi_7" - clue: "" - answer: "write" - symbols: QUESTION -} -panels { - name: "Left Landscape Left" - path: "Panels/Kiwi Room/kiwi_8" - clue: "" - answer: "words" - symbols: QUESTION -} -panels { - name: "Right Landscape Top" - path: "Panels/Kiwi Room/kiwi_9" - clue: "" - answer: "hear" - symbols: QUESTION - proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } -} -panels { - name: "Right Landscape Right" - path: "Panels/Kiwi Room/kiwi_10" - clue: "" - answer: "lies" - symbols: QUESTION -} -panels { - name: "Right Landscape Bottom" - path: "Panels/Kiwi Room/kiwi_11" - clue: "" - answer: "the" - symbols: QUESTION -} -panels { - name: "Right Landscape Left" - path: "Panels/Kiwi Room/kiwi_12" - clue: "" - answer: "ears" - symbols: QUESTION - proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } -} paintings { name: "SPIRAL" path: "Components/Paintings/spiral" diff --git a/data/maps/the_great/rooms/The Landscapes.txtpb b/data/maps/the_great/rooms/The Landscapes.txtpb new file mode 100644 index 0000000..2912843 --- /dev/null +++ b/data/maps/the_great/rooms/The Landscapes.txtpb @@ -0,0 +1,88 @@ +name: "The Landscapes" +panel_display_name: "The Landscapes" +panels { + name: "Top Landscape Top" + path: "Panels/Kiwi Room/kiwi_1" + clue: "" + answer: "one" + symbols: QUESTION +} +panels { + name: "Top Landscape Right" + path: "Panels/Kiwi Room/kiwi_2" + clue: "" + answer: "road" + symbols: QUESTION +} +panels { + name: "Top Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_3" + clue: "" + answer: "many" + symbols: QUESTION +} +panels { + name: "Top Landscape Left" + path: "Panels/Kiwi Room/kiwi_4" + clue: "" + answer: "turns" + symbols: QUESTION +} +panels { + name: "Left Landscape Top" + path: "Panels/Kiwi Room/kiwi_5" + clue: "" + answer: "find" + symbols: QUESTION +} +panels { + name: "Left Landscape Right" + path: "Panels/Kiwi Room/kiwi_6" + clue: "" + answer: "keys" + symbols: QUESTION +} +panels { + name: "Left Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_7" + clue: "" + answer: "write" + symbols: QUESTION +} +panels { + name: "Left Landscape Left" + path: "Panels/Kiwi Room/kiwi_8" + clue: "" + answer: "words" + symbols: QUESTION +} +panels { + name: "Right Landscape Top" + path: "Panels/Kiwi Room/kiwi_9" + clue: "" + answer: "hear" + symbols: QUESTION + proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } +} +panels { + name: "Right Landscape Right" + path: "Panels/Kiwi Room/kiwi_10" + clue: "" + answer: "lies" + symbols: QUESTION +} +panels { + name: "Right Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_11" + clue: "" + answer: "the" + symbols: QUESTION +} +panels { + name: "Right Landscape Left" + path: "Panels/Kiwi Room/kiwi_12" + clue: "" + answer: "ears" + symbols: QUESTION + proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } +} diff --git a/data/maps/the_great/rooms/Whole Room.txtpb b/data/maps/the_great/rooms/Whole Room.txtpb index daa174c..989241a 100644 --- a/data/maps/the_great/rooms/Whole Room.txtpb +++ b/data/maps/the_great/rooms/Whole Room.txtpb @@ -1,5 +1,5 @@ name: "Whole Room" -panel_display_name: "North Landscape" +panel_display_name: "Building Building" panels { name: "VAULT" path: "Panels/Whole Room/whole_1" -- cgit 1.4.1