Files
puzzle-design-kb/puzzles/meta-puzzle-construction.md
Bryce a663769121 Document puzzles from 18 additional adventure games (25/30 complete)
Games analyzed:
- Indiana Jones: Fate of Atlantis (Team/Wits/Fists paths)
- Day of the Tentacle (cross-temporal causality, multi-character coordination)
- Grim Fandango (noir afterworld investigation)
- King's Quest III, VII, VIII (transformation puzzles, mask collection)
- SpaceQuest 1-4 (sci-fi comedy escape sequences)
- Quest for Glory 1-4 (RPG-hybrid, class-specific solutions)
- Beneath a Steel Sky (cyberpunk hacking)
- Broken Sword 1 & 2 (Revolution Software investigation patterns)
- The Longest Journey (cross-realk fantasy/sci-fi)
- Syberia (mechanical/clockwork puzzles)

New puzzle type created:
- class-specific-ritual.md (QFG3 parallel character solutions)

Enhanced documentation with citations for 20+ puzzle types across all games.
2026-03-18 12:00:21 -07:00

30 KiB

Meta-Puzzle Construction / Sequential Interdependence

Information Architecture: Puzzle components are chained linearly where Step N's OUTPUT becomes Step N+1's INPUT. Unlike Multi-Faceted Plan's parallel requirement gathering (A AND B AND C independently found), Meta-Construction requires sequential execution—each action creates the resource needed for the next action. Cannot reorder steps; cannot pre-gather all components.

Player Action Pattern:

  1. Complete Step 1 → receive Output Item A
  2. Use Item A in context of Step 2 → produce Output Item B
  3. Repeat until final step produces Target Solution
  4. Backtracking required if wrong interpretation leads to dead-end output

Core Mechanic: The puzzle is a production line where the player crafts their way through. Each action's product is only valuable within the specific chain—it has no other use. This creates "no-branch" progression: exactly one valid sequence exists.


Variations

Type Interdependence Branching Allowed? Example
Linear Chain N's output = N+1's sole input No Dinky Island Water Filtration
Branched Assembly Multiple paths to same output item Yes, converges later Some crafting puzzles
Conditional Branching Output determines which branch unlocks Depends on output value Code-cracking sequences
Resource Accumulation Each step produces partial completion No, accumulative Multi-stage recipes requiring mixing

Game Examples

Monkey Island II: Dinky Island Water Filtration System

Complete Chain:

  1. Pick up Bottle (empty, capped)
  2. Use Bottle on Rock → Broken Bottle + Crowbar
  3. Use Crowbar on Barrel → Cracker #1 revealed
  4. Feed Cracker #1 to Parrot → Direction 1 ("East of pond to dinosaur")
  5. Note: To activate still for distilled water, need more crackers
  6. Use Broken Bottle as funnel into Still → creates distillation capability
  7. Obtain Glass O' Water from ocean → use with Still → Distilled Water
  8. Find empty Box (low-sodium cracker mix) on jungle path
  9. Use Distilled Water on Box → produces Cracker #2 AND #3
  10. Feed remaining crackers to Parrot → Directions 2 & 3

Final Synthesis: Three directions from parrot = navigation map to X marks the spot

Why It's Meta-Construction (Not Multi-Faceted Plan):

  • Cannot gather all 3 crackers in parallel—must sequence production
  • Broken Bottle is only useful for crowbar extraction; crowbar only for barrel opening
  • Each intermediate state has exactly one valid forward move
  • Back-tracking creates dead-ends ("Can't make more crackers without water, can't get water without still access, still needs broken bottle as funnel")

Monkey Island II: Rat Trap → Job Acquisition Chain (Hard Mode Only)

