From 24a59794f408c6aa878a8477a920a1d7b7d9c4c5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 3 Nov 2025 10:19:45 -0500 Subject: the_entry Four Rooms Entrance is actually Y_MINUS The game sneakily flips your gravity using a nearby warp before you reach the worldport, which is why this port works at all in ER because the client doesn't actually read the gravity field at all. This means the only worldport that doesn't have Y_MINUS gravity is the Z_PLUS one in the_extravagant. As for paintings, there are genuinely still a dozen that are Y_PLUS, as well as two X_MINUS, two X_PLUS, and one Z_PLUS in the_extravagant. --- data/maps/the_entry/rooms/Four Rooms Entrance.txtpb | 2 +- data/maps/the_extravagant/rooms/Engine Room.txtpb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps') diff --git a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb index 4d94d5a..d4650f0 100644 --- a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb +++ b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb @@ -5,5 +5,5 @@ ports { path: "Components/Warps/worldport9" destination { x: -41 y: 6 z: -17.5 } rotation: 0 - gravity: Y_PLUS + # This isn't actually Y_PLUS gravity! A nearby warp sneakily flips you. } diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb index 7157757..18dfcad 100644 --- a/data/maps/the_extravagant/rooms/Engine Room.txtpb +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb @@ -25,6 +25,6 @@ ports { display_name: "Engine Room Worldport" path: "Components/Warps/worldport2" gravity: Z_PLUS - # TODO: entrance shuffling for non Y axis gravity + # TODO: entrance shuffling for non Y_MINUS gravity no_shuffle: true } -- cgit 1.4.1