From 8960e61dc612fe2c4ad5df5cdaf2abf6a7edd773 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:29:39 -0400 Subject: Separate The Orb's middle port into own region --- data/maps/the_orb/rooms/Middle Room.txtpb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/maps/the_orb/rooms/Middle Room.txtpb (limited to 'data/maps/the_orb/rooms/Middle Room.txtpb') diff --git a/data/maps/the_orb/rooms/Middle Room.txtpb b/data/maps/the_orb/rooms/Middle Room.txtpb new file mode 100644 index 0000000..ed1a00c --- /dev/null +++ b/data/maps/the_orb/rooms/Middle Room.txtpb @@ -0,0 +1,12 @@ +name: "Middle Room" +# This is the room after solving the B puzzles but before getting to B1 itself. +# It has to be a separate region because if you are shuffling worldports and you +# warp to the B1 room port, you can't access this port if you're not able to +# solve the B puzzles. +ports { + name: "MID" + display_name: "Middle Worldport" + path: "Components/Warps/worldport4" + destination { x: -69 y: 0 z: 43 } + rotation: 90 +} -- cgit 1.4.1