summary refs log tree commit diff stats
path: root/game_data.yaml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-02-23 14:00:17 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-02-23 14:00:17 -0500
commitc0ad40a3d43e83f35432d12e8b55d90c1865c264 (patch)
treeb1a91e9d697cb548ba048e8badbaccaf2800b065 /game_data.yaml
parent22fd4098d048b6833f1993604f17144eadf3dea3 (diff)
downloadmanifold-garden-archipelago-c0ad40a3d43e83f35432d12e8b55d90c1865c264.tar.gz
manifold-garden-archipelago-c0ad40a3d43e83f35432d12e8b55d90c1865c264.tar.bz2
manifold-garden-archipelago-c0ad40a3d43e83f35432d12e8b55d90c1865c264.zip
A bunch of things
- Requirement decisions now have three states: yes, no, and maybe. Maybe means that the state of the game object in question hasn't been detected yet, so acting on the event that checked the requirement should be deferred. This was intended to fix the inverted pad checks in Pyramid, but it does not seem to have worked. Questioning reverting this part.
- Fixed the doors in W018.
- Smoke walls now work, sort of. If the cube is still on the pad, loading the game in that room will cause the wall to close (leaving and re-entering the room dismisses it thought). Putting the cube back on the pad will also close it again. Need to fix later.
- More patches that record gameplay state without interaction from the player and call listeners for those objects. e.g. buttons getting pressed by the game when loaded in, as opposed to when pressed by the player. Pads have been tweaked like this too.
- When opening a door, the mod now also invokes the animator. This fixes the problem where doors would appear to be closed when re-entering a room, even though you could still walk through them.
Diffstat (limited to 'game_data.yaml')
-rw-r--r--game_data.yaml38
1 files changed, 20 insertions, 18 deletions
diff --git a/game_data.yaml b/game_data.yaml index 43ccf22..a261be0 100644 --- a/game_data.yaml +++ b/game_data.yaml
@@ -274,24 +274,25 @@ World_612_BlindSpherePuzzle_Optimized:
274 scene: Hallway_W612_W057_Optimized 274 scene: Hallway_W612_W057_Optimized
275 index: 0 275 index: 0
276World_018_PastaTile_Optimized: 276World_018_PastaTile_Optimized:
277 0: 277 doors:
278 or: 278 0:
279 - button: 0 279 or:
280 - pad: 0 280 - button: 0
281 3: 281 - pad: 0
282 or: 282 3:
283 - pad: 0 283 or:
284 - sphere: 284 - pad: 0
285 scene: Hallway_W018_W003B_Optimized 285 - sphere:
286 index: 0 286 scene: Hallway_W018_W003B_Optimized
287 5: 287 index: 0
288 or: 288 5:
289 - button: 1 289 or:
290 - button: 290 - button: 1
291 - scene: Hallway_W018_W063_Optimized 291 - button:
292 index: 0 292 - scene: Hallway_W018_W063_Optimized
293 - scene: Hallway_W018_W063_Optimized 293 index: 0
294 index: 1 294 - scene: Hallway_W018_W063_Optimized
295 index: 1
295Hallway_W018_W003B_Optimized: 296Hallway_W018_W003B_Optimized:
296 locations: 297 locations:
297 Mini Sphere Puzzle Solved: 298 Mini Sphere Puzzle Solved:
@@ -559,6 +560,7 @@ World_026_Library_Optimized:
559 smoke: 560 smoke:
560 3: 561 3:
561 item: Library - Yellow Smoke Wall 562 item: Library - Yellow Smoke Wall
563 entry: World_026_Library_Optimized
562Hallway_W026_W002_Optimized: 564Hallway_W026_W002_Optimized:
563 locations: 565 locations:
564 Yellow Cube Fetch Quest Completed: 566 Yellow Cube Fetch Quest Completed: