diff options
Diffstat (limited to 'data/maps/control_center')
11 files changed, 74 insertions, 18 deletions
| diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb index 0bb29c1..bec8714 100644 --- a/data/maps/control_center/doors.txtpb +++ b/data/maps/control_center/doors.txtpb | |||
| @@ -15,6 +15,8 @@ doors { | |||
| 15 | doors { | 15 | doors { |
| 16 | name: "Hidden Door" | 16 | name: "Hidden Door" |
| 17 | type: EVENT | 17 | type: EVENT |
| 18 | latch: true | ||
| 19 | receivers: "Components/Doors/entry_12" | ||
| 18 | keyholders { room: "Main Area" name: "1" key: "h" } | 20 | keyholders { room: "Main Area" name: "1" key: "h" } |
| 19 | keyholders { room: "Main Area" name: "2" key: "i" } | 21 | keyholders { room: "Main Area" name: "2" key: "i" } |
| 20 | keyholders { room: "Main Area" name: "3" key: "d" } | 22 | keyholders { room: "Main Area" name: "3" key: "d" } |
| @@ -84,54 +86,49 @@ doors { | |||
| 84 | doors { | 86 | doors { |
| 85 | name: "White Ending Door" | 87 | name: "White Ending Door" |
| 86 | type: EVENT | 88 | type: EVENT |
| 87 | # This is the only time a door depends on endings. However, it's nice to do it | 89 | white_ending: true |
| 88 | # this way instead of just checking for ending room access because this lets | ||
| 89 | # us use events, which makes the playthrough more readable. | ||
| 90 | endings: "MINT" | ||
| 91 | endings: "ORANGE" | ||
| 92 | endings: "GREEN" | ||
| 93 | endings: "GRAY" | ||
| 94 | endings: "PLUM" | ||
| 95 | endings: "YELLOW" | ||
| 96 | endings: "GOLD" | ||
| 97 | endings: "BLACK" | ||
| 98 | endings: "CYAN" | ||
| 99 | endings: "PURPLE" | ||
| 100 | endings: "RED" | ||
| 101 | endings: "BLUE" | ||
| 102 | } | 90 | } |
| 103 | doors { | 91 | doors { |
| 104 | name: "Repetitive Entrance" | 92 | name: "Repetitive Entrance" |
| 105 | type: STANDARD | 93 | type: STANDARD |
| 94 | latch: true | ||
| 106 | receivers: "Components/Doors/entry_7" | 95 | receivers: "Components/Doors/entry_7" |
| 107 | keyholders { room: "Main Area" name: "1" key: "m" } | 96 | keyholders { room: "Main Area" name: "1" key: "m" } |
| 108 | keyholders { room: "Main Area" name: "2" key: "o" } | 97 | keyholders { room: "Main Area" name: "2" key: "o" } |
| 109 | keyholders { room: "Main Area" name: "3" key: "r" } | 98 | keyholders { room: "Main Area" name: "3" key: "r" } |
| 110 | keyholders { room: "Main Area" name: "4" key: "e" } | 99 | keyholders { room: "Main Area" name: "4" key: "e" } |
| 111 | location_room: "Main Area" | 100 | location_room: "Main Area" |
| 101 | location_name: "Keyword MORE" | ||
| 112 | } | 102 | } |
| 113 | doors { | 103 | doors { |
| 114 | name: "Perceptive From Outside" | 104 | name: "Perceptive From Outside" |
| 115 | type: EVENT | 105 | type: STANDARD |
| 106 | latch: true | ||
| 107 | receivers: "Components/Doors/entry_26" | ||
| 116 | keyholders { room: "Main Area" name: "1" key: "p" } | 108 | keyholders { room: "Main Area" name: "1" key: "p" } |
| 117 | keyholders { room: "Main Area" name: "2" key: "a" } | 109 | keyholders { room: "Main Area" name: "2" key: "a" } |
| 118 | keyholders { room: "Main Area" name: "3" key: "r" } | 110 | keyholders { room: "Main Area" name: "3" key: "r" } |
| 119 | keyholders { room: "Main Area" name: "4" key: "t" } | 111 | keyholders { room: "Main Area" name: "4" key: "t" } |
| 112 | location_room: "Main Area" | ||
| 113 | location_name: "Keyword PART" | ||
| 120 | } | 114 | } |
| 121 | doors { | 115 | doors { |
| 122 | name: "Perceptive From Inside" | 116 | name: "Perceptive From Inside" |
| 123 | type: EVENT | 117 | type: LOCATION_ONLY |
| 124 | panels { room: "Perceptive Entrance" name: "PART" } | 118 | panels { room: "Perceptive Entrance" name: "PART" } |
| 119 | location_room: "Perceptive Entrance" | ||
| 125 | } | 120 | } |
| 126 | doors { | 121 | doors { |
| 127 | name: "Ancient Entrance" | 122 | name: "Ancient Entrance" |
| 128 | type: STANDARD | 123 | type: STANDARD |
| 124 | latch: true | ||
| 129 | receivers: "Components/Doors/entry_20" | 125 | receivers: "Components/Doors/entry_20" |
| 130 | keyholders { room: "Main Area" name: "1" key: "z" } | 126 | keyholders { room: "Main Area" name: "1" key: "z" } |
| 131 | keyholders { room: "Main Area" name: "2" key: "e" } | 127 | keyholders { room: "Main Area" name: "2" key: "e" } |
| 132 | keyholders { room: "Main Area" name: "3" key: "r" } | 128 | keyholders { room: "Main Area" name: "3" key: "r" } |
| 133 | keyholders { room: "Main Area" name: "4" key: "o" } | 129 | keyholders { room: "Main Area" name: "4" key: "o" } |
| 134 | location_room: "Main Area" | 130 | location_room: "Main Area" |
| 131 | location_name: "Keyword ZERO" | ||
| 135 | } | 132 | } |
| 136 | doors { | 133 | doors { |
| 137 | name: "Between Door" | 134 | name: "Between Door" |
| @@ -168,3 +165,16 @@ doors { | |||
| 168 | panels { room: "Unyielding Entrance" name: "SEEK" } | 165 | panels { room: "Unyielding Entrance" name: "SEEK" } |
| 169 | location_room: "Unyielding Entrance" | 166 | location_room: "Unyielding Entrance" |
| 170 | } | 167 | } |
| 168 | doors { | ||
| 169 | name: "Near Perceptive Panel" | ||
| 170 | type: LOCATION_ONLY | ||
| 171 | panels { room: "Perceptive Entrance" name: "COLORS" } | ||
| 172 | location_room: "Perceptive Entrance" | ||
| 173 | location_name: "COLORS" | ||
| 174 | } | ||
| 175 | doors { | ||
| 176 | name: "Letters Panel" | ||
| 177 | type: LOCATION_ONLY | ||
| 178 | panels { room: "Main Area" name: "Letters" } | ||
| 179 | location_room: "Main Area" | ||
| 180 | } | ||
| diff --git a/data/maps/control_center/rooms/Ancient Entrance.txtpb b/data/maps/control_center/rooms/Ancient Entrance.txtpb index 9fe50c5..dc018ba 100644 --- a/data/maps/control_center/rooms/Ancient Entrance.txtpb +++ b/data/maps/control_center/rooms/Ancient Entrance.txtpb | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | name: "Ancient Entrance" | 1 | name: "Ancient Entrance" |
| 2 | ports { | 2 | ports { |
| 3 | name: "ANCIENT" | 3 | name: "ANCIENT" |
| 4 | display_name: "Ancient Entrance" | ||
| 4 | path: "Components/Warps/worldport8" | 5 | path: "Components/Warps/worldport8" |
| 6 | destination { x: -27 y: 0 z: -34 } | ||
| 7 | rotation: 90 | ||
| 8 | # This is because there's no port on the other side of the connection, so if | ||
| 9 | # this connection was removed and gallery paintings aren't shuffled then | ||
| 10 | # there'd be no way into The Ancient. | ||
| 11 | no_shuffle: true | ||
| 5 | } | 12 | } |
| diff --git a/data/maps/control_center/rooms/Between Entrance.txtpb b/data/maps/control_center/rooms/Between Entrance.txtpb index 2c21bdd..9da5344 100644 --- a/data/maps/control_center/rooms/Between Entrance.txtpb +++ b/data/maps/control_center/rooms/Between Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "BETWEEN" | 10 | name: "BETWEEN" |
| 11 | display_name: "Between Connector" | ||
| 11 | path: "Components/Warps/worldport5" | 12 | path: "Components/Warps/worldport5" |
| 13 | destination { x: 39 y: 0 z: -17 } | ||
| 14 | rotation: 270 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/control_center/rooms/Entry Entrance.txtpb b/data/maps/control_center/rooms/Entry Entrance.txtpb index d920523..ad882f5 100644 --- a/data/maps/control_center/rooms/Entry Entrance.txtpb +++ b/data/maps/control_center/rooms/Entry Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "ENTRY" | 10 | name: "ENTRY" |
| 11 | display_name: "Entry Connector" | ||
| 11 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
| 13 | destination { x: 26 y: 0 z: -16.5 } | ||
| 14 | rotation: 0 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/control_center/rooms/Entry.txtpb b/data/maps/control_center/rooms/Entry.txtpb index 7ef380c..09c21aa 100644 --- a/data/maps/control_center/rooms/Entry.txtpb +++ b/data/maps/control_center/rooms/Entry.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "GREAT" | 10 | name: "GREAT" |
| 11 | display_name: "Main Entrance" | ||
| 11 | path: "Components/Warps/worldport" | 12 | path: "Components/Warps/worldport" |
| 13 | destination { x: 0 y: 0 z: -1.5 } | ||
| 14 | rotation: 0 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/control_center/rooms/Main Area.txtpb b/data/maps/control_center/rooms/Main Area.txtpb index 44b0f79..2c1e418 100644 --- a/data/maps/control_center/rooms/Main Area.txtpb +++ b/data/maps/control_center/rooms/Main Area.txtpb | |||
| @@ -30,37 +30,52 @@ panels { | |||
| 30 | keyholders { | 30 | keyholders { |
| 31 | name: "1" | 31 | name: "1" |
| 32 | path: "Components/KeyHolders/keyHolder" | 32 | path: "Components/KeyHolders/keyHolder" |
| 33 | key: "z" | ||
| 33 | } | 34 | } |
| 34 | keyholders { | 35 | keyholders { |
| 35 | name: "2" | 36 | name: "2" |
| 36 | path: "Components/KeyHolders/keyHolder2" | 37 | path: "Components/KeyHolders/keyHolder2" |
| 38 | key: "e" | ||
| 37 | } | 39 | } |
| 38 | keyholders { | 40 | keyholders { |
| 39 | name: "3" | 41 | name: "3" |
| 40 | path: "Components/KeyHolders/keyHolder3" | 42 | path: "Components/KeyHolders/keyHolder3" |
| 43 | key: "r" | ||
| 41 | } | 44 | } |
| 42 | keyholders { | 45 | keyholders { |
| 43 | name: "4" | 46 | name: "4" |
| 44 | path: "Components/KeyHolders/keyHolder4" | 47 | path: "Components/KeyHolders/keyHolder4" |
| 48 | key: "o" | ||
| 45 | } | 49 | } |
| 46 | ports { | 50 | ports { |
| 47 | name: "RIGHT" | 51 | name: "RIGHT" |
| 52 | display_name: "Hinterlands South Entrance" | ||
| 48 | path: "Components/Warps/worldport6" | 53 | path: "Components/Warps/worldport6" |
| 54 | destination { x: 82 y: 0 z: -10 } | ||
| 55 | rotation: 90 | ||
| 49 | } | 56 | } |
| 50 | ports { | 57 | ports { |
| 51 | name: "LEFT" | 58 | name: "LEFT" |
| 59 | display_name: "Hinterlands North Entrance" | ||
| 52 | path: "Components/Warps/worldport7" | 60 | path: "Components/Warps/worldport7" |
| 53 | # Check that this is correct. | 61 | destination { x: 82 y: 0 z: -48 } |
| 62 | rotation: 90 | ||
| 54 | } | 63 | } |
| 55 | ports { | 64 | ports { |
| 56 | name: "RELENTLESS_LEFT" | 65 | name: "RELENTLESS_LEFT" |
| 66 | display_name: "Relentless LEFT Entrance" | ||
| 57 | path: "Components/Warps/worldport9" | 67 | path: "Components/Warps/worldport9" |
| 68 | no_shuffle: true | ||
| 58 | } | 69 | } |
| 59 | ports { | 70 | ports { |
| 60 | name: "RELENTLESS_SHOP" | 71 | name: "RELENTLESS_SHOP" |
| 72 | display_name: "Relentless SHOP Entrance" | ||
| 61 | path: "Components/Warps/worldport11" | 73 | path: "Components/Warps/worldport11" |
| 74 | no_shuffle: true | ||
| 62 | } | 75 | } |
| 63 | ports { | 76 | ports { |
| 64 | name: "RELENTLESS_TURN" | 77 | name: "RELENTLESS_TURN" |
| 78 | display_name: "Relentless TURN Entrance" | ||
| 65 | path: "Components/Warps/worldport10" | 79 | path: "Components/Warps/worldport10" |
| 80 | no_shuffle: true | ||
| 66 | } | 81 | } |
| diff --git a/data/maps/control_center/rooms/Partial Entrance.txtpb b/data/maps/control_center/rooms/Partial Entrance.txtpb index 77b68fa..de5d91a 100644 --- a/data/maps/control_center/rooms/Partial Entrance.txtpb +++ b/data/maps/control_center/rooms/Partial Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "PARTIAL" | 10 | name: "PARTIAL" |
| 11 | display_name: "Partial Connector" | ||
| 11 | path: "Components/Warps/worldport4" | 12 | path: "Components/Warps/worldport4" |
| 13 | destination { x: 21 y: 0 z: -41 } | ||
| 14 | rotation: 270 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/control_center/rooms/Perceptive Entrance.txtpb b/data/maps/control_center/rooms/Perceptive Entrance.txtpb index 6eec265..99b100b 100644 --- a/data/maps/control_center/rooms/Perceptive Entrance.txtpb +++ b/data/maps/control_center/rooms/Perceptive Entrance.txtpb | |||
| @@ -16,5 +16,8 @@ panels { | |||
| 16 | } | 16 | } |
| 17 | ports { | 17 | ports { |
| 18 | name: "PERCEPTIVE" | 18 | name: "PERCEPTIVE" |
| 19 | display_name: "Perceptive Entrance" | ||
| 19 | path: "Components/Warps/worldport12" | 20 | path: "Components/Warps/worldport12" |
| 21 | destination { x: -23 y: 0 z: -11 } | ||
| 22 | rotation: 0 | ||
| 20 | } | 23 | } |
| diff --git a/data/maps/control_center/rooms/Repetitive Entrance.txtpb b/data/maps/control_center/rooms/Repetitive Entrance.txtpb index 08b8fa4..0767e2c 100644 --- a/data/maps/control_center/rooms/Repetitive Entrance.txtpb +++ b/data/maps/control_center/rooms/Repetitive Entrance.txtpb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | name: "Repetitive Entrance" | 1 | name: "Repetitive Entrance" |
| 2 | ports { | 2 | ports { |
| 3 | name: "REPETITIVE" | 3 | name: "REPETITIVE" |
| 4 | display_name: "Repetitive Entrance" | ||
| 4 | path: "Components/Warps/worldport14" | 5 | path: "Components/Warps/worldport14" |
| 6 | destination { x: -16 y: 0 z: -17.5 } | ||
| 7 | rotation: 0 | ||
| 5 | } | 8 | } |
| diff --git a/data/maps/control_center/rooms/Tenacious Entrance.txtpb b/data/maps/control_center/rooms/Tenacious Entrance.txtpb index 0527d50..093e4fc 100644 --- a/data/maps/control_center/rooms/Tenacious Entrance.txtpb +++ b/data/maps/control_center/rooms/Tenacious Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "TENACIOUS" | 10 | name: "TENACIOUS" |
| 11 | display_name: "Tenacious Connector" | ||
| 11 | path: "Components/Warps/worldport13" | 12 | path: "Components/Warps/worldport13" |
| 13 | destination { x: 56 y: 0 z: -38 } | ||
| 14 | rotation: 180 | ||
| 12 | } | 15 | } |
| diff --git a/data/maps/control_center/rooms/Unkempt Entrance.txtpb b/data/maps/control_center/rooms/Unkempt Entrance.txtpb index b6fc074..a89cceb 100644 --- a/data/maps/control_center/rooms/Unkempt Entrance.txtpb +++ b/data/maps/control_center/rooms/Unkempt Entrance.txtpb | |||
| @@ -8,5 +8,8 @@ panels { | |||
| 8 | } | 8 | } |
| 9 | ports { | 9 | ports { |
| 10 | name: "UNKEMPT" | 10 | name: "UNKEMPT" |
| 11 | display_name: "Unkempt Connector" | ||
| 11 | path: "Components/Warps/worldport3" | 12 | path: "Components/Warps/worldport3" |
| 13 | destination { x: 34 y: 0 z: -38.5 } | ||
| 14 | rotation: 90 | ||
| 12 | } | 15 | } |
