From ca31f48175157ed3ba0f49a7cae582c77625e4f6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 22:08:28 -0400 Subject: Added the_lively --- data/connections.txtpb | 17 +++++++- data/ids.txtpb | 46 +++++++++++++++++++++ data/maps/the_lively/connections.txtpb | 5 +++ data/maps/the_lively/doors.txtpb | 12 ++++++ data/maps/the_lively/rooms/L2 Room.txtpb | 7 ++++ data/maps/the_lively/rooms/Puzzle Room.txtpb | 62 ++++++++++++++++++++++++++++ 6 files changed, 148 insertions(+), 1 deletion(-) create mode 100644 data/maps/the_lively/connections.txtpb create mode 100644 data/maps/the_lively/doors.txtpb create mode 100644 data/maps/the_lively/rooms/L2 Room.txtpb create mode 100644 data/maps/the_lively/rooms/Puzzle Room.txtpb (limited to 'data') diff --git a/data/connections.txtpb b/data/connections.txtpb index 58f456e..1d182cd 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -14,7 +14,6 @@ # the_bearer/Back Area/DAEDALUS # the_between/Main Area/PLAZA # the_between/Control Center Side/CC -# the_between/Control Center Side/LIVELY # the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE @@ -714,3 +713,19 @@ connections { } } } +connections { + from { + port { + map: "the_between" + room: "Control Center Side" + name: "LIVELY" + } + } + to { + port { + map: "the_lively" + room: "Puzzle Room" + name: "BETWEEN" + } + } +} diff --git a/data/ids.txtpb b/data/ids.txtpb index fef4b22..409a552 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb @@ -3856,6 +3856,48 @@ maps { } } } +maps { + key: "the_lively" + value { + rooms { + key: "Puzzle Room" + value { + panels { + key: "AUNT" + value: 763 + } + panels { + key: "BASS" + value: 765 + } + panels { + key: "FATHER" + value: 766 + } + panels { + key: "LIONESS" + value: 760 + } + panels { + key: "QUEEN" + value: 761 + } + panels { + key: "ROOSTER" + value: 767 + } + panels { + key: "SON" + value: 764 + } + panels { + key: "SOPRANO" + value: 762 + } + } + } + } +} letters { key: "a1" value: 577 @@ -3916,6 +3958,10 @@ letters { key: "l1" value: 190 } +letters { + key: "l2" + value: 759 +} letters { key: "m1" value: 638 diff --git a/data/maps/the_lively/connections.txtpb b/data/maps/the_lively/connections.txtpb new file mode 100644 index 0000000..f8cb49c --- /dev/null +++ b/data/maps/the_lively/connections.txtpb @@ -0,0 +1,5 @@ +connections { + from_room: "Puzzle Room" + to_room: "L2 Room" + door { name: "Door" } +} diff --git a/data/maps/the_lively/doors.txtpb b/data/maps/the_lively/doors.txtpb new file mode 100644 index 0000000..71957db --- /dev/null +++ b/data/maps/the_lively/doors.txtpb @@ -0,0 +1,12 @@ +doors { + name: "Door" + type: EVENT + panels { room: "Puzzle Room" name: "LIONESS" } + panels { room: "Puzzle Room" name: "QUEEN" } + panels { room: "Puzzle Room" name: "SOPRANO" } + panels { room: "Puzzle Room" name: "AUNT" } + panels { room: "Puzzle Room" name: "SON" } + panels { room: "Puzzle Room" name: "BASS" } + panels { room: "Puzzle Room" name: "FATHER" } + panels { room: "Puzzle Room" name: "ROOSTER" } +} diff --git a/data/maps/the_lively/rooms/L2 Room.txtpb b/data/maps/the_lively/rooms/L2 Room.txtpb new file mode 100644 index 0000000..094ab10 --- /dev/null +++ b/data/maps/the_lively/rooms/L2 Room.txtpb @@ -0,0 +1,7 @@ +name: "L2 Room" +display_name: "Lively" +letters { + key: "l" + level2: true + path: "Components/Collectables/collectable" +} diff --git a/data/maps/the_lively/rooms/Puzzle Room.txtpb b/data/maps/the_lively/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..4dbc836 --- /dev/null +++ b/data/maps/the_lively/rooms/Puzzle Room.txtpb @@ -0,0 +1,62 @@ +name: "Puzzle Room" +display_name: "Lively" +panels { + name: "LIONESS" + path: "Panels/entry_1" + clue: "lioness" + answer: "lion" + symbols: "gender" +} +panels { + name: "QUEEN" + path: "Panels/entry_2" + clue: "queen" + answer: "king" + symbols: "gender" +} +panels { + name: "SOPRANO" + path: "Panels/entry_3" + clue: "soprano" + answer: "tenor" + symbols: "gender" +} +panels { + name: "AUNT" + path: "Panels/entry_4" + clue: "aunt" + answer: "uncle" + symbols: "gender" +} +panels { + name: "SON" + path: "Panels/entry_5" + clue: "son" + answer: "daughter" + symbols: "gender" +} +panels { + name: "BASS" + path: "Panels/entry_6" + clue: "bass" + answer: "alto" + symbols: "gender" +} +panels { + name: "FATHER" + path: "Panels/entry_7" + clue: "father" + answer: "mother" + symbols: "gender" +} +panels { + name: "ROOSTER" + path: "Panels/entry_8" + clue: "rooster" + answer: "hen" + symbols: "gender" +} +ports { + name: "BETWEEN" + path: "Components/Warps/worldport" +} -- cgit 1.4.1