diff options
Diffstat (limited to 'data/maps/the_darkroom')
9 files changed, 40 insertions, 20 deletions
| diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 1b7ad05..43bca70 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | connections { | 1 | connections { |
| 2 | from_room: "First Room" | ||
| 3 | to_room: "First Room Exit" | ||
| 4 | door { name: "Second Room Entrance" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 2 | from { | 7 | from { |
| 3 | port { | 8 | port { |
| 4 | room: "First Room" | 9 | room: "First Room Exit" |
| 5 | name: "NEXT" | 10 | name: "NEXT" |
| 6 | } | 11 | } |
| 7 | } | 12 | } |
| @@ -14,9 +19,14 @@ connections { | |||
| 14 | oneway: true | 19 | oneway: true |
| 15 | } | 20 | } |
| 16 | connections { | 21 | connections { |
| 22 | from_room: "Second Room" | ||
| 23 | to_room: "Second Room Exit" | ||
| 24 | door { name: "Third Room Entrance" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 17 | from { | 27 | from { |
| 18 | port { | 28 | port { |
| 19 | room: "Second Room" | 29 | room: "Second Room Exit" |
| 20 | name: "NEXT" | 30 | name: "NEXT" |
| 21 | } | 31 | } |
| 22 | } | 32 | } |
| diff --git a/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb index 7ea1286..c8f5dd7 100644 --- a/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb +++ b/data/maps/the_darkroom/rooms/Congruent Entrance.txtpb | |||
| @@ -3,5 +3,6 @@ panel_display_name: "Second Room" | |||
| 3 | ports { | 3 | ports { |
| 4 | name: "CONGRUENT" | 4 | name: "CONGRUENT" |
| 5 | path: "Components/Warps/worldport7" | 5 | path: "Components/Warps/worldport7" |
| 6 | orientation: "east" | 6 | destination { x: 51.5 y: 0 z: 29 } |
| 7 | rotation: 90 | ||
| 7 | } | 8 | } |
| diff --git a/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb index 308efb1..eba02f5 100644 --- a/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb +++ b/data/maps/the_darkroom/rooms/Cyan Hallway.txtpb | |||
| @@ -3,5 +3,6 @@ panel_display_name: "First Room" | |||
| 3 | ports { | 3 | ports { |
| 4 | name: "COLORFUL" | 4 | name: "COLORFUL" |
| 5 | path: "Components/Warps/worldport8" | 5 | path: "Components/Warps/worldport8" |
| 6 | orientation: "north" | 6 | destination { x: 20 y: 0 z: -12 } |
| 7 | rotation: 180 | ||
| 7 | } | 8 | } |
| diff --git a/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb index 9d25108..7b258cf 100644 --- a/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb +++ b/data/maps/the_darkroom/rooms/Double Sided Entrance.txtpb | |||
| @@ -3,5 +3,6 @@ panel_display_name: "First Room" | |||
| 3 | ports { | 3 | ports { |
| 4 | name: "DOUBLESIDED" | 4 | name: "DOUBLESIDED" |
| 5 | path: "Components/Warps/worldport6" | 5 | path: "Components/Warps/worldport6" |
| 6 | orientation: "east" | 6 | destination { x: 15 y: 0 z: 23 } |
| 7 | rotation: 90 | ||
| 7 | } | 8 | } |
| diff --git a/data/maps/the_darkroom/rooms/First Room Exit.txtpb b/data/maps/the_darkroom/rooms/First Room Exit.txtpb new file mode 100644 index 0000000..852d562 --- /dev/null +++ b/data/maps/the_darkroom/rooms/First Room Exit.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "First Room Exit" | ||
| 2 | panel_display_name: "First Room" | ||
| 3 | ports { | ||
| 4 | name: "NEXT" | ||
| 5 | path: "Components/Warps/worldport2" | ||
| 6 | destination { x: 0 y: 0 z: -15 } | ||
| 7 | rotation: 180 | ||
| 8 | } | ||
| diff --git a/data/maps/the_darkroom/rooms/First Room.txtpb b/data/maps/the_darkroom/rooms/First Room.txtpb index c635757..5e8167c 100644 --- a/data/maps/the_darkroom/rooms/First Room.txtpb +++ b/data/maps/the_darkroom/rooms/First Room.txtpb | |||
| @@ -34,11 +34,6 @@ panels { | |||
| 34 | ports { | 34 | ports { |
| 35 | name: "ENTRY" | 35 | name: "ENTRY" |
| 36 | path: "Components/Warps/worldport" | 36 | path: "Components/Warps/worldport" |
| 37 | orientation: "south" | 37 | destination { x: -10 y: 0 z: 10 } |
| 38 | } | 38 | rotation: 0 |
| 39 | ports { | ||
| 40 | name: "NEXT" | ||
| 41 | path: "Components/Warps/worldport2" | ||
| 42 | orientation: "north" | ||
| 43 | required_door { name: "Second Room Entrance" } | ||
| 44 | } | 39 | } |
| diff --git a/data/maps/the_darkroom/rooms/Second Room Exit.txtpb b/data/maps/the_darkroom/rooms/Second Room Exit.txtpb new file mode 100644 index 0000000..9f197ae --- /dev/null +++ b/data/maps/the_darkroom/rooms/Second Room Exit.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Second Room Exit" | ||
| 2 | panel_display_name: "Second Room" | ||
| 3 | ports { | ||
| 4 | name: "NEXT" | ||
| 5 | path: "Components/Warps/worldport4" | ||
| 6 | destination { x: 48 y: 0 z: -15 } | ||
| 7 | rotation: 180 | ||
| 8 | } | ||
| diff --git a/data/maps/the_darkroom/rooms/Second Room.txtpb b/data/maps/the_darkroom/rooms/Second Room.txtpb index a3964ea..fed0669 100644 --- a/data/maps/the_darkroom/rooms/Second Room.txtpb +++ b/data/maps/the_darkroom/rooms/Second Room.txtpb | |||
| @@ -39,11 +39,6 @@ panels { | |||
| 39 | ports { | 39 | ports { |
| 40 | name: "ENTRY" | 40 | name: "ENTRY" |
| 41 | path: "Components/Warps/worldport3" | 41 | path: "Components/Warps/worldport3" |
| 42 | orientation: "south" | 42 | destination { x: 38 y: 0 z: 10 } |
| 43 | } | 43 | rotation: 0 |
| 44 | ports { | ||
| 45 | name: "NEXT" | ||
| 46 | path: "Components/Warps/worldport4" | ||
| 47 | orientation: "north" | ||
| 48 | required_door { name: "Third Room Entrance" } | ||
| 49 | } | 44 | } |
| diff --git a/data/maps/the_darkroom/rooms/Third Room.txtpb b/data/maps/the_darkroom/rooms/Third Room.txtpb index fc80fa7..5e5fc62 100644 --- a/data/maps/the_darkroom/rooms/Third Room.txtpb +++ b/data/maps/the_darkroom/rooms/Third Room.txtpb | |||
| @@ -66,5 +66,6 @@ panels { | |||
| 66 | ports { | 66 | ports { |
| 67 | name: "ENTRY" | 67 | name: "ENTRY" |
| 68 | path: "Components/Warps/worldport5" | 68 | path: "Components/Warps/worldport5" |
| 69 | orientation: "south" | 69 | destination { x: 97 y: 0 z: 10 } |
| 70 | rotation: 0 | ||
| 70 | } | 71 | } |
