diff options
Diffstat (limited to 'data/maps/control_center')
10 files changed, 37 insertions, 1 deletions
diff --git a/data/maps/control_center/rooms/Ancient Entrance.txtpb b/data/maps/control_center/rooms/Ancient Entrance.txtpb index 9fe50c5..20b1440 100644 --- a/data/maps/control_center/rooms/Ancient Entrance.txtpb +++ b/data/maps/control_center/rooms/Ancient Entrance.txtpb | |||
@@ -2,4 +2,8 @@ name: "Ancient Entrance" | |||
2 | ports { | 2 | ports { |
3 | name: "ANCIENT" | 3 | name: "ANCIENT" |
4 | path: "Components/Warps/worldport8" | 4 | path: "Components/Warps/worldport8" |
5 | destination { x: -27 y: 0 z: -34 } | ||
6 | rotation: 90 | ||
7 | # TODO: shuffle entrances with dependent keyholders | ||
8 | no_shuffle: true | ||
5 | } | 9 | } |
diff --git a/data/maps/control_center/rooms/Between Entrance.txtpb b/data/maps/control_center/rooms/Between Entrance.txtpb index 2c21bdd..e3d4e73 100644 --- a/data/maps/control_center/rooms/Between Entrance.txtpb +++ b/data/maps/control_center/rooms/Between Entrance.txtpb | |||
@@ -9,4 +9,6 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "BETWEEN" | 10 | name: "BETWEEN" |
11 | path: "Components/Warps/worldport5" | 11 | path: "Components/Warps/worldport5" |
12 | destination { x: 39 y: 0 z: -17 } | ||
13 | rotation: 270 | ||
12 | } | 14 | } |
diff --git a/data/maps/control_center/rooms/Entry Entrance.txtpb b/data/maps/control_center/rooms/Entry Entrance.txtpb index d920523..f9924d8 100644 --- a/data/maps/control_center/rooms/Entry Entrance.txtpb +++ b/data/maps/control_center/rooms/Entry Entrance.txtpb | |||
@@ -9,4 +9,6 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "ENTRY" | 10 | name: "ENTRY" |
11 | path: "Components/Warps/worldport2" | 11 | path: "Components/Warps/worldport2" |
12 | destination { x: 26 y: 0 z: -16.5 } | ||
13 | rotation: 0 | ||
12 | } | 14 | } |
diff --git a/data/maps/control_center/rooms/Entry.txtpb b/data/maps/control_center/rooms/Entry.txtpb index 7ef380c..3f95021 100644 --- a/data/maps/control_center/rooms/Entry.txtpb +++ b/data/maps/control_center/rooms/Entry.txtpb | |||
@@ -9,4 +9,6 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "GREAT" | 10 | name: "GREAT" |
11 | path: "Components/Warps/worldport" | 11 | path: "Components/Warps/worldport" |
12 | destination { x: 0 y: 0 z: -1.5 } | ||
13 | rotation: 0 | ||
12 | } | 14 | } |
diff --git a/data/maps/control_center/rooms/Main Area.txtpb b/data/maps/control_center/rooms/Main Area.txtpb index bf81e26..71e6284 100644 --- a/data/maps/control_center/rooms/Main Area.txtpb +++ b/data/maps/control_center/rooms/Main Area.txtpb | |||
@@ -50,21 +50,27 @@ keyholders { | |||
50 | ports { | 50 | ports { |
51 | name: "RIGHT" | 51 | name: "RIGHT" |
52 | path: "Components/Warps/worldport6" | 52 | path: "Components/Warps/worldport6" |
53 | destination { x: 82 y: 0 z: -10 } | ||
54 | rotation: 90 | ||
53 | } | 55 | } |
54 | ports { | 56 | ports { |
55 | name: "LEFT" | 57 | name: "LEFT" |
56 | path: "Components/Warps/worldport7" | 58 | path: "Components/Warps/worldport7" |
57 | # Check that this is correct. | 59 | destination { x: 82 y: 0 z: -48 } |
60 | rotation: 90 | ||
58 | } | 61 | } |
59 | ports { | 62 | ports { |
60 | name: "RELENTLESS_LEFT" | 63 | name: "RELENTLESS_LEFT" |
61 | path: "Components/Warps/worldport9" | 64 | path: "Components/Warps/worldport9" |
65 | no_shuffle: true | ||
62 | } | 66 | } |
63 | ports { | 67 | ports { |
64 | name: "RELENTLESS_SHOP" | 68 | name: "RELENTLESS_SHOP" |
65 | path: "Components/Warps/worldport11" | 69 | path: "Components/Warps/worldport11" |
70 | no_shuffle: true | ||
66 | } | 71 | } |
67 | ports { | 72 | ports { |
68 | name: "RELENTLESS_TURN" | 73 | name: "RELENTLESS_TURN" |
69 | path: "Components/Warps/worldport10" | 74 | path: "Components/Warps/worldport10" |
75 | no_shuffle: true | ||
70 | } | 76 | } |
diff --git a/data/maps/control_center/rooms/Partial Entrance.txtpb b/data/maps/control_center/rooms/Partial Entrance.txtpb index 77b68fa..80c854b 100644 --- a/data/maps/control_center/rooms/Partial Entrance.txtpb +++ b/data/maps/control_center/rooms/Partial Entrance.txtpb | |||
@@ -9,4 +9,8 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "PARTIAL" | 10 | name: "PARTIAL" |
11 | path: "Components/Warps/worldport4" | 11 | path: "Components/Warps/worldport4" |
12 | destination { x: 21 y: 0 z: -41 } | ||
13 | rotation: 270 | ||
14 | # TODO: shuffle entrances with dependent keyholders | ||
15 | no_shuffle: true | ||
12 | } | 16 | } |
diff --git a/data/maps/control_center/rooms/Perceptive Entrance.txtpb b/data/maps/control_center/rooms/Perceptive Entrance.txtpb index 6eec265..be264e1 100644 --- a/data/maps/control_center/rooms/Perceptive Entrance.txtpb +++ b/data/maps/control_center/rooms/Perceptive Entrance.txtpb | |||
@@ -17,4 +17,8 @@ panels { | |||
17 | ports { | 17 | ports { |
18 | name: "PERCEPTIVE" | 18 | name: "PERCEPTIVE" |
19 | path: "Components/Warps/worldport12" | 19 | path: "Components/Warps/worldport12" |
20 | destination { x: -23 y: 0 z: -11 } | ||
21 | rotation: 0 | ||
22 | # TODO: shuffle entrances with dependent keyholders | ||
23 | no_shuffle: true | ||
20 | } | 24 | } |
diff --git a/data/maps/control_center/rooms/Repetitive Entrance.txtpb b/data/maps/control_center/rooms/Repetitive Entrance.txtpb index 08b8fa4..e2b581b 100644 --- a/data/maps/control_center/rooms/Repetitive Entrance.txtpb +++ b/data/maps/control_center/rooms/Repetitive Entrance.txtpb | |||
@@ -2,4 +2,8 @@ name: "Repetitive Entrance" | |||
2 | ports { | 2 | ports { |
3 | name: "REPETITIVE" | 3 | name: "REPETITIVE" |
4 | path: "Components/Warps/worldport14" | 4 | path: "Components/Warps/worldport14" |
5 | destination { x: -16 y: 0 z: -17.5 } | ||
6 | rotation: 0 | ||
7 | # TODO: shuffle entrances with dependent keyholders | ||
8 | no_shuffle: true | ||
5 | } | 9 | } |
diff --git a/data/maps/control_center/rooms/Tenacious Entrance.txtpb b/data/maps/control_center/rooms/Tenacious Entrance.txtpb index 0527d50..16819ad 100644 --- a/data/maps/control_center/rooms/Tenacious Entrance.txtpb +++ b/data/maps/control_center/rooms/Tenacious Entrance.txtpb | |||
@@ -9,4 +9,8 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "TENACIOUS" | 10 | name: "TENACIOUS" |
11 | path: "Components/Warps/worldport13" | 11 | path: "Components/Warps/worldport13" |
12 | destination { x: 56 y: 0 z: -38 } | ||
13 | rotation: 180 | ||
14 | # TODO: shuffle entrances with dependent keyholders | ||
15 | no_shuffle: true | ||
12 | } | 16 | } |
diff --git a/data/maps/control_center/rooms/Unkempt Entrance.txtpb b/data/maps/control_center/rooms/Unkempt Entrance.txtpb index b6fc074..619891a 100644 --- a/data/maps/control_center/rooms/Unkempt Entrance.txtpb +++ b/data/maps/control_center/rooms/Unkempt Entrance.txtpb | |||
@@ -9,4 +9,8 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "UNKEMPT" | 10 | name: "UNKEMPT" |
11 | path: "Components/Warps/worldport3" | 11 | path: "Components/Warps/worldport3" |
12 | destination { x: 34 y: 0 z: -38.5 } | ||
13 | rotation: 90 | ||
14 | # TODO: shuffle entrances with dependent keyholders | ||
15 | no_shuffle: true | ||
12 | } | 16 | } |