diff options
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_entry/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_great/doors.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_linear/doors.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_repetitive/connections.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_repetitive/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_three_doors/doors.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_tree/doors.txtpb | 1 |
9 files changed, 11 insertions, 8 deletions
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index 2d8ba0b..d6c33f4 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -892,16 +892,12 @@ doors { | |||
892 | } | 892 | } |
893 | doors { | 893 | doors { |
894 | name: "White Hallway From Entry" | 894 | name: "White Hallway From Entry" |
895 | # TODO: This should be combined with the corresponding door in the_entry, at | ||
896 | # least when connections are not shuffled. | ||
897 | type: CONTROL_CENTER_COLOR | 895 | type: CONTROL_CENTER_COLOR |
898 | receivers: "Components/Doors/Halls/froom_6" | 896 | receivers: "Components/Doors/Halls/froom_6" |
899 | control_center_color: "white" | 897 | control_center_color: "white" |
900 | } | 898 | } |
901 | doors { | 899 | doors { |
902 | name: "Purple Hallway From Great" | 900 | name: "Purple Hallway From Great" |
903 | # TODO: This should be combined with the corresponding door in the_great, at | ||
904 | # least when connections are not shuffled. | ||
905 | type: CONTROL_CENTER_COLOR | 901 | type: CONTROL_CENTER_COLOR |
906 | receivers: "Components/Doors/Halls/froom_7" | 902 | receivers: "Components/Doors/Halls/froom_7" |
907 | control_center_color: "purple" | 903 | control_center_color: "purple" |
@@ -1080,6 +1076,7 @@ doors { | |||
1080 | panels { room: "Outside Snake Room" name: "SONG (South)" } | 1076 | panels { room: "Outside Snake Room" name: "SONG (South)" } |
1081 | panels { room: "West Castle Area" name: "SONG (2)" } | 1077 | panels { room: "West Castle Area" name: "SONG (2)" } |
1082 | location_room: "West Castle Area" | 1078 | location_room: "West Castle Area" |
1079 | location_name: "South SONGs" | ||
1083 | } | 1080 | } |
1084 | doors { | 1081 | doors { |
1085 | name: "Amber North Door" | 1082 | name: "Amber North Door" |
@@ -1088,6 +1085,7 @@ doors { | |||
1088 | panels { room: "Outside Snake Room" name: "SONG (North)" } | 1085 | panels { room: "Outside Snake Room" name: "SONG (North)" } |
1089 | panels { room: "Amber North 2" name: "SONG" } | 1086 | panels { room: "Amber North 2" name: "SONG" } |
1090 | location_room: "Amber North 2" | 1087 | location_room: "Amber North 2" |
1088 | location_name: "North SONGs" | ||
1091 | } | 1089 | } |
1092 | doors { | 1090 | doors { |
1093 | name: "Amber East Doors" | 1091 | name: "Amber East Doors" |
@@ -1921,6 +1919,7 @@ doors { | |||
1921 | type: LOCATION_ONLY | 1919 | type: LOCATION_ONLY |
1922 | panels { room: "Dark Light Exit" name: "GASKET" } | 1920 | panels { room: "Dark Light Exit" name: "GASKET" } |
1923 | location_room: "Dark Light Exit" | 1921 | location_room: "Dark Light Exit" |
1922 | location_name: "GASKET" | ||
1924 | } | 1923 | } |
1925 | doors { | 1924 | doors { |
1926 | name: "Dark Light Room Divider" | 1925 | name: "Dark Light Room Divider" |
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 6f847da..a2e325a 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -192,7 +192,7 @@ connections { | |||
192 | connections { | 192 | connections { |
193 | from_room: "Starting Room" | 193 | from_room: "Starting Room" |
194 | to_room: "Repetitive Entrance" | 194 | to_room: "Repetitive Entrance" |
195 | door { name: "Repetitive Entrance" } | 195 | door { name: "Starting Room West Wall North Door" } |
196 | } | 196 | } |
197 | connections { | 197 | connections { |
198 | from_room: "Lime Room" | 198 | from_room: "Lime Room" |
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 78ffa52..6bef160 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb | |||
@@ -193,7 +193,7 @@ doors { | |||
193 | location_room: "Starting Room" | 193 | location_room: "Starting Room" |
194 | } | 194 | } |
195 | doors { | 195 | doors { |
196 | name: "Repetitive Entrance" | 196 | name: "Starting Room West Wall North Door" |
197 | type: ITEM_ONLY | 197 | type: ITEM_ONLY |
198 | receivers: "Components/Doors/Entry/entry_proxied_9" | 198 | receivers: "Components/Doors/Entry/entry_proxied_9" |
199 | double_letters: true | 199 | double_letters: true |
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index dc25128..992b4fa 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -49,6 +49,7 @@ doors { | |||
49 | type: LOCATION_ONLY | 49 | type: LOCATION_ONLY |
50 | panels { room: "West Side" name: "ERASE" } | 50 | panels { room: "West Side" name: "ERASE" } |
51 | location_room: "West Side" | 51 | location_room: "West Side" |
52 | location_name: "ERASE" | ||
52 | } | 53 | } |
53 | doors { | 54 | doors { |
54 | name: "Control Center Purple Door" | 55 | name: "Control Center Purple Door" |
diff --git a/data/maps/the_linear/doors.txtpb b/data/maps/the_linear/doors.txtpb index 63d8ae8..9a57158 100644 --- a/data/maps/the_linear/doors.txtpb +++ b/data/maps/the_linear/doors.txtpb | |||
@@ -10,4 +10,5 @@ doors { | |||
10 | panels { room: "Room" name: "INTO" } | 10 | panels { room: "Room" name: "INTO" } |
11 | panels { room: "Room" name: "NOR" } | 11 | panels { room: "Room" name: "NOR" } |
12 | location_room: "Room" | 12 | location_room: "Room" |
13 | location_name: "Gravestone" | ||
13 | } | 14 | } |
diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb index 2b115a9..0afe72d 100644 --- a/data/maps/the_repetitive/connections.txtpb +++ b/data/maps/the_repetitive/connections.txtpb | |||
@@ -6,7 +6,7 @@ connections { | |||
6 | connections { | 6 | connections { |
7 | from_room: "Main Room" | 7 | from_room: "Main Room" |
8 | to_room: "Plaza Connector" | 8 | to_room: "Plaza Connector" |
9 | door { name: "Plaza Entrance" } | 9 | door { name: "Black Hallway" } |
10 | oneway: true | 10 | oneway: true |
11 | } | 11 | } |
12 | connections { | 12 | connections { |
diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 9e63c1d..8171dc4 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb | |||
@@ -6,7 +6,7 @@ doors { | |||
6 | location_room: "Main Room" | 6 | location_room: "Main Room" |
7 | } | 7 | } |
8 | doors { | 8 | doors { |
9 | name: "Plaza Entrance" | 9 | name: "Black Hallway" |
10 | type: STANDARD | 10 | type: STANDARD |
11 | receivers: "Components/Doors/Door12" | 11 | receivers: "Components/Doors/Door12" |
12 | panels { room: "Main Room" name: "I" } | 12 | panels { room: "Main Room" name: "I" } |
diff --git a/data/maps/the_three_doors/doors.txtpb b/data/maps/the_three_doors/doors.txtpb index 99fbcee..5ae9d90 100644 --- a/data/maps/the_three_doors/doors.txtpb +++ b/data/maps/the_three_doors/doors.txtpb | |||
@@ -50,4 +50,5 @@ doors { | |||
50 | panels { room: "Dead End Room" name: "DEAD" } | 50 | panels { room: "Dead End Room" name: "DEAD" } |
51 | panels { room: "Dead End Room" name: "END" } | 51 | panels { room: "Dead End Room" name: "END" } |
52 | location_room: "Loose Strings Room" | 52 | location_room: "Loose Strings Room" |
53 | location_name: "Gravestone" | ||
53 | } | 54 | } |
diff --git a/data/maps/the_tree/doors.txtpb b/data/maps/the_tree/doors.txtpb index b62a881..6cb4086 100644 --- a/data/maps/the_tree/doors.txtpb +++ b/data/maps/the_tree/doors.txtpb | |||
@@ -38,4 +38,5 @@ doors { | |||
38 | panels { room: "Main Area" name: "SMALL (3)" } | 38 | panels { room: "Main Area" name: "SMALL (3)" } |
39 | panels { room: "Main Area" name: "SPRINKLE" } | 39 | panels { room: "Main Area" name: "SPRINKLE" } |
40 | location_room: "Main Area" | 40 | location_room: "Main Area" |
41 | location_name: "Gravestone" | ||
41 | } | 42 | } |