1. Collect String (Voodoo Lady's skull) + Stick (Beach) + Cheese Squiggles (Inn bowl)
2. Assemble trap at Mad Marty's Laundromat: Box + Sticking on stick + cheese bait
3. Trap activates → Captured Rat in box
4. Enter Bloody Lip kitchen, throw rat into Vichyssoise stew
5. Cook fired for contaminating food (barkeeper dialogue)
6. New job position opens: Kitchen assistant, 420 Pieces of Eight salary advance
7. Money enables chartering Captain Dread's boat

Key Feature: Player creates an opportunity by engineering a job vacancy through cascading consequences.

Beneath a Steel Sky: Grappling Hook Construction Chain (BAS)

Problem: Need to cross to Security HQ building opposite the factory, but no bridge or elevator access. Must craft a grappling hook from separately-obtained components.

Source: 5_steamah_walkthrough.html, lines 372, 428-430, 436 — "Get Joey to cut it with his welder [cable]... Get Joey to use his welder on the STATUE and pick up the ANCHOR... Combining the ANCHOR and the red CABLE produces a GRAPPLING HOOK"

SEQUENTIAL PRODUCTION CHAIN:

Step 1 - Cable Acquisition (Output: Red CABLE)
Prerequisite: Joey's welding shell installed at Factory
Action: Inspect red CABLE before Crash Site exit on Upper Level
Command: Tell Joey to CUT cable with welder
Result: CABLE drops to Middle Level (now retrievable later)

Step 2 - Anchor Acquisition (Output: ANCHOR)  
Prerequisite: Visit Anchor Insurance, speak to Billy Anchor about special policies
Action: While Anchor is in back on phone, have Joey WELD the STATUE
Result: ANCHOR detaches from statue base → collected

Step 3 - Combination (Output: GRAPPLING HOOK)
Prerequisites: Both CABLE (from Step 1) and ANCHOR (from Step 2) in inventory
Action: Combine ANCHOR with CABLE in inventory
Result: New item created—GRAPPLING HOOK

Step 4 - Application (Output: Cross-building access)
Prerequisite: GRAPPLING HOOK in inventory, positioned on factory ledge
Action: Use GRAPPLING HOOK on big "S" SIGN across gap
Result: Player swings to Security HQ building, crashes through window

Why It's Meta-Construction (Not Multi-Faceted Plan):

  • Cannot grab ANCHOR before Joey has welding capability (requires Factory shell installation)
  • Cannot CUT cable without Joey's welder being active
  • Cannot create HOOK until both independent components obtained
  • The CABLE dropping to Middle Level creates temporal dependency—you MUST visit upper level first, then return later during middle-level exploration
  • Each intermediate item (cable, anchor) has exactly one purpose in this chain

16-bit SCUMM Engine Note: The inventory combination system treats object pairing as transformation rules (Anchor + Cable = Hook via USE command). Classic Sierra/Revolution pattern where creative combinations unlock new verbs/actions not initially available.


Type Structure Why Meta-Construction is Different
Multi-Faceted Plan Parallel requirements (A + B + C) MFP = assemble pieces; MC = sequential assembly line
Pattern Learning Same rules apply to Domain A then B MC = each step has unique mechanic, no transfer
Observation Replay Watch once, reproduce exactly MC = create new output at each step, not repeat input

Design Considerations

Advantages:

  • Clear progression—easy for designers to scope difficulty curve
  • Player feels like "master craftsman" building solution piece by piece
  • Satisfying when chain completes after multiple steps

Risks:

  • Backtracking frustration if player misses a step's output
  • Feels like "fetch quest lite" if intermediate items have no flavor/usefulness
  • Can become tedious without narrative justification for the sequence

Best Practice: Each intermediate output should be thematically meaningful (bottle → crowbar makes sense physically; cracker mix + water = crackers follows real-world logic) rather than arbitrary ("Magic Stone #3" → "Magic Portal Key").


The Longest Journey: Plumbing Fix Puzzle (Chapter 1 - Penumbra)

Problem: April's building has a water main leak blocking access to the academy. A junction box with four switches must be aligned horizontally, then pressure controlled before clamp can be removed. This requires sequential actions where each step enables the next.

Source: 02_outrider_complete_walkthrough.txt, lines 43-51 — "use the gold ring on the disconnected wires near the upper right corner and then what you want to accomplish is to get the bars near the lower right to all be horizontal...Turn the valve near the upper left and then turn the wheel to release the pressure. Take the clamp off the pipe"

Source: 04_gameboomers_k_daleng.txt, lines 47-49 — "Use the ring with the two wires without a connection. Now you have to get the switches to get on a straight line...When you get it right, turn the cap on the ventilator and turn the wheel. Then take the pincers from the hose."

Sequential Production Chain:

PHASE 1 - Electrical Connection Enabler:
Step 1 → Gold Ring obtained (Found notice bulletin board → give note to Fiona → receives ring)
         - Ring used on disconnected wires in junction box
         - Restores electrical power to switch mechanism

PHASE 2 - Switch Alignment (Precision Sub-Puzzle):
Step 2 → Right switch moves red indicator light; left switch rotates bars themselves
         - Goal: All four bars must align horizontally
         - Strategy: Lock one horizontal bar, rotate remaining three into position
         - OUTPUT: Electrical system armed and functional

PHASE 3 - Pressure Control (Sequential Safety):
Step 3 → Turn valve (upper left) to reduce pressure first
         - CRITICAL ORDER: Valve BEFORE wheel; wrong order causes failure/leak
         
Step 4 → Turn wheel to release flow
         - PREREQUISITE: Pressure already reduced by valve action

PHASE 4 - Clamp Removal:
Step 5 → Take pincers/clamp from pipe (now safe)
         - Item required for later puzzle (fishing pole construction in subway)
         - Return gold ring for future use

PHASE 5 - Inter-Realm Item Transport:
Step 6 → Clamp transported across realm boundary to Arcadia
         - Combined later with duck + string = fishing pole

Why It's Meta-Construction (Not Multi-Faceted Plan):

  1. Strict Sequencing: Cannot remove clamp before turning valve; cannot turn valve before wires connected via ring
  2. Output/Input Chain: Each phase produces working state necessary for next phase (Power → Switch Access → Pressure Reduced → Flow Released → Clamp Safe)
  3. No Reordering Possible: Valve+wheel order is enforced by game physics; electrical connection must precede switch manipulation
  4. Carry-Forward Item: Clamp obtained here becomes INPUT for entirely separate puzzle later (subway key fishing sequence)

Stark Dimension Mechanics: This puzzle introduces the "technobabble" aesthetic of Stark—futuristic but broken infrastructure requiring player intervention. The ring-as-electrical-conductor represents TLJ's theme of using everyday items in improvised technical contexts, established early to prepare players for similar meta-construction puzzles in both dimensions.


The Longest Journey: Shadow Puppet Distraction (Chapter 2 - Through the Mirror)

Problem: Freddie the janitor blocks theater entrance where Cortez is hiding. Cannot enter directly; must create distraction using environmental shadow projection to lure him outside while player sneaks past.

Source: 02_outrider_complete_walkthrough.txt, lines 128-135 — "Use the hat at the top of the pile and use the toy monkey on the bottom. This will create a shadow that looks like the detective getting ready to fire a gun...follow him into the theater. Go through the door where the sweeper guy entered earlier. You'll notice a stack of boxes and some garbage nearby."

Source: 03_walkthroughking_ashley_bennett.html, lines 68-72 — "Look at the shadow project up on to the wall, then place the hat on the garbage heap and put the monkey near the base of it. Open the trash can near the door and use the matches on it to light a fire."

Source: 04_gameboomers_k_daleng.txt, lines 71-73 — "Put the monkey on the trash pile and the hat further up on the same pile...Open the trashcan and use the matches on it afterwards."

Sequential Production Chain:

PREREQUISITE ITEMS (Gathered in prior puzzle sequences):
→ Toy Monkey: From April's closet box (Chapter 1 start)
→ Detective's Fedora: From street in front of theater (after candy incident)
→ Matches: Taken from table at Border House in Chapter 1


PHASE 1 - Fuse Box Bypass (Separate Sequential Chain #1):
Step 1 → Iron Key obtained from subway tracks (required fishing pole setup)
         - Key used on fuse box lock outside theater

Step 2 → All functional switches flipped left; Band-Aid applied to glove
         - Repaired glove used on live wire
         - Lights go out, Freddie exits to fix marquee


PHASE 2 - Distraction Construction (Sequential Chain #2):
Step 3 → Return to alley behind theater after Freddie has departed
         
Step 4 → Position TOY MONKEY at BASE of garbage pile (near light source)
         - Monkey creates shoulder/body silhouette on wall projection

Step 5 → Position FEDORA atop garbage pile
         - Hat aligns with monkey head level
         - Combined shadow appears as DETECTIVE IN COAT AND HAT

Step 6 → Approach trash can at door, open lid
         
Step 7 → Use MATCHES on trash can contents
         - Fire ignites, creates smoke/flame distraction
         
Step 8 → Freddie runs outside investigating fire/shadow threat
         
Step 9 → Player enters theater while Janitor is outside


CHAIN STRUCTURE ANALYSIS:
Chain #1 (Fuse Box): Key → Unlock → Flip Switches → Repair Glove → Touch Wire → Lights Out
Chain #2 (Distraction): Position Monkey → Position Hat → Open Trash → Light Fire → Freddie Leaves → Enter

TWO INDEPENDENT meta-construction sequences must be completed in order. Chain 1 ENABLES the location access that Chain 2 then exploits through timing.

Why It's Meta-Construction:

  1. Two Independent Chains: Both fuse box repair AND shadow construction are sequential output/input puzzles
  2. Cannot Reorder Within Chains: Must position monkey BEFORE hat (hat must align to monkey silhouette); must unlock fuse box BEFORE touching wire
  3. Output Enables Next Step: Chain 1's "lights out" creates dark environment where shadow puppetry works effectively
  4. Items Have Single Purpose in Each Chain: Monkey+Hat ONLY useful for this distraction; glove ONLY useful for electrical work

Distinction from Distraction Physics: While the outcome is NPC diversion, the puzzle structure is meta-construction (creating the distraction device through sequential steps) rather than simple environmental manipulation. The shadow puppet itself IS the constructed artifact with sequential assembly requirements.


Broken Sword: Shadow of the Templars - Hotel Ubu Key Theft (Chapter 1)

Problem: Get Moerlin's room key from the locked rack behind the reception desk at Hotel Ubu. Direct theft impossible while clerk is attentive.

Source: broken-sword-1/4_agh_peter_christiansen_walkthrough.html, lines 229-250 Source: broken-sword-1/1_walkthroughking_broken_sword.html, lines 82-86

Solution Chain:

Step 1 - Information Gathering (Lady Piermont):
→ Approach Lady Piermont at piano in hotel lobby
→ She reveals Khan uses alias "Moerlin" for room booking
→ Player learns target key identity before theft attempt possible

Step 2 - Distraction Setup:
→ Request assistance with key from reception clerk (polite inquiry)
→ Lady Piermont overhears, volunteers distraction plan
→ Coordination established between two NPCs and player

Step 3 - Physical Theft During Distraction Window:
→ Clerker is distracted by Piermont's attention elsewhere
→ Player approaches locked rack unobserved during distraction window
→ Take physical key directly from rack (item added to inventory)

Step 4 - Access Granted:
→ Key used on Moerlin's hotel door → Room access enabled
→ Can proceed with Chapter 1 exploration objectives

Why It's Meta-Construction (Not Multi-Faceted Plan): The theft requires sequential progression where information discovery ENABLES the physical opportunity. Player cannot skip directly to theft—must first learn target identity through NPC dialogue, then coordinate distraction timing, THEN execute physical action. Each step produces output needed for next step (knowledge → coordination → theft). Parallel gathering impossible because distraction window only opens AFTER relationship with Piermont established.


The Longest Journey: Potion Mixing System (Chapter 5 - There and Back Again)

Problem: Inside Roper Klakks' tower in the Forest of Sorcery, player must create five distinct magical potions to overcome various obstacles. Only certain bottle color combinations work, in EXACT sequence order. The formula book reveals potion types but not exact recipes—player must experiment.

Source: 04_gameboomers_k_daleng.txt, lines 173-186 — "Take the white, yellow, green and blue bottles...Mix the white, green and blue bottles to get a invisibility mixture (it's really important that you get the mix in that exact order)...Mix yellow, white and blue essence (light-as-a-feather mixture)..."

POTION PRODUCTION CHAIN:

PREREQUISITE ACQUISITION:
→ Enter tower after bypassing stoned man (flower+berry mix distraction)  
→ Confront Roper Klakks, give him Calculator (from earlier puzzle)
→ Gain access to potions laboratory with colored bottles and formula book


FORMULA BOOK REVELATION:
Book tells player WHICH POTION TYPES exist but NOT exact recipes:
1. Invisibility mixture
2. Light-as-a-feather mixture (levitation effect)  
3. Magic-binding mixture (stabilizes volatile compounds)
4. Explosion mixture (disrupts containment fields)
5. Wind mixture (summon/control wind spirit)

SEQUENTIAL PRODUCTION WITH CRITICAL COLOR ORDERING:

[White + Green + Blue] → Invisibility (exact order required)
         ↓ OUTPUT: Clear liquid for Chapter 9 stealth


[Yellow + White + Blue] → Light-as-a-feather  
         ↓ OUTPUT: Grants temporary flight for cliff jumps


[Green + Yellow + Blue] → Magic-Binding
         ↓ OUTPUT: Stabilizing agent for volatile combinations  


[Red + Red + Blue] → Explosion (uses TWO red bottles)
         ↓ OUTPUT: Unstable paste for crystal orb puzzle


[White + Red + Blue] → Wind Mixture  
         ↓ OUTPUT: Give to Captain Nebevay, convinces him wind returned


META-CONSTRUCTION CONSTRAINTS:

1. RESOURCE SHARING: White bottle used in 3 potions; Blue in ALL five
2. IRREVERSIBLE MIXING: Wrong order wastes ingredients  
3. APPLICATION ORDER: Magic-Binding must apply BEFORE Explosion+Crystal combination
4. CARRY-FORWARD VALUE: Invisibility consumed in Ch9, Feather used in Ch8 cliff


WHY IT'S META-CONSTRUCTION:
- Sequential output/input chain where resources CONSUMED by earlier potions affect availability for later ones
- Cannot reorder mixing sequence without considering remaining bottle inventory  
- Each intermediate product (potion) has exactly one purpose in specific chapter puzzle
- Backtracking creates dead-ends if player misallocates scarce bottles (e.g., uses Red before saving for Wind)

  • Multi-Faceted Plan: When requirements discovered in parallel, not sequence
  • Recipe Discovery: When puzzle is learning the correct combination formula, not executing fixed steps
  • Pattern Learning: When same rule set applies across multiple targets with identical mechanics

Grim Fandango: Tube-Switching Room Access Chain (GF - Year One)

Problem: Manny needs to access the tube-switching room to read messages from other offices, but the door is always closed by a pink demon who doesn't look when he shuts it. Requires exploiting the NPC's blind spot while creating an environmental blockage.

Source: the-spoiler_walkthrough.html, lines 167-185 — "You've already met someone who can [access tube-switching room]... Remember the pink demon who was complaining about people gumming up the machine?... Notice that he doesn't actually look at the door when he closes it. Maybe you could do something that will keep the door open when he slams it shut."

SEQUENTIAL PRODUCTION CHAIN:

PREREQUISITE ITEM COLLECTION (parallel, but needed for this chain):
→ Playing cards: From Manny's office desk
→ Hole punch: From Eva's secretary desk  
→ Deflated balloon animals: From clown at Festival using dialogue sequence


CHAIN STEP 1 - Create Perforated Card (Output: Modified Card)
Input: Playing cards + hole punch
Action: Use cards on Eva's hole punch
Result: PERFORATED PLAYING CARD created (card with punched holes)
Why sequential: Cannot proceed without this specific modified item. Cards alone don't work; must be perforated first.


CHAIN STEP 2 - Obtain Inflatable Balloons (Output: Inflated Balloon Objects)
Input: Clown at Festival + dialogue choices
Action Sequence:
- "Practice What?" → "Twist me up one of them" → "Bet ya can't do a cat" → "A dead worm"
- Get deflated balloon, inflate it using building hoses (packing room red/blue hoses)
- Ask clown for more: "My kid wants another balloon animal" → "Any more dead worms?"
Result: TWO inflated balloons in inventory


CHAIN STEP 3 - Create Tube Blockage (Output: Blocked Message Tubes - temporary state change)
Input: Red and blue inflated balloons + packing room message tubes
Action: Place one balloon on red hose, one on blue hose
Result: When message sent through system, both balloons inflate further and BLOCK the tubes
Why sequential: Balloons must be prepared in Step 2 before use here. This state change (blocked tubes) is prerequisite for next step.


CHAIN STEP 4 - Manipulate Pink Demon NPC (Output: Tube-Switching Room Access Window)
Input: Blocked tube state (from Step 3) + timing
Discovery: Pink demon complains about gummed-up machine, then goes into tube-switching room
Critical mechanic: "He doesn't actually look at the door when he closes it"
Action Sequence:
- Wait for demon to exit room and complain about tubes
- He returns to investigate the blockage
- When he opens then slams door → USE DEADBOLT WHILE HE'S NOT LOOKING
- Deadbolt engages after he's slammed door but before checking, keeping it open


CHAIN STEP 5 - Read Messages (Output: New Client Information)
Input: Unlocked tube-switching room + perforated card (from Step 1)
Action: 
- Enter now-accessible room  
- Place perforated card on RED tube (the holes reduce air pressure properly)
- Message travels through without being sucked past the card barrier
Result: Domino's messages readable; gain access to new high-profile client

WHY IT'S META-CONSTRUCTION:

OUTPUT/INPUT DEPENDENCIES CONFIRMED:
Step 1's output (perforated card) → Step 5's input REQUIREMENT  
Step 3's output (blocked tubes) → Step 4's NPC behavior trigger
Step 4's output (door access window) → Step 5's PREREQUISITE

NO REORDERING POSSIBLE:
- Can't use perforated cards before blocking tubes (cards would be sucked through anyway)
- Can't create tube blockage without balloons from clown  
- Balloons require specific balloon animals which require dialogue tree completion
- Door deadbolt timing depends on demon reacting to blocked tubes

BACKTRACKING CREATES DEAD-ENDS:
Walkthrough explicitly states the interlocking nature—if player misses any step's OUTPUT (deflated balloons, perforated cards), they cannot complete subsequent steps. The chain has exactly ONE valid forward sequence.


NOIR THEME INTEGRATION:
The puzzle uses classic noir elements—sneaking, exploiting blind spots, bureaucratic obstacles (message tubes as communication barriers). The "pink demon doesn't look at the door" detail is pure film noir mechanics where physical world rules create exploitable weaknesses in authority figures.

Grim Fandango: Year Two - Naranja's Dog Tags Recovery Chain (GF)

Problem: Seaman Naranja must be declared "officially dead" to open his position for Manny on the boat. This requires faking his death through a multi-step sequence involving incapacitation, evidence collection, and morgue manipulation.

Source: the-spoiler_walkthrough.html, lines 630-659 — Naranja sequence from Blue Casket kitchen through morgue

SEQUENTIAL PRODUCTION CHAIN:

CHAIN STEP 1 - Incapacitate Naranja (Output: Unconscious Naranja + Dog Tags)
Location: Toto's shack back entrance → Refrigerator
Input: Turkey baster + dishwater (from Blue Casket kitchen)
Action Sequence:
- Use turkey baster on dishwater to load fluid
- Wait for Naranya distraction (Toto enters, distracts him)
- Use loaded baster on Naranja's bottle
- Result: Naranja knocked unconscious
- Search unconscious body → DOG TAGS collected


CHAIN STEP 2 - Obtain Metal Detector (Output: Functional Metal Detector)
Location: Cat Track blimp security area + litter box room  
Input: Gold flake liqueur (from Calavera Cafe bar) + scythe
Action Sequence:
- Drink gold flake liqueur at blimp security
- Walk through metal detector BEFORE burping (creates metal detection event)
- Alone with Carla behind desk → Converse about her "nice metal detector"
- Carla throws detector in litter box room letter box
- Retrieve with scythe from ledge

Why sequential: Dog tags useless without metal detector. Metal detector requires specific timing window created by liqueur→burp sequence.


CHAIN STEP 3 - Forge Death Certificate (Output: Naranja Declared Dead)  
Location: Morgue
Input: Dog tags + metal detector
Action Sequence:
- Use dog tags on one corpse in morgue rack
- Use metal detector on Membrillo (morgue attendant NPC)
- Membrillo scans body with detector, finds tags, identifies as "Naranja"
- Result: Official death certificate issued; Naranja removed from crew manifest

Why sequential: Cannot forge without BOTH items. Tags alone wouldn't verify identity to morgue rules. Metal detector alone would find nothing on corpse.


FINAL SYNTHESIS:
All three steps complete → Naranja status = "Deceased" in boat crew registry  
→ Manny can fill position once other requirements met (union card, tools)

WHY IT'S META-CONSTRUCTION (Not Multi-Faceted Plan):

STRICT ORDERING ENFORCED:
Step 1 produces tags. Step 2 requires separate chain but both items needed for Step 3. Step 3 (final synthesis) CANNOT occur until Tags + Detector BOTH present at Morgue location. While Steps 1-2 could theoretically reverse order, their outputs feed into exactly ONE final application point with no branching paths.

INTERLOCKING NARRATIVE:
Each step produces narrative state changes that enable the next:
1. Unconscious body → tag removal possible
2. Metal detector acquisition → verification tool available  
3. Verification + tags → "official death" status

NOIR THEME - CORRUPT BUREAUCRACY:
The puzzle embodies film noir bureaucratic corruption—you can buy a fake death certificate if you have the right evidence and access to the right (unscrupulous) official. Membrillo won't question dog tags; the system is rigged for those who know how to work it.

Syberia: Train Museum Voice Cylinder Sequence (SYB)

Problem: To leave Valadilene by train, player must arrange artifacts on the museum car's display stands in a specific sequence. Each item triggers cutscenes that advance Oscar's backstory and unlock progression.

Source: gamefaqs_thayes_syberia.txt, lines 473-480 — "Put the Hans-Anna mechanical toy on the stand in the middle of the room and put the mammoth toy doll on the platform at the bottom-right corner of the room. Look at the shelves and put the Valadilene voice cylinder on the top-left platform and the music cylinder on the top-right platform."

SEQUENTIAL INTERDEPENDENCE CHAIN:

Step 1 - Mammoth Toy Doll Acquisition (Prerequisite Collection):
→ Trace mammoth outline in Voralberg house attic → Give tracing to Momo
→ Momo leads player to secret cave
→ Enter dam cave system → Obtain mammoth toy from far side of cave
→ This item is ONLY useful for museum display—no other function

Step 2 - Valadilene Voice Cylinder Acquisition (Crypt Puzzle):
→ Reconstruct elevator with four cog wheels (separate MFP puzzle)
→ Ride to church upper level, use purple punch card on automaton
→ Return to crypt area, insert Voralberg key into hat mechanism  
→ Enter Hans Voralberg's coffin → Retrieve voice cylinder from drawer

Step 3 - Hans-Anna Mechanical Toy Production (Gramophone Sequence):
→ Use Valadilene voice cylinder in factory gramophone
→ Cutscene plays: Hans falling while chasing mammoth toy up pillar
→ After cutscene, mechanical toy appears on gramophone (NEW ITEM CREATED)

Step 4 - Music Cylinder Retrieval (Factory Hidden Mechanism):
→ Pull ninth book from grammarophone shelf → reveals hidden compartment
→ Music cylinder found inside gramophone after previous cutscene triggers
→ Note: Only accessible AFTER voice cylinder cutscene completes

Step 5 - Museum Display Execution (Final Assembly):
Player must arrange items in EXACT positional order on museum car:

Position A (Center Stand): Hans-Anna Mechanical Toy
Position B (Bottom-Right Platform): Mammoth Toy Doll  
Position C (Top-Left Shelf): Valadilene Voice Cylinder
Position D (Top-Right Shelf): Music Cylinder

→ Items must be placed in this sequence for cutscenes to play correctly
→ Each placement triggers specific narrative fragments that combine into Oscar's backstory
→ Only after all four placed → Train release permit can be delivered to Oscar → Departure unlocked


WHY IT'S META-CONSTRUCTION:

OUTPUT/INPUT CHAIN STRUCTURE:
1. Mammoth outline tracing → Momo reveals cave location (information output)
2. Cave exploration → Mammoth toy doll acquirable (physical item output)  
3. Voice cylinder use in gramophone → Cutscene plays → Mechanical toy CREATED (item transformation)
4. Gramophone cutscene completion → Book pullable → Music cylinder revealed (prerequisite gate)
5. All four items assembled on museum stand → Narrative sequence unlocked (final synthesis)

Each step produces EXACTLY ONE output needed for subsequent step:
- Toy doll has NO other use beyond museum display
- Mechanical toy only produced by gramophone sequence, only used in museum
- Music cylinder only accessible after previous steps complete the gramophone puzzle chain

NO BRANCHING ALLOWED: Player cannot skip ahead—each artifact requires completed prior chains. Missing any component means permanent backtracking through entire Valadilene section.


SYBERIA-SPECIFIC DESIGN ELEMENTS:

Clockwork/Mechanical Motif: All items are themselves automatons or music-box mechanisms—the meta-construction builds Oscar's literal "museum of mechanical memories" where each artifact IS a memory trigger device. This thematic reinforcement distinguishes SYB from other implementations where construction chains are purely functional rather than narrative-embedded.

Cutscene-Based Validation: Unlike MI2's physical outputs (crackers, water), SYB validates through NARRATIVE CUTSCENES—each item placement plays video sequences that confirm correct positioning. The museum functions as both puzzle and storytelling device simultaneously.