From fcfefe57d9d0b9d8eb3e149e68605103a9e6b490 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Sep 2025 20:08:32 -0400 Subject: [Data] Fixed connection target required door logic bugs --- data/maps/the_entry/connections.txtpb | 15 +++++++++++++++ data/maps/the_entry/rooms/Flipped Second Room.txtpb | 7 ------- data/maps/the_entry/rooms/Four Rooms Entrance.txtpb | 7 +++++++ data/maps/the_entry/rooms/Liberated Entrance.txtpb | 6 ++++++ data/maps/the_entry/rooms/Link Area.txtpb | 12 ------------ data/maps/the_entry/rooms/Literate Entrance.txtpb | 6 ++++++ 6 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 data/maps/the_entry/rooms/Four Rooms Entrance.txtpb create mode 100644 data/maps/the_entry/rooms/Liberated Entrance.txtpb create mode 100644 data/maps/the_entry/rooms/Literate Entrance.txtpb (limited to 'data/maps/the_entry') diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index a2e325a..9813f85 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -199,3 +199,18 @@ connections { to_room: "White Hallway To Daedalus" door { name: "Control Center White Door" } } +connections { + from_room: "Flipped Second Room" + to_room: "Four Rooms Entrance" + door { name: "Flipped Second Room Right Door" } +} +connections { + from_room: "Link Area" + to_room: "Liberated Entrance" + door { name: "Liberated Entrance" } +} +connections { + from_room: "Link Area" + to_room: "Literate Entrance" + door { name: "Literate Entrance" } +} diff --git a/data/maps/the_entry/rooms/Flipped Second Room.txtpb b/data/maps/the_entry/rooms/Flipped Second Room.txtpb index 5841ca1..0d518bb 100644 --- a/data/maps/the_entry/rooms/Flipped Second Room.txtpb +++ b/data/maps/the_entry/rooms/Flipped Second Room.txtpb @@ -21,10 +21,3 @@ paintings { gravity: Y_PLUS display_name: "Eye Painting" } -ports { - name: "FOUR" - path: "Components/Warps/worldport9" - orientation: "south" - gravity: Y_PLUS - required_door { name: "Flipped Second Room Right Door" } -} \ No newline at end of file diff --git a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb new file mode 100644 index 0000000..689d23e --- /dev/null +++ b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb @@ -0,0 +1,7 @@ +name: "Four Rooms Entrance" +ports { + name: "FOUR" + path: "Components/Warps/worldport9" + orientation: "south" + gravity: Y_PLUS +} diff --git a/data/maps/the_entry/rooms/Liberated Entrance.txtpb b/data/maps/the_entry/rooms/Liberated Entrance.txtpb new file mode 100644 index 0000000..f0176a0 --- /dev/null +++ b/data/maps/the_entry/rooms/Liberated Entrance.txtpb @@ -0,0 +1,6 @@ +name: "Liberated Entrance" +ports { + name: "BLUE" + path: "worldport8" + orientation: "west" +} diff --git a/data/maps/the_entry/rooms/Link Area.txtpb b/data/maps/the_entry/rooms/Link Area.txtpb index 689f57a..5b68279 100644 --- a/data/maps/the_entry/rooms/Link Area.txtpb +++ b/data/maps/the_entry/rooms/Link Area.txtpb @@ -26,15 +26,3 @@ paintings { orientation: "south" display_name: "Center Painting" } -ports { - name: "BLUE" - path: "worldport8" - orientation: "west" - required_door { name: "Liberated Entrance" } -} -ports { - name: "BROWN" - path: "worldport9" - orientation: "east" - required_door { name: "Literate Entrance" } -} \ No newline at end of file diff --git a/data/maps/the_entry/rooms/Literate Entrance.txtpb b/data/maps/the_entry/rooms/Literate Entrance.txtpb new file mode 100644 index 0000000..4ec402f --- /dev/null +++ b/data/maps/the_entry/rooms/Literate Entrance.txtpb @@ -0,0 +1,6 @@ +name: "Literate Entrance" +ports { + name: "BROWN" + path: "worldport9" + orientation: "east" +} -- cgit 1.4.1