about summary refs log tree commit diff stats
path: root/data/maps/the_partial
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_partial')
-rw-r--r--data/maps/the_partial/doors.txtpb6
-rw-r--r--data/maps/the_partial/rooms/Control Center Entrance.txtpb4
-rw-r--r--data/maps/the_partial/rooms/Obverse Side.txtpb4
3 files changed, 9 insertions, 5 deletions
diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index c51062a..e37d077 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb
@@ -43,14 +43,14 @@ doors {
43doors { 43doors {
44 name: "L Entered" 44 name: "L Entered"
45 type: EVENT 45 type: EVENT
46 # It does this in vanilla, but I'm specifying it so that the Control Center 46 latch: true
47 # Entrance door doesn't override it.
48 receivers: "Components/Doors/controlDoor" 47 receivers: "Components/Doors/controlDoor"
49 keyholders { room: "Obverse Side" name: "L" key: "l" } 48 keyholders { room: "Obverse Side" name: "L" key: "l" }
50} 49}
51doors { 50doors {
52 name: "Control Center Entrance" 51 name: "Control Center Entrance"
53 type: LOCATION_ONLY 52 type: EVENT
53 legacy_location: true
54 #receivers: "Components/Doors/controlDoor" 54 #receivers: "Components/Doors/controlDoor"
55 panels { room: "Control Center Entrance" name: "RETURN" } 55 panels { room: "Control Center Entrance" name: "RETURN" }
56 location_room: "Control Center Entrance" 56 location_room: "Control Center Entrance"
diff --git a/data/maps/the_partial/rooms/Control Center Entrance.txtpb b/data/maps/the_partial/rooms/Control Center Entrance.txtpb index e685822..faccd50 100644 --- a/data/maps/the_partial/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_partial/rooms/Control Center Entrance.txtpb
@@ -8,6 +8,8 @@ panels {
8} 8}
9ports { 9ports {
10 name: "CC" 10 name: "CC"
11 display_name: "Control Center Connector"
11 path: "Components/Warps/worldport2" 12 path: "Components/Warps/worldport2"
12 orientation: "north" 13 destination { x: -19 y: 0 z: 8 }
14 rotation: 180
13} 15}
diff --git a/data/maps/the_partial/rooms/Obverse Side.txtpb b/data/maps/the_partial/rooms/Obverse Side.txtpb index c0ce04b..462888c 100644 --- a/data/maps/the_partial/rooms/Obverse Side.txtpb +++ b/data/maps/the_partial/rooms/Obverse Side.txtpb
@@ -99,8 +99,10 @@ panels {
99} 99}
100ports { 100ports {
101 name: "GREAT" 101 name: "GREAT"
102 display_name: "Main Entrance"
102 path: "Components/Warps/worldport" 103 path: "Components/Warps/worldport"
103 orientation: "west" 104 destination { x: -3 y: 0 z: 20 }
105 rotation: 270
104} 106}
105keyholders { 107keyholders {
106 # This is one of the ones that's misnamed within the game. 108 # This is one of the ones that's misnamed within the game.