about summary refs log tree commit diff stats
path: root/data/maps/the_hinterlands
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_hinterlands')
-rw-r--r--data/maps/the_hinterlands/metadata.txtpb2
-rw-r--r--data/maps/the_hinterlands/rooms/Main Area.txtpb8
2 files changed, 8 insertions, 2 deletions
diff --git a/data/maps/the_hinterlands/metadata.txtpb b/data/maps/the_hinterlands/metadata.txtpb index dd1e627..8148c2a 100644 --- a/data/maps/the_hinterlands/metadata.txtpb +++ b/data/maps/the_hinterlands/metadata.txtpb
@@ -1,4 +1,6 @@
1display_name: "The Hinterlands" 1display_name: "The Hinterlands"
2# No RTE because the map is not randomized.
3
2# I'm not currently planning on shuffling anything in here. 4# I'm not currently planning on shuffling anything in here.
3excluded_nodes: "Components/Paintings/C" 5excluded_nodes: "Components/Paintings/C"
4excluded_nodes: "Components/Paintings/E" 6excluded_nodes: "Components/Paintings/E"
diff --git a/data/maps/the_hinterlands/rooms/Main Area.txtpb b/data/maps/the_hinterlands/rooms/Main Area.txtpb index 8daac05..5cd626b 100644 --- a/data/maps/the_hinterlands/rooms/Main Area.txtpb +++ b/data/maps/the_hinterlands/rooms/Main Area.txtpb
@@ -2,11 +2,15 @@ name: "Main Area"
2# I'm probably not going to include any of the panels in here. 2# I'm probably not going to include any of the panels in here.
3ports { 3ports {
4 name: "RIGHT" 4 name: "RIGHT"
5 display_name: "South Worldport"
5 path: "Components/Warps/worldport" 6 path: "Components/Warps/worldport"
6 orientation: "east" 7 destination { x: 30 y: 0 z: 19 }
8 rotation: 270
7} 9}
8ports { 10ports {
9 name: "LEFT" 11 name: "LEFT"
12 display_name: "North Worldport"
10 path: "Components/Warps/worldport2" 13 path: "Components/Warps/worldport2"
11 orientation: "east" 14 destination { x: 30 y: 0 z: -76 }
15 rotation: 270
12} 16}