From 3c26cedd030c464e3b8a5576a98c19eb45134658 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 14:28:56 -0400 Subject: Process the rest of the defined protos --- data/maps/the_entry/doors.txtpb | 14 +++++++++++++- data/maps/the_entry/rooms/Entry Exit.txtpb | 2 +- data/maps/the_entry/rooms/Starting Room.txtpb | 6 +++--- 3 files changed, 17 insertions(+), 5 deletions(-) (limited to 'data/maps/the_entry') diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 99e7e02..c43020c 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb @@ -141,7 +141,7 @@ doors { name: "Control Center White Door" type: CONTROL_CENTER_COLOR receivers: "Components/Doors/back_left_7" - control_center_color: white + control_center_color: "white" } # exit_1 should maybe just be removed. # entry_proxied_1 is part of the vanilla intro. @@ -265,4 +265,16 @@ doors { panels { room: "Least Blue Last" name: "TRUST" } panels { room: "Least Blue Last" name: "LABEL" } panels { room: "Least Blue Last" name: "AIL" } +} +doors { + name: "Red Room Painting" + type: STANDARD + move_paintings { room: "Right Eye" name: "PSYCHIC" } + panels { room: "Right Eye" name: "FAINT" } +} +doors { + name: "Third Eye Painting" + type: STANDARD + move_paintings { room: "Eye Room" name: "GALLERY" } + panels { room: "Eye Room" name: "I" } } \ No newline at end of file diff --git a/data/maps/the_entry/rooms/Entry Exit.txtpb b/data/maps/the_entry/rooms/Entry Exit.txtpb index a6ce2c4..4f4ac28 100644 --- a/data/maps/the_entry/rooms/Entry Exit.txtpb +++ b/data/maps/the_entry/rooms/Entry Exit.txtpb @@ -3,5 +3,5 @@ display_name: "Starting Room" ports { name: "GREAT" path: "Components/Warps/worldport2" - orientation: north + orientation: "north" } \ No newline at end of file diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 98882a3..eaf493c 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb @@ -32,7 +32,7 @@ panels { answer: "hint" } panels { - id: "THIN" + name: "THIN" path: "Panels/Entry/second_left" clue: "thin" answer: "thin" @@ -54,7 +54,7 @@ paintings { move: true # how do enter_only: true orientation: "north" - required_door { door: "Least Blue Last Panels" } + required_door { name: "Least Blue Last Panels" } display_name: "Near Trick Painting" } paintings { @@ -62,7 +62,7 @@ paintings { path: "Components/Paintings/pains3" enter_only: true orientation: "east" - required_door { door: "Near D Room Painting" } + required_door { name: "Near D Room Painting" } display_name: "Near D Room Painting" } ports { -- cgit 1.4.1