diff options
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/the_great/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_repetitive/doors.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_repetitive/metadata.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Anti Room.txtpb | 11 |
4 files changed, 16 insertions, 7 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 5d0e90d..abbbc11 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -66,7 +66,7 @@ doors { | |||
66 | doors { | 66 | doors { |
67 | name: "Control Center Red Door" | 67 | name: "Control Center Red Door" |
68 | type: CONTROL_CENTER_COLOR | 68 | type: CONTROL_CENTER_COLOR |
69 | receivers: "Components/Doors/Gates/Gate" | 69 | receivers: "Components/Doors/entry_18" |
70 | control_center_color: "red" | 70 | control_center_color: "red" |
71 | } | 71 | } |
72 | doors { | 72 | doors { |
diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 8171dc4..d964928 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb | |||
@@ -194,3 +194,9 @@ doors { | |||
194 | panels { room: "Yellow Room" name: "ASSESSES" } | 194 | panels { room: "Yellow Room" name: "ASSESSES" } |
195 | panels { room: "Yellow Room" name: "TINTING" } | 195 | panels { room: "Yellow Room" name: "TINTING" } |
196 | } | 196 | } |
197 | doors { | ||
198 | name: "Anti-Collectable" | ||
199 | type: LOCATION_ONLY | ||
200 | senders: "Components/Collectables/anticollectable" | ||
201 | location_room: "Anti Room" | ||
202 | } | ||
diff --git a/data/maps/the_repetitive/metadata.txtpb b/data/maps/the_repetitive/metadata.txtpb index 6f5c459..76a0f50 100644 --- a/data/maps/the_repetitive/metadata.txtpb +++ b/data/maps/the_repetitive/metadata.txtpb | |||
@@ -1,10 +1,6 @@ | |||
1 | display_name: "The Repetitive" | 1 | display_name: "The Repetitive" |
2 | # The anti-collectable doesn't fit into our system right now so let's ignore it. | ||
3 | excluded_nodes: "Components/Collectables/anticollectable" | ||
4 | # These paintings are directly above/behind panels and thus can't be entered. | 2 | # These paintings are directly above/behind panels and thus can't be entered. |
5 | excluded_nodes: "Meshes/eyeRed3" | 3 | excluded_nodes: "Meshes/eyeRed3" |
6 | excluded_nodes: "Meshes/eyeRed4" | 4 | excluded_nodes: "Meshes/eyeRed4" |
7 | # I do not know what this is. | ||
8 | excluded_nodes: "Components/Doors/Door3/Hinge/panel_i" | ||
9 | # This has something to do with the magenta room entrance proxy panel. | 5 | # This has something to do with the magenta room entrance proxy panel. |
10 | excluded_nodes: "Panels/Eval/panel_26_proxyied_fake" | 6 | excluded_nodes: "Panels/Eval/panel_26_proxyied_fake" |
diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 641fede..65a99ff 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Anti Room" | 1 | name: "Anti Room" |
2 | # Ignore the collectible. The mod should remove it and the back wall too. | ||
3 | panels { | 2 | panels { |
4 | name: "HA (1)" | 3 | name: "HA (1)" |
5 | path: "Panels/Entry/panel_7" | 4 | path: "Panels/Entry/panel_7" |
@@ -38,9 +37,17 @@ panels { | |||
38 | symbols: EXAMPLE | 37 | symbols: EXAMPLE |
39 | } | 38 | } |
40 | panels { | 39 | panels { |
41 | name: "EYE" | 40 | name: "EYE (1)" |
42 | path: "Panels/Entry/panel4" | 41 | path: "Panels/Entry/panel4" |
43 | clue: "eye" | 42 | clue: "eye" |
44 | answer: "iris" | 43 | answer: "iris" |
45 | symbols: BOXES | 44 | symbols: BOXES |
46 | } | 45 | } |
46 | panels { | ||
47 | # This appears after grabbing the anti-collectable. | ||
48 | name: "EYE (2)" | ||
49 | path: "Components/Doors/Door3/Hinge/panel_i" | ||
50 | clue: "eye" | ||
51 | answer: "i" | ||
52 | symbols: ZERO | ||
53 | } | ||