about summary refs log tree commit diff stats
path: root/data/maps/control_center
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-28 13:26:10 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-28 13:26:10 -0400
commit907a59f52c14af709599d8da8b37285ae6794f59 (patch)
tree73e7ec7082a8b2fc769caf7f32c0a860f931babc /data/maps/control_center
parent7b0af7f15874e023ddc2653db225f6e358d81214 (diff)
downloadlingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.gz
lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.tar.bz2
lingo2-archipelago-907a59f52c14af709599d8da8b37285ae6794f59.zip
Added display names to ports
Diffstat (limited to 'data/maps/control_center')
-rw-r--r--data/maps/control_center/rooms/Ancient Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Between Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Entry Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Entry.txtpb1
-rw-r--r--data/maps/control_center/rooms/Main Area.txtpb5
-rw-r--r--data/maps/control_center/rooms/Partial Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Perceptive Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Repetitive Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Tenacious Entrance.txtpb1
-rw-r--r--data/maps/control_center/rooms/Unkempt Entrance.txtpb1
10 files changed, 14 insertions, 0 deletions
diff --git a/data/maps/control_center/rooms/Ancient Entrance.txtpb b/data/maps/control_center/rooms/Ancient Entrance.txtpb index 20b1440..5b65d9a 100644 --- a/data/maps/control_center/rooms/Ancient Entrance.txtpb +++ b/data/maps/control_center/rooms/Ancient Entrance.txtpb
@@ -1,6 +1,7 @@
1name: "Ancient Entrance" 1name: "Ancient Entrance"
2ports { 2ports {
3 name: "ANCIENT" 3 name: "ANCIENT"
4 display_name: "Ancient Entrance"
4 path: "Components/Warps/worldport8" 5 path: "Components/Warps/worldport8"
5 destination { x: -27 y: 0 z: -34 } 6 destination { x: -27 y: 0 z: -34 }
6 rotation: 90 7 rotation: 90
diff --git a/data/maps/control_center/rooms/Between Entrance.txtpb b/data/maps/control_center/rooms/Between Entrance.txtpb index e3d4e73..9da5344 100644 --- a/data/maps/control_center/rooms/Between Entrance.txtpb +++ b/data/maps/control_center/rooms/Between Entrance.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "BETWEEN" 10 name: "BETWEEN"
11 display_name: "Between Connector"
11 path: "Components/Warps/worldport5" 12 path: "Components/Warps/worldport5"
12 destination { x: 39 y: 0 z: -17 } 13 destination { x: 39 y: 0 z: -17 }
13 rotation: 270 14 rotation: 270
diff --git a/data/maps/control_center/rooms/Entry Entrance.txtpb b/data/maps/control_center/rooms/Entry Entrance.txtpb index f9924d8..ad882f5 100644 --- a/data/maps/control_center/rooms/Entry Entrance.txtpb +++ b/data/maps/control_center/rooms/Entry Entrance.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "ENTRY" 10 name: "ENTRY"
11 display_name: "Entry Connector"
11 path: "Components/Warps/worldport2" 12 path: "Components/Warps/worldport2"
12 destination { x: 26 y: 0 z: -16.5 } 13 destination { x: 26 y: 0 z: -16.5 }
13 rotation: 0 14 rotation: 0
diff --git a/data/maps/control_center/rooms/Entry.txtpb b/data/maps/control_center/rooms/Entry.txtpb index 3f95021..09c21aa 100644 --- a/data/maps/control_center/rooms/Entry.txtpb +++ b/data/maps/control_center/rooms/Entry.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "GREAT" 10 name: "GREAT"
11 display_name: "Main Entrance"
11 path: "Components/Warps/worldport" 12 path: "Components/Warps/worldport"
12 destination { x: 0 y: 0 z: -1.5 } 13 destination { x: 0 y: 0 z: -1.5 }
13 rotation: 0 14 rotation: 0
diff --git a/data/maps/control_center/rooms/Main Area.txtpb b/data/maps/control_center/rooms/Main Area.txtpb index 71e6284..2c1e418 100644 --- a/data/maps/control_center/rooms/Main Area.txtpb +++ b/data/maps/control_center/rooms/Main Area.txtpb
@@ -49,28 +49,33 @@ keyholders {
49} 49}
50ports { 50ports {
51 name: "RIGHT" 51 name: "RIGHT"
52 display_name: "Hinterlands South Entrance"
52 path: "Components/Warps/worldport6" 53 path: "Components/Warps/worldport6"
53 destination { x: 82 y: 0 z: -10 } 54 destination { x: 82 y: 0 z: -10 }
54 rotation: 90 55 rotation: 90
55} 56}
56ports { 57ports {
57 name: "LEFT" 58 name: "LEFT"
59 display_name: "Hinterlands North Entrance"
58 path: "Components/Warps/worldport7" 60 path: "Components/Warps/worldport7"
59 destination { x: 82 y: 0 z: -48 } 61 destination { x: 82 y: 0 z: -48 }
60 rotation: 90 62 rotation: 90
61} 63}
62ports { 64ports {
63 name: "RELENTLESS_LEFT" 65 name: "RELENTLESS_LEFT"
66 display_name: "Relentless LEFT Entrance"
64 path: "Components/Warps/worldport9" 67 path: "Components/Warps/worldport9"
65 no_shuffle: true 68 no_shuffle: true
66} 69}
67ports { 70ports {
68 name: "RELENTLESS_SHOP" 71 name: "RELENTLESS_SHOP"
72 display_name: "Relentless SHOP Entrance"
69 path: "Components/Warps/worldport11" 73 path: "Components/Warps/worldport11"
70 no_shuffle: true 74 no_shuffle: true
71} 75}
72ports { 76ports {
73 name: "RELENTLESS_TURN" 77 name: "RELENTLESS_TURN"
78 display_name: "Relentless TURN Entrance"
74 path: "Components/Warps/worldport10" 79 path: "Components/Warps/worldport10"
75 no_shuffle: true 80 no_shuffle: true
76} 81}
diff --git a/data/maps/control_center/rooms/Partial Entrance.txtpb b/data/maps/control_center/rooms/Partial Entrance.txtpb index 80c854b..5771afc 100644 --- a/data/maps/control_center/rooms/Partial Entrance.txtpb +++ b/data/maps/control_center/rooms/Partial Entrance.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "PARTIAL" 10 name: "PARTIAL"
11 display_name: "Partial Connector"
11 path: "Components/Warps/worldport4" 12 path: "Components/Warps/worldport4"
12 destination { x: 21 y: 0 z: -41 } 13 destination { x: 21 y: 0 z: -41 }
13 rotation: 270 14 rotation: 270
diff --git a/data/maps/control_center/rooms/Perceptive Entrance.txtpb b/data/maps/control_center/rooms/Perceptive Entrance.txtpb index be264e1..cf5a82c 100644 --- a/data/maps/control_center/rooms/Perceptive Entrance.txtpb +++ b/data/maps/control_center/rooms/Perceptive Entrance.txtpb
@@ -16,6 +16,7 @@ panels {
16} 16}
17ports { 17ports {
18 name: "PERCEPTIVE" 18 name: "PERCEPTIVE"
19 display_name: "Perceptive Entrance"
19 path: "Components/Warps/worldport12" 20 path: "Components/Warps/worldport12"
20 destination { x: -23 y: 0 z: -11 } 21 destination { x: -23 y: 0 z: -11 }
21 rotation: 0 22 rotation: 0
diff --git a/data/maps/control_center/rooms/Repetitive Entrance.txtpb b/data/maps/control_center/rooms/Repetitive Entrance.txtpb index e2b581b..6e242f3 100644 --- a/data/maps/control_center/rooms/Repetitive Entrance.txtpb +++ b/data/maps/control_center/rooms/Repetitive Entrance.txtpb
@@ -1,6 +1,7 @@
1name: "Repetitive Entrance" 1name: "Repetitive Entrance"
2ports { 2ports {
3 name: "REPETITIVE" 3 name: "REPETITIVE"
4 display_name: "Repetitive Entrance"
4 path: "Components/Warps/worldport14" 5 path: "Components/Warps/worldport14"
5 destination { x: -16 y: 0 z: -17.5 } 6 destination { x: -16 y: 0 z: -17.5 }
6 rotation: 0 7 rotation: 0
diff --git a/data/maps/control_center/rooms/Tenacious Entrance.txtpb b/data/maps/control_center/rooms/Tenacious Entrance.txtpb index 16819ad..2689589 100644 --- a/data/maps/control_center/rooms/Tenacious Entrance.txtpb +++ b/data/maps/control_center/rooms/Tenacious Entrance.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "TENACIOUS" 10 name: "TENACIOUS"
11 display_name: "Tenacious Connector"
11 path: "Components/Warps/worldport13" 12 path: "Components/Warps/worldport13"
12 destination { x: 56 y: 0 z: -38 } 13 destination { x: 56 y: 0 z: -38 }
13 rotation: 180 14 rotation: 180
diff --git a/data/maps/control_center/rooms/Unkempt Entrance.txtpb b/data/maps/control_center/rooms/Unkempt Entrance.txtpb index 619891a..5e65254 100644 --- a/data/maps/control_center/rooms/Unkempt Entrance.txtpb +++ b/data/maps/control_center/rooms/Unkempt Entrance.txtpb
@@ -8,6 +8,7 @@ panels {
8} 8}
9ports { 9ports {
10 name: "UNKEMPT" 10 name: "UNKEMPT"
11 display_name: "Unkempt Connector"
11 path: "Components/Warps/worldport3" 12 path: "Components/Warps/worldport3"
12 destination { x: 34 y: 0 z: -38.5 } 13 destination { x: 34 y: 0 z: -38.5 }
13 rotation: 90 14 rotation: 90