From d958b3415ad31bb9b94235c486a4eada3acfdecc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 15:14:48 -0400 Subject: Added the_hinterlands --- data/connections.txtpb | 19 +++++++++++++++++++ data/maps/the_hinterlands/rooms/Main Area.txtpb | 13 +++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 data/maps/the_hinterlands/rooms/Main Area.txtpb (limited to 'data') 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 @@ # the_great/Back Area/TREE # the_great/Talented Entrance/TALENTED # the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) +# the_hinterlands/Main Area/LEFT +# the_hinterlands/Main Area/RIGHT connections { from { panel { @@ -264,6 +266,23 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_digital" + room: "Gallery Maze" + name: "GALLERY" + } + } + to { + port { + map: "the_gallery" + room: "Main Area" + name: "ENTRY" + } + } + oneway: true +} connections { from { port { 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 @@ +name: "Main Area" +display_name: "Main Area" +# I'm probably not going to include any of the panels in here. +ports { + name: "RIGHT" + path: "Components/Warps/worldport" + orientation: "east" +} +ports { + name: "LEFT" + path: "Components/Warps/worldport2" + orientation: "east" +} -- cgit 1.4.1