about summary refs log tree commit diff stats
path: root/data/maps/the_great
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_great')
-rw-r--r--data/maps/the_great/doors.txtpb2
-rw-r--r--data/maps/the_great/rooms/Back Area.txtpb4
-rw-r--r--data/maps/the_great/rooms/Colorful Entrance.txtpb1
-rw-r--r--data/maps/the_great/rooms/Daedalus Entrance.txtpb1
-rw-r--r--data/maps/the_great/rooms/Hive Entrance.txtpb1
-rw-r--r--data/maps/the_great/rooms/Jubilant Entrance.txtpb1
-rw-r--r--data/maps/the_great/rooms/Main Area.txtpb5
-rw-r--r--data/maps/the_great/rooms/North Landscape.txtpb1
-rw-r--r--data/maps/the_great/rooms/Purple Room.txtpb1
-rw-r--r--data/maps/the_great/rooms/Salmon Room.txtpb1
-rw-r--r--data/maps/the_great/rooms/Talented Entrance.txtpb1
-rw-r--r--data/maps/the_great/rooms/West Side.txtpb3
12 files changed, 21 insertions, 1 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index abbbc11..628715f 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb
@@ -60,7 +60,7 @@ doors {
60doors { 60doors {
61 name: "Control Center Gray Door" 61 name: "Control Center Gray Door"
62 type: CONTROL_CENTER_COLOR 62 type: CONTROL_CENTER_COLOR
63 receivers: "Components/Doors/Gates/Gate" 63 receivers: "Components/Doors/Gates/Gate/animationListener"
64 control_center_color: "gray" 64 control_center_color: "gray"
65} 65}
66doors { 66doors {
diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index fdf72e7..c57a76f 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb
@@ -124,18 +124,21 @@ paintings {
124} 124}
125ports { 125ports {
126 name: "UNKEMPT" 126 name: "UNKEMPT"
127 display_name: "Unkempt Entrance"
127 path: "Meshes/Blocks/Warps/worldport5" 128 path: "Meshes/Blocks/Warps/worldport5"
128 destination { x: 72 y: 0 z: 10.5 } 129 destination { x: 72 y: 0 z: 10.5 }
129 rotation: 180 130 rotation: 180
130} 131}
131ports { 132ports {
132 name: "THREEDOORS" 133 name: "THREEDOORS"
134 display_name: "Three Doors Entrance"
133 path: "Meshes/Blocks/Warps/worldport16" 135 path: "Meshes/Blocks/Warps/worldport16"
134 destination { x: 77 y: 0 z: 33.5 } 136 destination { x: 77 y: 0 z: 33.5 }
135 rotation: 0 137 rotation: 0
136} 138}
137ports { 139ports {
138 name: "TOWER" 140 name: "TOWER"
141 display_name: "Tower Entrance"
139 path: "Meshes/Blocks/Warps/worldport10" 142 path: "Meshes/Blocks/Warps/worldport10"
140 destination { x: 0 y: 0 z: 52 } 143 destination { x: 0 y: 0 z: 52 }
141 rotation: 0 144 rotation: 0
@@ -144,6 +147,7 @@ ports {
144} 147}
145ports { 148ports {
146 name: "TREE" 149 name: "TREE"
150 display_name: "Tree Entrance"
147 path: "Meshes/Blocks/Warps/worldport17" 151 path: "Meshes/Blocks/Warps/worldport17"
148 destination { x: 26 y: 0 z: 58 } 152 destination { x: 26 y: 0 z: 58 }
149 rotation: 180 153 rotation: 180
diff --git a/data/maps/the_great/rooms/Colorful Entrance.txtpb b/data/maps/the_great/rooms/Colorful Entrance.txtpb index aa2e8d4..5464698 100644 --- a/data/maps/the_great/rooms/Colorful Entrance.txtpb +++ b/data/maps/the_great/rooms/Colorful Entrance.txtpb
@@ -2,6 +2,7 @@ name: "Colorful Entrance"
2panel_display_name: "Pillar Room" 2panel_display_name: "Pillar Room"
3ports { 3ports {
4 name: "COLORFUL" 4 name: "COLORFUL"
5 display_name: "Pillar Room Worldport"
5 path: "Meshes/Blocks/Warps/worldport13" 6 path: "Meshes/Blocks/Warps/worldport13"
6 destination { x: -37.5 y: 0 z: 74 } 7 destination { x: -37.5 y: 0 z: 74 }
7 rotation: 270 8 rotation: 270
diff --git a/data/maps/the_great/rooms/Daedalus Entrance.txtpb b/data/maps/the_great/rooms/Daedalus Entrance.txtpb index a6976c2..abfab99 100644 --- a/data/maps/the_great/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_great/rooms/Daedalus Entrance.txtpb
@@ -9,6 +9,7 @@ panels {
9} 9}
10ports { 10ports {
11 name: "DAEDALUS" 11 name: "DAEDALUS"
12 display_name: "Daedalus Entrance"
12 path: "Meshes/Blocks/Warps/worldport8" 13 path: "Meshes/Blocks/Warps/worldport8"
13 destination { x: 98 y: 2 z: 27.5 } 14 destination { x: 98 y: 2 z: 27.5 }
14 rotation: 0 15 rotation: 0
diff --git a/data/maps/the_great/rooms/Hive Entrance.txtpb b/data/maps/the_great/rooms/Hive Entrance.txtpb index aa91e2e..56acc22 100644 --- a/data/maps/the_great/rooms/Hive Entrance.txtpb +++ b/data/maps/the_great/rooms/Hive Entrance.txtpb
@@ -9,6 +9,7 @@ panels {
9} 9}
10ports { 10ports {
11 name: "HIVE" 11 name: "HIVE"
12 display_name: "Hive Entrance"
12 path: "Meshes/Blocks/Warps/worldport19" 13 path: "Meshes/Blocks/Warps/worldport19"
13 destination { x: -91.5 y: 0 z: 37 } 14 destination { x: -91.5 y: 0 z: 37 }
14 rotation: 90 15 rotation: 90
diff --git a/data/maps/the_great/rooms/Jubilant Entrance.txtpb b/data/maps/the_great/rooms/Jubilant Entrance.txtpb index a7ca665..b254cc0 100644 --- a/data/maps/the_great/rooms/Jubilant Entrance.txtpb +++ b/data/maps/the_great/rooms/Jubilant Entrance.txtpb
@@ -2,6 +2,7 @@ name: "Jubilant Entrance"
2panel_display_name: "West Side" 2panel_display_name: "West Side"
3ports { 3ports {
4 name: "JUBILANT" 4 name: "JUBILANT"
5 display_name: "Jubilant Entrance"
5 path: "Meshes/Blocks/Warps/worldport12" 6 path: "Meshes/Blocks/Warps/worldport12"
6 destination { x: -62 y: 0 z: -19 } 7 destination { x: -62 y: 0 z: -19 }
7 rotation: 90 8 rotation: 90
diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index 61cf83d..a5ed9f3 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb
@@ -122,30 +122,35 @@ panels {
122} 122}
123ports { 123ports {
124 name: "ENTRY" 124 name: "ENTRY"
125 display_name: "Entry Building"
125 path: "Meshes/Blocks/Warps/worldport" 126 path: "Meshes/Blocks/Warps/worldport"
126 destination { x: 33 y: 0 z: 15 } 127 destination { x: 33 y: 0 z: 15 }
127 rotation: 0 128 rotation: 0
128} 129}
129ports { 130ports {
130 name: "KEEN" 131 name: "KEEN"
132 display_name: "Keen Building Front"
131 path: "Meshes/Blocks/Warps/worldport6" 133 path: "Meshes/Blocks/Warps/worldport6"
132 destination { x: 33 y: 0 z: -21 } 134 destination { x: 33 y: 0 z: -21 }
133 rotation: 180 135 rotation: 180
134} 136}
135ports { 137ports {
136 name: "ORB" 138 name: "ORB"
139 display_name: "Orb Building"
137 path: "Meshes/Blocks/Warps/worldport3" 140 path: "Meshes/Blocks/Warps/worldport3"
138 destination { x: 62 y: 0 z: -13 } 141 destination { x: 62 y: 0 z: -13 }
139 rotation: 180 142 rotation: 180
140} 143}
141ports { 144ports {
142 name: "LINEAR" 145 name: "LINEAR"
146 display_name: "Keen Building Back"
143 path: "Meshes/Blocks/Warps/worldport15" 147 path: "Meshes/Blocks/Warps/worldport15"
144 destination { x: 33 y: 0 z: -42.5 } 148 destination { x: 33 y: 0 z: -42.5 }
145 rotation: 0 149 rotation: 0
146} 150}
147ports { 151ports {
148 name: "DIGITAL" 152 name: "DIGITAL"
153 display_name: "Digital Hole"
149 path: "Meshes/Blocks/Warps/worldport4" 154 path: "Meshes/Blocks/Warps/worldport4"
150 destination { x: -6.5 y: 0 z: 7.5 } 155 destination { x: -6.5 y: 0 z: 7.5 }
151 rotation: 0 156 rotation: 0
diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb index 65e1f2a..f738ed3 100644 --- a/data/maps/the_great/rooms/North Landscape.txtpb +++ b/data/maps/the_great/rooms/North Landscape.txtpb
@@ -56,6 +56,7 @@ keyholders {
56} 56}
57ports { 57ports {
58 name: "INVISIBLE" 58 name: "INVISIBLE"
59 display_name: "Eye Worldport"
59 path: "Meshes/Blocks/Warps/worldport20" 60 path: "Meshes/Blocks/Warps/worldport20"
60 destination { x: 33 y: 0 z: -66.5 } 61 destination { x: 33 y: 0 z: -66.5 }
61 rotation: 0 62 rotation: 0
diff --git a/data/maps/the_great/rooms/Purple Room.txtpb b/data/maps/the_great/rooms/Purple Room.txtpb index de78437..12e79e7 100644 --- a/data/maps/the_great/rooms/Purple Room.txtpb +++ b/data/maps/the_great/rooms/Purple Room.txtpb
@@ -2,6 +2,7 @@ name: "Purple Room"
2panel_display_name: "Main Area" 2panel_display_name: "Main Area"
3ports { 3ports {
4 name: "DAEDALUS" 4 name: "DAEDALUS"
5 display_name: "Purple Hallway"
5 path: "Meshes/Blocks/Warps/worldport18" 6 path: "Meshes/Blocks/Warps/worldport18"
6 destination { x: 158 y: 0 z: 14 } 7 destination { x: 158 y: 0 z: 14 }
7 rotation: 180 8 rotation: 180
diff --git a/data/maps/the_great/rooms/Salmon Room.txtpb b/data/maps/the_great/rooms/Salmon Room.txtpb index 93bf86f..8458829 100644 --- a/data/maps/the_great/rooms/Salmon Room.txtpb +++ b/data/maps/the_great/rooms/Salmon Room.txtpb
@@ -2,6 +2,7 @@ name: "Salmon Room"
2panel_display_name: "Main Area" 2panel_display_name: "Main Area"
3ports { 3ports {
4 name: "BETWEEN" 4 name: "BETWEEN"
5 display_name: "Salmon Hallway"
5 path: "Meshes/Blocks/Warps/worldport11" 6 path: "Meshes/Blocks/Warps/worldport11"
6 destination { x: 83 y: 0 z: -21 } 7 destination { x: 83 y: 0 z: -21 }
7 rotation: 90 8 rotation: 90
diff --git a/data/maps/the_great/rooms/Talented Entrance.txtpb b/data/maps/the_great/rooms/Talented Entrance.txtpb index 0546f82..53c27dc 100644 --- a/data/maps/the_great/rooms/Talented Entrance.txtpb +++ b/data/maps/the_great/rooms/Talented Entrance.txtpb
@@ -2,6 +2,7 @@ name: "Talented Entrance"
2panel_display_name: "Question Room" 2panel_display_name: "Question Room"
3ports { 3ports {
4 name: "TALENTED" 4 name: "TALENTED"
5 display_name: "Under Question Room Worldport"
5 path: "Meshes/Blocks/Warps/worldport14" 6 path: "Meshes/Blocks/Warps/worldport14"
6 destination { x: 109 y: -6 z: -26.5 } 7 destination { x: 109 y: -6 z: -26.5 }
7 rotation: 0 8 rotation: 0
diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index 78a36ef..9f098ee 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb
@@ -63,18 +63,21 @@ paintings {
63} 63}
64ports { 64ports {
65 name: "IMPRESSIVE" 65 name: "IMPRESSIVE"
66 display_name: "Impressive Entrance"
66 path: "Meshes/Blocks/Warps/worldport2" 67 path: "Meshes/Blocks/Warps/worldport2"
67 destination { x: -34 y: 0 z: 22.5 } 68 destination { x: -34 y: 0 z: 22.5 }
68 rotation: 0 69 rotation: 0
69} 70}
70ports { 71ports {
71 name: "CC" 72 name: "CC"
73 display_name: "Control Center"
72 path: "Meshes/Blocks/Warps/worldport9" 74 path: "Meshes/Blocks/Warps/worldport9"
73 destination { x: -59 y: 0 z: -50.5 } 75 destination { x: -59 y: 0 z: -50.5 }
74 rotation: 180 76 rotation: 180
75} 77}
76ports { 78ports {
77 name: "PARTIAL" 79 name: "PARTIAL"
80 display_name: "Red Hallway"
78 path: "Meshes/Blocks/Warps/worldport7" 81 path: "Meshes/Blocks/Warps/worldport7"
79 destination { x: -62 y: 0 z: 11 } 82 destination { x: -62 y: 0 z: 11 }
80 rotation: 90 83 rotation: 90