diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 10:43:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 10:43:10 -0400 |
commit | bc3f90b6bdfdb651570a7b3f0e80fea19db14974 (patch) | |
tree | d3f0c0d62f633aa6d5c0ace3533cd4976a670d84 /data/maps | |
parent | b53018acc54a7b8812a0b9830562879071d05fa6 (diff) | |
download | lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.tar.gz lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.tar.bz2 lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.zip |
[Data] Fixed some stuff for worldport shuffle
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/the_digital/rooms/Tree Area.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_hinterlands/rooms/Main Area.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_orb/rooms/B Room.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_orb/rooms/Main Area.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Plaza Connector.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_tree/rooms/Main Area.txtpb | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/the_digital/rooms/Tree Area.txtpb b/data/maps/the_digital/rooms/Tree Area.txtpb index dd51887..f3056b6 100644 --- a/data/maps/the_digital/rooms/Tree Area.txtpb +++ b/data/maps/the_digital/rooms/Tree Area.txtpb | |||
@@ -10,5 +10,5 @@ ports { | |||
10 | name: "TREE" | 10 | name: "TREE" |
11 | path: "Components/Worldports/worldport4" | 11 | path: "Components/Worldports/worldport4" |
12 | destination { x: -16 y: 0 z: -31 } | 12 | destination { x: -16 y: 0 z: -31 } |
13 | rotation: 90 | 13 | rotation: 270 |
14 | } | 14 | } |
diff --git a/data/maps/the_hinterlands/rooms/Main Area.txtpb b/data/maps/the_hinterlands/rooms/Main Area.txtpb index d678560..7c031db 100644 --- a/data/maps/the_hinterlands/rooms/Main Area.txtpb +++ b/data/maps/the_hinterlands/rooms/Main Area.txtpb | |||
@@ -4,11 +4,11 @@ ports { | |||
4 | name: "RIGHT" | 4 | name: "RIGHT" |
5 | path: "Components/Warps/worldport" | 5 | path: "Components/Warps/worldport" |
6 | destination { x: 30 y: 0 z: 19 } | 6 | destination { x: 30 y: 0 z: 19 } |
7 | rotation: 90 | 7 | rotation: 270 |
8 | } | 8 | } |
9 | ports { | 9 | ports { |
10 | name: "LEFT" | 10 | name: "LEFT" |
11 | path: "Components/Warps/worldport2" | 11 | path: "Components/Warps/worldport2" |
12 | destination { x: 30 y: 0 z: -76 } | 12 | destination { x: 30 y: 0 z: -76 } |
13 | rotation: 90 | 13 | rotation: 270 |
14 | } | 14 | } |
diff --git a/data/maps/the_orb/rooms/B Room.txtpb b/data/maps/the_orb/rooms/B Room.txtpb index cdb533b..1a45101 100644 --- a/data/maps/the_orb/rooms/B Room.txtpb +++ b/data/maps/the_orb/rooms/B Room.txtpb | |||
@@ -15,7 +15,7 @@ ports { | |||
15 | name: "MID" | 15 | name: "MID" |
16 | path: "Components/Warps/worldport4" | 16 | path: "Components/Warps/worldport4" |
17 | destination { x: -69 y: 0 z: 43 } | 17 | destination { x: -69 y: 0 z: 43 } |
18 | rotation: 0 | 18 | rotation: 90 |
19 | # This port is in the room immediately after solving the B puzzles, which | 19 | # This port is in the room immediately after solving the B puzzles, which |
20 | # means it seems like it would be inaccessible if you enter the map from the | 20 | # means it seems like it would be inaccessible if you enter the map from the |
21 | # painting or from the final port, but entering the O or R areas brings you | 21 | # painting or from the final port, but entering the O or R areas brings you |
@@ -25,5 +25,5 @@ ports { | |||
25 | name: "FINAL" | 25 | name: "FINAL" |
26 | path: "Components/Warps/worldport5" | 26 | path: "Components/Warps/worldport5" |
27 | destination { x: -69 y: 0 z: 87 } | 27 | destination { x: -69 y: 0 z: 87 } |
28 | rotation: 0 | 28 | rotation: 90 |
29 | } | 29 | } |
diff --git a/data/maps/the_orb/rooms/Main Area.txtpb b/data/maps/the_orb/rooms/Main Area.txtpb index 2fc17d7..affe712 100644 --- a/data/maps/the_orb/rooms/Main Area.txtpb +++ b/data/maps/the_orb/rooms/Main Area.txtpb | |||
@@ -87,5 +87,5 @@ ports { | |||
87 | name: "GREAT" | 87 | name: "GREAT" |
88 | path: "Components/Warps/worldport" | 88 | path: "Components/Warps/worldport" |
89 | destination { x: 38 y: 0 z: 39 } | 89 | destination { x: 38 y: 0 z: 39 } |
90 | rotation: 0 | 90 | rotation: 90 |
91 | } | 91 | } |
diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb index 2f6b98d..9d5a5c3 100644 --- a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb | |||
@@ -9,7 +9,7 @@ panels { | |||
9 | ports { | 9 | ports { |
10 | name: "GALLERY" | 10 | name: "GALLERY" |
11 | path: "Components/Warps/worldport" | 11 | path: "Components/Warps/worldport" |
12 | destination { x: 0 y: 0 z: 0 } | 12 | destination { x: 0 y: 0 z: 9 } |
13 | rotation: 0 | 13 | rotation: 0 |
14 | # TODO: Note that this port is accessible from the other side in the Z1 | 14 | # TODO: Note that this port is accessible from the other side in the Z1 |
15 | # room. Hmm. | 15 | # room. Hmm. |
diff --git a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb index d3698e7..530da0c 100644 --- a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb | |||
@@ -3,5 +3,5 @@ ports { | |||
3 | name: "PLAZA" | 3 | name: "PLAZA" |
4 | path: "Components/Warps/worldport" | 4 | path: "Components/Warps/worldport" |
5 | destination { x: 15 y: 0 z: 13 } | 5 | destination { x: 15 y: 0 z: 13 } |
6 | rotation: 180 | 6 | rotation: 0 |
7 | } | 7 | } |
diff --git a/data/maps/the_tree/rooms/Main Area.txtpb b/data/maps/the_tree/rooms/Main Area.txtpb index efa8e7d..759b3dd 100644 --- a/data/maps/the_tree/rooms/Main Area.txtpb +++ b/data/maps/the_tree/rooms/Main Area.txtpb | |||
@@ -232,7 +232,7 @@ ports { | |||
232 | ports { | 232 | ports { |
233 | name: "DAEDALUS" | 233 | name: "DAEDALUS" |
234 | path: "Components/Warps/worldport3" | 234 | path: "Components/Warps/worldport3" |
235 | destination { x: -15.5 y: 0 z: -19 } | 235 | destination { x: 15.5 y: 0 z: -19 } |
236 | rotation: 90 | 236 | rotation: 90 |
237 | } | 237 | } |
238 | paintings { | 238 | paintings { |