diff options
Diffstat (limited to 'data/maps/the_between')
| -rw-r--r-- | data/maps/the_between/connections.txtpb | 43 | ||||
| -rw-r--r-- | data/maps/the_between/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/B2 Back Room.txtpb | 16 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/B2 Front Room.txtpb | 11 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/B2 Room.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/Control Center Side.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/Main Area.txtpb | 63 | ||||
| -rw-r--r-- | data/maps/the_between/rooms/Plaza Entrance.txtpb | 6 |
8 files changed, 104 insertions, 45 deletions
| diff --git a/data/maps/the_between/connections.txtpb b/data/maps/the_between/connections.txtpb index e2e7dc8..4e2e9a5 100644 --- a/data/maps/the_between/connections.txtpb +++ b/data/maps/the_between/connections.txtpb | |||
| @@ -5,6 +5,47 @@ connections { | |||
| 5 | } | 5 | } |
| 6 | connections { | 6 | connections { |
| 7 | from_room: "Main Area" | 7 | from_room: "Main Area" |
| 8 | to_room: "B2 Room" | 8 | to_room: "B2 Front Room" |
| 9 | door { name: "B2 Door" } | 9 | door { name: "B2 Door" } |
| 10 | } | 10 | } |
| 11 | connections { | ||
| 12 | from { | ||
| 13 | painting { | ||
| 14 | room: "B2 Front Room" | ||
| 15 | name: "EYES4" | ||
| 16 | } | ||
| 17 | } | ||
| 18 | to { | ||
| 19 | painting { | ||
| 20 | room: "B2 Back Room" | ||
| 21 | name: "EYES3" | ||
| 22 | } | ||
| 23 | } | ||
| 24 | oneway: true | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from { | ||
| 28 | painting { | ||
| 29 | room: "B2 Front Room" | ||
| 30 | name: "EYES" | ||
| 31 | } | ||
| 32 | } | ||
| 33 | to { | ||
| 34 | painting { | ||
| 35 | room: "B2 Back Room" | ||
| 36 | name: "EYES2" | ||
| 37 | } | ||
| 38 | } | ||
| 39 | oneway: true | ||
| 40 | } | ||
| 41 | connections { | ||
| 42 | from_room: "B2 Back Room" | ||
| 43 | to_room: "B2 Front Room" | ||
| 44 | # via collecting B2 | ||
| 45 | oneway: true | ||
| 46 | } | ||
| 47 | connections { | ||
| 48 | from_room: "Main Area" | ||
| 49 | to_room: "Plaza Entrance" | ||
| 50 | door { name: "Plaza Entrance" } | ||
| 51 | } | ||
| diff --git a/data/maps/the_between/metadata.txtpb b/data/maps/the_between/metadata.txtpb new file mode 100644 index 0000000..33f96a1 --- /dev/null +++ b/data/maps/the_between/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Between" | |||
| diff --git a/data/maps/the_between/rooms/B2 Back Room.txtpb b/data/maps/the_between/rooms/B2 Back Room.txtpb new file mode 100644 index 0000000..0972ed9 --- /dev/null +++ b/data/maps/the_between/rooms/B2 Back Room.txtpb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | name: "B2 Back Room" | ||
| 2 | letters { | ||
| 3 | key: "b" | ||
| 4 | level2: true | ||
| 5 | path: "Components/Collectables/collectable" | ||
| 6 | } | ||
| 7 | paintings { | ||
| 8 | name: "EYES2" | ||
| 9 | path: "Components/Paintings/eyes2" | ||
| 10 | orientation: "east" | ||
| 11 | } | ||
| 12 | paintings { | ||
| 13 | name: "EYES3" | ||
| 14 | path: "Components/Paintings/eyes3" | ||
| 15 | orientation: "west" | ||
| 16 | } | ||
| diff --git a/data/maps/the_between/rooms/B2 Front Room.txtpb b/data/maps/the_between/rooms/B2 Front Room.txtpb new file mode 100644 index 0000000..f23ed20 --- /dev/null +++ b/data/maps/the_between/rooms/B2 Front Room.txtpb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | name: "B2 Front Room" | ||
| 2 | paintings { | ||
| 3 | name: "EYES" | ||
| 4 | path: "Components/Paintings/eyes" | ||
| 5 | orientation: "east" | ||
| 6 | } | ||
| 7 | paintings { | ||
| 8 | name: "EYES4" | ||
| 9 | path: "Components/Paintings/eyes4" | ||
| 10 | orientation: "west" | ||
| 11 | } | ||
| diff --git a/data/maps/the_between/rooms/B2 Room.txtpb b/data/maps/the_between/rooms/B2 Room.txtpb deleted file mode 100644 index aad5d15..0000000 --- a/data/maps/the_between/rooms/B2 Room.txtpb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | name: "B2 Room" | ||
| 2 | display_name: "B2 Room" | ||
| 3 | letters { | ||
| 4 | key: "b" | ||
| 5 | level2: true | ||
| 6 | path: "Components/Collectables/collectable" | ||
| 7 | } | ||
| 8 | # Uhh idk if the paintings and door in here should be randomized. | ||
| diff --git a/data/maps/the_between/rooms/Control Center Side.txtpb b/data/maps/the_between/rooms/Control Center Side.txtpb index 81bae60..a6a126a 100644 --- a/data/maps/the_between/rooms/Control Center Side.txtpb +++ b/data/maps/the_between/rooms/Control Center Side.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "Control Center Side" | 1 | name: "Control Center Side" |
| 2 | display_name: "Control Center Side" | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "RIGHT" | 3 | name: "RIGHT" |
| 5 | path: "Panels/Helpers/panel_1" | 4 | path: "Panels/Helpers/panel_1" |
| diff --git a/data/maps/the_between/rooms/Main Area.txtpb b/data/maps/the_between/rooms/Main Area.txtpb index 1e0e291..a0fc596 100644 --- a/data/maps/the_between/rooms/Main Area.txtpb +++ b/data/maps/the_between/rooms/Main Area.txtpb | |||
| @@ -1,103 +1,102 @@ | |||
| 1 | name: "Main Area" | 1 | name: "Main Area" |
| 2 | display_name: "Main Area" | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "NEW" | 3 | name: "NEW" |
| 5 | path: "Panels/Room 1/panel_1" | 4 | path: "Panels/Room 1/panel_1" |
| 6 | clue: "new" | 5 | clue: "new" |
| 7 | answer: "knew" | 6 | answer: "knew" |
| 8 | symbols: "zero" | 7 | symbols: ZERO |
| 9 | } | 8 | } |
| 10 | panels { | 9 | panels { |
| 11 | name: "DOLLARS" | 10 | name: "DOLLARS" |
| 12 | path: "Panels/Room 1/panel_2" | 11 | path: "Panels/Room 1/panel_2" |
| 13 | clue: "dollars" | 12 | clue: "dollars" |
| 14 | answer: "cents" | 13 | answer: "cents" |
| 15 | symbols: "pyramid" | 14 | symbols: PYRAMID |
| 16 | } | 15 | } |
| 17 | panels { | 16 | panels { |
| 18 | name: "NEW DOLLARS" | 17 | name: "NEW DOLLARS" |
| 19 | path: "Panels/Room 1/panel_3" | 18 | path: "Panels/Room 1/panel_3" |
| 20 | clue: "" | 19 | clue: "" |
| 21 | answer: "nuisance" | 20 | answer: "nuisance" |
| 22 | symbols: "zero" | 21 | symbols: ZERO |
| 23 | symbols: "lingo" | 22 | symbols: LINGO |
| 24 | } | 23 | } |
| 25 | panels { | 24 | panels { |
| 26 | name: "SHINE" | 25 | name: "SHINE" |
| 27 | path: "Panels/Room 1/panel_4" | 26 | path: "Panels/Room 1/panel_4" |
| 28 | clue: "shine" | 27 | clue: "shine" |
| 29 | answer: "rain" | 28 | answer: "rain" |
| 30 | symbols: "sun" | 29 | symbols: SUN |
| 31 | } | 30 | } |
| 32 | panels { | 31 | panels { |
| 33 | name: "CURTSY" | 32 | name: "CURTSY" |
| 34 | path: "Panels/Room 1/panel_5" | 33 | path: "Panels/Room 1/panel_5" |
| 35 | clue: "curtsy" | 34 | clue: "curtsy" |
| 36 | answer: "bow" | 35 | answer: "bow" |
| 37 | symbols: "sun" | 36 | symbols: SUN |
| 38 | } | 37 | } |
| 39 | panels { | 38 | panels { |
| 40 | name: "SHINE CURTSY" | 39 | name: "SHINE CURTSY" |
| 41 | path: "Panels/Room 1/panel_6" | 40 | path: "Panels/Room 1/panel_6" |
| 42 | clue: "" | 41 | clue: "" |
| 43 | answer: "rainbow" | 42 | answer: "rainbow" |
| 44 | symbols: "lingo" | 43 | symbols: LINGO |
| 45 | } | 44 | } |
| 46 | panels { | 45 | panels { |
| 47 | name: "SUN" | 46 | name: "SUN" |
| 48 | path: "Panels/Room 1/panel_7" | 47 | path: "Panels/Room 1/panel_7" |
| 49 | clue: "sun" | 48 | clue: "sun" |
| 50 | answer: "star" | 49 | answer: "star" |
| 51 | symbols: "example" | 50 | symbols: EXAMPLE |
| 52 | } | 51 | } |
| 53 | panels { | 52 | panels { |
| 54 | name: "KOI" | 53 | name: "KOI" |
| 55 | path: "Panels/Room 1/panel_8" | 54 | path: "Panels/Room 1/panel_8" |
| 56 | clue: "koi" | 55 | clue: "koi" |
| 57 | answer: "fish" | 56 | answer: "fish" |
| 58 | symbols: "example" | 57 | symbols: EXAMPLE |
| 59 | } | 58 | } |
| 60 | panels { | 59 | panels { |
| 61 | name: "SUN KOI" | 60 | name: "SUN KOI" |
| 62 | path: "Panels/Room 1/panel_9" | 61 | path: "Panels/Room 1/panel_9" |
| 63 | clue: "" | 62 | clue: "" |
| 64 | answer: "starfish" | 63 | answer: "starfish" |
| 65 | symbols: "lingo" | 64 | symbols: LINGO |
| 66 | } | 65 | } |
| 67 | panels { | 66 | panels { |
| 68 | name: "MOON" | 67 | name: "MOON" |
| 69 | path: "Panels/Room 1/panel_10" | 68 | path: "Panels/Room 1/panel_10" |
| 70 | clue: "moon" | 69 | clue: "moon" |
| 71 | answer: "sun" | 70 | answer: "sun" |
| 72 | symbols: "sun" | 71 | symbols: SUN |
| 73 | } | 72 | } |
| 74 | panels { | 73 | panels { |
| 75 | name: "POWER" | 74 | name: "POWER" |
| 76 | path: "Panels/Room 1/panel_11" | 75 | path: "Panels/Room 1/panel_11" |
| 77 | clue: "power" | 76 | clue: "power" |
| 78 | answer: "flower" | 77 | answer: "flower" |
| 79 | symbols: "zero" | 78 | symbols: ZERO |
| 80 | } | 79 | } |
| 81 | panels { | 80 | panels { |
| 82 | name: "MOON POWER" | 81 | name: "MOON POWER" |
| 83 | path: "Panels/Room 1/panel_12" | 82 | path: "Panels/Room 1/panel_12" |
| 84 | clue: "" | 83 | clue: "" |
| 85 | answer: "sunflower" | 84 | answer: "sunflower" |
| 86 | symbols: "lingo" | 85 | symbols: LINGO |
| 87 | } | 86 | } |
| 88 | panels { | 87 | panels { |
| 89 | name: "FOUR" | 88 | name: "FOUR" |
| 90 | path: "Panels/Room 1/panel_13" | 89 | path: "Panels/Room 1/panel_13" |
| 91 | clue: "four" | 90 | clue: "four" |
| 92 | answer: "for" | 91 | answer: "for" |
| 93 | symbols: "zero" | 92 | symbols: ZERO |
| 94 | } | 93 | } |
| 95 | panels { | 94 | panels { |
| 96 | name: "CAUGHT" | 95 | name: "CAUGHT" |
| 97 | path: "Panels/Room 1/panel_14" | 96 | path: "Panels/Room 1/panel_14" |
| 98 | clue: "caught" | 97 | clue: "caught" |
| 99 | answer: "got" | 98 | answer: "got" |
| 100 | symbols: "zero" | 99 | symbols: ZERO |
| 101 | } | 100 | } |
| 102 | panels { | 101 | panels { |
| 103 | name: "NET" | 102 | name: "NET" |
| @@ -110,100 +109,94 @@ panels { | |||
| 110 | path: "Panels/Room 1/panel_16" | 109 | path: "Panels/Room 1/panel_16" |
| 111 | clue: "" | 110 | clue: "" |
| 112 | answer: "forgotten" | 111 | answer: "forgotten" |
| 113 | symbols: "lingo" | 112 | symbols: LINGO |
| 114 | } | 113 | } |
| 115 | panels { | 114 | panels { |
| 116 | name: "OUT" | 115 | name: "OUT" |
| 117 | path: "Panels/Room 1/panel_17" | 116 | path: "Panels/Room 1/panel_17" |
| 118 | clue: "out" | 117 | clue: "out" |
| 119 | answer: "in" | 118 | answer: "in" |
| 120 | symbols: "sun" | 119 | symbols: SUN |
| 121 | } | 120 | } |
| 122 | panels { | 121 | panels { |
| 123 | name: "SEW" | 122 | name: "SEW" |
| 124 | path: "Panels/Room 1/panel_18" | 123 | path: "Panels/Room 1/panel_18" |
| 125 | clue: "sew" | 124 | clue: "sew" |
| 126 | answer: "so" | 125 | answer: "so" |
| 127 | symbols: "zero" | 126 | symbols: ZERO |
| 128 | } | 127 | } |
| 129 | panels { | 128 | panels { |
| 130 | name: "NEAR" | 129 | name: "NEAR" |
| 131 | path: "Panels/Room 1/panel_19" | 130 | path: "Panels/Room 1/panel_19" |
| 132 | clue: "near" | 131 | clue: "near" |
| 133 | answer: "far" | 132 | answer: "far" |
| 134 | symbols: "sun" | 133 | symbols: SUN |
| 135 | } | 134 | } |
| 136 | panels { | 135 | panels { |
| 137 | name: "OUT SEW NEAR" | 136 | name: "OUT SEW NEAR" |
| 138 | path: "Panels/Room 1/panel_20" | 137 | path: "Panels/Room 1/panel_20" |
| 139 | clue: "" | 138 | clue: "" |
| 140 | answer: "insofar" | 139 | answer: "insofar" |
| 141 | symbols: "lingo" | 140 | symbols: LINGO |
| 142 | } | 141 | } |
| 143 | panels { | 142 | panels { |
| 144 | name: "CHOP" | 143 | name: "CHOP" |
| 145 | path: "Panels/Room 1/panel_21" | 144 | path: "Panels/Room 1/panel_21" |
| 146 | clue: "chop" | 145 | clue: "chop" |
| 147 | answer: "cop" | 146 | answer: "cop" |
| 148 | symbols: "sparkles" | 147 | symbols: SPARKLES |
| 149 | } | 148 | } |
| 150 | panels { | 149 | panels { |
| 151 | name: "YOU" | 150 | name: "YOU" |
| 152 | path: "Panels/Room 1/panel_22" | 151 | path: "Panels/Room 1/panel_22" |
| 153 | clue: "you" | 152 | clue: "you" |
| 154 | answer: "i" | 153 | answer: "i" |
| 155 | symbols: "sun" | 154 | symbols: SUN |
| 156 | } | 155 | } |
| 157 | panels { | 156 | panels { |
| 158 | name: "PLOT" | 157 | name: "PLOT" |
| 159 | path: "Panels/Room 1/panel_23" | 158 | path: "Panels/Room 1/panel_23" |
| 160 | clue: "plot" | 159 | clue: "plot" |
| 161 | answer: "lot" | 160 | answer: "lot" |
| 162 | symbols: "sparkles" | 161 | symbols: SPARKLES |
| 163 | } | 162 | } |
| 164 | panels { | 163 | panels { |
| 165 | name: "CHOP YOU PLOT" | 164 | name: "CHOP YOU PLOT" |
| 166 | path: "Panels/Room 1/panel_24" | 165 | path: "Panels/Room 1/panel_24" |
| 167 | clue: "" | 166 | clue: "" |
| 168 | answer: "copilot" | 167 | answer: "copilot" |
| 169 | symbols: "lingo" | 168 | symbols: LINGO |
| 170 | } | 169 | } |
| 171 | panels { | 170 | panels { |
| 172 | name: "GREEN" | 171 | name: "GREEN" |
| 173 | path: "Panels/Room 1/panel_25" | 172 | path: "Panels/Room 1/panel_25" |
| 174 | clue: "green" | 173 | clue: "green" |
| 175 | answer: "red" | 174 | answer: "red" |
| 176 | symbols: "sun" | 175 | symbols: SUN |
| 177 | } | 176 | } |
| 178 | panels { | 177 | panels { |
| 179 | name: "THINK" | 178 | name: "THINK" |
| 180 | path: "Panels/Room 1/panel_26" | 179 | path: "Panels/Room 1/panel_26" |
| 181 | clue: "think" | 180 | clue: "think" |
| 182 | answer: "act" | 181 | answer: "act" |
| 183 | symbols: "sun" | 182 | symbols: SUN |
| 184 | } | 183 | } |
| 185 | panels { | 184 | panels { |
| 186 | name: "LION" | 185 | name: "LION" |
| 187 | path: "Panels/Room 1/panel_27" | 186 | path: "Panels/Room 1/panel_27" |
| 188 | clue: "lion" | 187 | clue: "lion" |
| 189 | answer: "ion" | 188 | answer: "ion" |
| 190 | symbols: "sparkles" | 189 | symbols: SPARKLES |
| 191 | } | 190 | } |
| 192 | panels { | 191 | panels { |
| 193 | name: "GREEN THINK LION" | 192 | name: "GREEN THINK LION" |
| 194 | path: "Panels/Room 1/panel_28" | 193 | path: "Panels/Room 1/panel_28" |
| 195 | clue: "" | 194 | clue: "" |
| 196 | answer: "redaction" | 195 | answer: "redaction" |
| 197 | symbols: "lingo" | 196 | symbols: LINGO |
| 198 | } | 197 | } |
| 199 | ports { | 198 | ports { |
| 200 | name: "GREAT" | 199 | name: "GREAT" |
| 201 | path: "Components/Warps/worldport" | 200 | path: "Components/Warps/worldport" |
| 202 | orientation: "east" | 201 | orientation: "east" |
| 203 | } | 202 | } |
| 204 | ports { | ||
| 205 | name: "PLAZA" | ||
| 206 | path: "Components/Warps/worldport4" | ||
| 207 | orientation: "north" | ||
| 208 | required_door { name: "Plaza Entrance" } | ||
| 209 | } | ||
| diff --git a/data/maps/the_between/rooms/Plaza Entrance.txtpb b/data/maps/the_between/rooms/Plaza Entrance.txtpb new file mode 100644 index 0000000..e4d7b19 --- /dev/null +++ b/data/maps/the_between/rooms/Plaza Entrance.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "Plaza Entrance" | ||
| 2 | ports { | ||
| 3 | name: "PLAZA" | ||
| 4 | path: "Components/Warps/worldport4" | ||
| 5 | orientation: "north" | ||
| 6 | } | ||
