From d79984b099c3f762b95d3b4257bef113d3a8d6ee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 7 Sep 2025 15:42:00 -0400 Subject: Added door groups --- data/maps/daedalus/doors.txtpb | 4 ---- data/maps/the_entry/connections.txtpb | 2 +- data/maps/the_entry/doors.txtpb | 2 +- data/maps/the_repetitive/connections.txtpb | 2 +- data/maps/the_repetitive/doors.txtpb | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) (limited to 'data/maps') diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index 7359c5e..d6c33f4 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb @@ -892,16 +892,12 @@ doors { } doors { name: "White Hallway From Entry" - # TODO: This should be combined with the corresponding door in the_entry, at - # least when connections are not shuffled. type: CONTROL_CENTER_COLOR receivers: "Components/Doors/Halls/froom_6" control_center_color: "white" } doors { name: "Purple Hallway From Great" - # TODO: This should be combined with the corresponding door in the_great, at - # least when connections are not shuffled. type: CONTROL_CENTER_COLOR receivers: "Components/Doors/Halls/froom_7" control_center_color: "purple" diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 6f847da..a2e325a 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -192,7 +192,7 @@ connections { connections { from_room: "Starting Room" to_room: "Repetitive Entrance" - door { name: "Repetitive Entrance" } + door { name: "Starting Room West Wall North Door" } } connections { from_room: "Lime Room" diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 78ffa52..6bef160 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb @@ -193,7 +193,7 @@ doors { location_room: "Starting Room" } doors { - name: "Repetitive Entrance" + name: "Starting Room West Wall North Door" type: ITEM_ONLY receivers: "Components/Doors/Entry/entry_proxied_9" double_letters: true diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb index 2b115a9..0afe72d 100644 --- a/data/maps/the_repetitive/connections.txtpb +++ b/data/maps/the_repetitive/connections.txtpb @@ -6,7 +6,7 @@ connections { connections { from_room: "Main Room" to_room: "Plaza Connector" - door { name: "Plaza Entrance" } + door { name: "Black Hallway" } oneway: true } connections { diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 9e63c1d..8171dc4 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb @@ -6,7 +6,7 @@ doors { location_room: "Main Room" } doors { - name: "Plaza Entrance" + name: "Black Hallway" type: STANDARD receivers: "Components/Doors/Door12" panels { room: "Main Room" name: "I" } -- cgit 1.4.1