diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 15:14:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 15:14:48 -0400 |
commit | d958b3415ad31bb9b94235c486a4eada3acfdecc (patch) | |
tree | b419109509d40d45bc63c94f8853c2200c30021e /data | |
parent | 8662f88dfe0d7f2a9090037a92a8d1d761614a8c (diff) | |
download | lingo2-archipelago-d958b3415ad31bb9b94235c486a4eada3acfdecc.tar.gz lingo2-archipelago-d958b3415ad31bb9b94235c486a4eada3acfdecc.tar.bz2 lingo2-archipelago-d958b3415ad31bb9b94235c486a4eada3acfdecc.zip |
Added the_hinterlands
Diffstat (limited to 'data')
-rw-r--r-- | data/connections.txtpb | 19 | ||||
-rw-r--r-- | data/maps/the_hinterlands/rooms/Main Area.txtpb | 13 |
2 files changed, 32 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 6613a1b..caebc9c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -35,6 +35,8 @@ | |||
35 | # the_great/Back Area/TREE | 35 | # the_great/Back Area/TREE |
36 | # the_great/Talented Entrance/TALENTED | 36 | # the_great/Talented Entrance/TALENTED |
37 | # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) | 37 | # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) |
38 | # the_hinterlands/Main Area/LEFT | ||
39 | # the_hinterlands/Main Area/RIGHT | ||
38 | connections { | 40 | connections { |
39 | from { | 41 | from { |
40 | panel { | 42 | panel { |
@@ -267,6 +269,23 @@ connections { | |||
267 | connections { | 269 | connections { |
268 | from { | 270 | from { |
269 | port { | 271 | port { |
272 | map: "the_digital" | ||
273 | room: "Gallery Maze" | ||
274 | name: "GALLERY" | ||
275 | } | ||
276 | } | ||
277 | to { | ||
278 | port { | ||
279 | map: "the_gallery" | ||
280 | room: "Main Area" | ||
281 | name: "ENTRY" | ||
282 | } | ||
283 | } | ||
284 | oneway: true | ||
285 | } | ||
286 | connections { | ||
287 | from { | ||
288 | port { | ||
270 | map: "the_darkroom" | 289 | map: "the_darkroom" |
271 | room: "First Room" | 290 | room: "First Room" |
272 | name: "DOUBLESIDED" | 291 | name: "DOUBLESIDED" |
diff --git a/data/maps/the_hinterlands/rooms/Main Area.txtpb b/data/maps/the_hinterlands/rooms/Main Area.txtpb new file mode 100644 index 0000000..ad44b38 --- /dev/null +++ b/data/maps/the_hinterlands/rooms/Main Area.txtpb | |||
@@ -0,0 +1,13 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Main Area" | ||
3 | # I'm probably not going to include any of the panels in here. | ||
4 | ports { | ||
5 | name: "RIGHT" | ||
6 | path: "Components/Warps/worldport" | ||
7 | orientation: "east" | ||
8 | } | ||
9 | ports { | ||
10 | name: "LEFT" | ||
11 | path: "Components/Warps/worldport2" | ||
12 | orientation: "east" | ||
13 | } | ||