about summary refs log tree commit diff stats
path: root/data/maps/the_entry
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r--data/maps/the_entry/doors.txtpb2
-rw-r--r--data/maps/the_entry/metadata.txtpb2
-rw-r--r--data/maps/the_entry/rooms/Starting Room.txtpb2
3 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 9e6a30f..5bc6f57 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb
@@ -304,7 +304,6 @@ doors {
304doors { 304doors {
305 name: "Red Room Painting" 305 name: "Red Room Painting"
306 type: STANDARD 306 type: STANDARD
307 #move_paintings { room: "Right Eye" name: "PSYCHIC" }
308 receivers: "Components/Paintings/psychic/teleportListener" 307 receivers: "Components/Paintings/psychic/teleportListener"
309 panels { room: "Right Eye" name: "FAINT" } 308 panels { room: "Right Eye" name: "FAINT" }
310 location_room: "Right Eye" 309 location_room: "Right Eye"
@@ -312,7 +311,6 @@ doors {
312doors { 311doors {
313 name: "Third Eye Painting" 312 name: "Third Eye Painting"
314 type: LOCATION_ONLY 313 type: LOCATION_ONLY
315 # move_paintings { room: "Eye Room" name: "GALLERY" }
316 # TODO: ummmm 314 # TODO: ummmm
317 panels { room: "Eye Room" name: "I" } 315 panels { room: "Eye Room" name: "I" }
318 location_room: "Eye Room" 316 location_room: "Eye Room"
diff --git a/data/maps/the_entry/metadata.txtpb b/data/maps/the_entry/metadata.txtpb index bdcdf83..da2194b 100644 --- a/data/maps/the_entry/metadata.txtpb +++ b/data/maps/the_entry/metadata.txtpb
@@ -12,9 +12,11 @@ excluded_nodes: "Panels/Back Left/backleft_4_proxied_2"
12# This is a proxy related to the first panel and it doesn't seem useful. 12# This is a proxy related to the first panel and it doesn't seem useful.
13excluded_nodes: "Panels/Entry/entry_proxied_fake" 13excluded_nodes: "Panels/Entry/entry_proxied_fake"
14# The gift map entrance is created by the mod. 14# The gift map entrance is created by the mod.
15custom_nodes: "Components/GiftMapEntrance/GongusPanel"
15custom_nodes: "Components/GiftMapEntrance/HatkirbyPanel" 16custom_nodes: "Components/GiftMapEntrance/HatkirbyPanel"
16custom_nodes: "Components/GiftMapEntrance/IcelyPanel" 17custom_nodes: "Components/GiftMapEntrance/IcelyPanel"
17custom_nodes: "Components/GiftMapEntrance/KirbyPanel" 18custom_nodes: "Components/GiftMapEntrance/KirbyPanel"
19custom_nodes: "Components/GiftMapEntrance/KiwiPanel"
18custom_nodes: "Components/GiftMapEntrance/Panel" 20custom_nodes: "Components/GiftMapEntrance/Panel"
19custom_nodes: "Components/GiftMapEntrance/QPanel" 21custom_nodes: "Components/GiftMapEntrance/QPanel"
20custom_nodes: "Components/GiftMapEntrance/SouveyPanel" 22custom_nodes: "Components/GiftMapEntrance/SouveyPanel"
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 9c73766..d01d807 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb
@@ -55,9 +55,11 @@ panels {
55 # The puzzle solution doesn't matter. We'll change it to the player's name 55 # The puzzle solution doesn't matter. We'll change it to the player's name
56 # for fun. 56 # for fun.
57 symbols: QUESTION 57 symbols: QUESTION
58 proxies { answer: "gongus" path: "Components/GiftMapEntrance/GongusPanel" }
58 proxies { answer: "hatkirby" path: "Components/GiftMapEntrance/HatkirbyPanel" } 59 proxies { answer: "hatkirby" path: "Components/GiftMapEntrance/HatkirbyPanel" }
59 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" } 60 proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" }
60 proxies { answer: "kirby" path: "Components/GiftMapEntrance/KirbyPanel" } 61 proxies { answer: "kirby" path: "Components/GiftMapEntrance/KirbyPanel" }
62 proxies { answer: "kiwi" path: "Components/GiftMapEntrance/KiwiPanel" }
61 proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" } 63 proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" }
62 proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" } 64 proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" }
63 proxies { answer: "star" path: "Components/GiftMapEntrance/StarPanel" } 65 proxies { answer: "star" path: "Components/GiftMapEntrance/StarPanel" }