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.
This commit is contained in:
@@ -247,11 +247,80 @@ Translation: LEFT x5, UP x4, DROP = robot returns lens to slot
|
||||
- Same framework applies to TWO different goals with DIFFERENT sequences
|
||||
- Framework is mechanical (button press → movement command), not visual (symbol A = button B)
|
||||
|
||||
**Distinction from Engraved Rod System**:
|
||||
The robot uses Pattern Learning's abstract rule transfer while the rods use Symbol Code Translation's visual matching. Both teach system once and apply multiple times, but through different cognitive layers (abstract vs visual).
|
||||
---
|
||||
|
||||
### The Longest Journey: Crystal Altar Puzzle (Chapter 7 - A Deep Blue Mirror)
|
||||
|
||||
**Problem**: Inside underwater city of Atlast, an altar in the sacred cave requires four crystals placed into corresponding holes with symbol rings rotated to matching positions. Each crystal has unique color/appearance and each hole displays a distinct symbol that must be aligned correctly.
|
||||
|
||||
<strong>Source: 04_gameboomers_k_daleng.txt, lines 216-221 — "Put the brown crystal in the hole marked with a wave (the symbols can be difficult to see, but just look at the holes and April will tell you the symbol) with the wave symbol turned out. Put the yellow crystal in the hole marked with a fish with harpoon symbol turned out."</strong>
|
||||
|
||||
<strong>Source: 02_outrider_complete_walkthrough.txt, Chapter 7 section — "Four crystals must be found and placed on altar in specific configuration"</strong>
|
||||
|
||||
```
|
||||
SYMBOL TRANSLATION FRAMEWORK:
|
||||
|
||||
CRITICAL CLUE SOURCE (Wall Paintings):
|
||||
Step A → Earlier exploration of Atlast city reveals wall paintings depicting symbols AND their corresponding crystal placements
|
||||
- Player must examine paintings carefully before attempting altar puzzle
|
||||
- Each painting shows: Symbol + Crystal Color + Orientation requirement
|
||||
|
||||
CRYSTAL ACQUISITION PHASE (Collection Sub-Puzzle—Separate MFP):
|
||||
Step B → Collect four crystals from disparate locations around Atlast/water city:
|
||||
|
||||
1. BLACK PEARL/Crystal from clam just outside airbubble entrance
|
||||
<small>Source: 04_gameboomers_k_daleng.txt, line 210 — "Take the black pearl inside the clam right outside the bobble"</small>
|
||||
|
||||
2. YELLOW/GREEN Crystal from city wall grime scraping
|
||||
<small>Source: 04_gameboomers_k_daleng.txt, line 211 — "Get some of the green stuff on the wall" (used as blood substitute ritual)</small>
|
||||
|
||||
3-5. Three remaining crystals from cave seagrass clearing sequence:
|
||||
- Must CLEAR seaweed obstacles to access each crystal location
|
||||
- Each clearing reveals ONE crystal at a time
|
||||
|
||||
ALTAR SOLUTION EXECUTION (Symbol Translation):
|
||||
Step C → Enter sacred cave; altar displays four circular holes with rotatable symbol rings
|
||||
|
||||
Step D → BROWN CRYSTAL assignment:
|
||||
- HOLE: Marked with WAVE symbol in engraving
|
||||
- RING ROTATION: Wave symbol must face OUTWARD (away from center)
|
||||
|
||||
Step E → YELLOW CRYSTAL assignment:
|
||||
- HOLE: Marked with FISH symbol
|
||||
- RING ROTATION: HARPOON symbol must face OUTWARD (NOT fish itself!)
|
||||
- CRITICAL DISTINCTION: Ring shows TWO symbols; correct one is HARPOON, not the hole's primary marker
|
||||
|
||||
Step F → GREY CRYSTAL assignment:
|
||||
- HOLE: Marked with ONE-EYE TEMPLE symbol
|
||||
- RING ROTATION: One-eyed temple faces OUTWARD (matching hole marker)
|
||||
|
||||
Step G → GREEN CRYSTAL assignment:
|
||||
- HOLE: Marked with HARPOON symbol
|
||||
- RING ROTATION: FISH symbol faces OUTWARD (NOT harpoon!)
|
||||
- INVERSION: Ring symbol is OPPOSITE of hole's marker
|
||||
|
||||
STEP H → Final validation: All four crystals placed with correct ring orientations
|
||||
→ Altar activates, reveals hidden opening to Sharptooth chamber
|
||||
|
||||
|
||||
SYMBOL MAPPING PATTERN ANALYSIS:
|
||||
|
||||
Two Distinct Symbol-Pairing Rules Discovered:
|
||||
Rule 1 (Direct Match): Brown→Wave, Grey→Temple = Ring symbol MATCHES hole symbol
|
||||
Rule 2 (Inversion Pair): Yellow→Harpoon (on Fish hole), Green→Fish (on Harpoon hole)
|
||||
= Ring symbol is INVERTED from hole symbol
|
||||
|
||||
PLAYER DISCOVERY METHOD: Wall paintings provide visual reference for correct pairings
|
||||
WITHOUT examining paintings carefully, player must guess through trial-and-error
|
||||
|
||||
**Why It's Symbol Code Translation**: The puzzle establishes a VISUAL SYMBOL RECOGNITION framework through wall paintings (information source). Player then must apply this framework across FOUR separate crystal assignments, each requiring independent symbol→ring mapping. Unlike standard pattern learning where rules transfer between domains, here the player translates BETWEEN visual representation formats: Wall Painting Symbols → Altar Ring Orientation. The additional complexity is that TWO crystals follow direct matching while TWO follow inversion pairing—the player must recognize BOTH SUB-RULES apply within same puzzle instance.
|
||||
|
||||
**TLJ-Specific Implementation**: This represents TLJ's Arcadian puzzle aesthetic—mystical symbols with environmental information sources rather than sci-fi interfaces like Stark side. Same Symbol Code Translation framework, different visual language (carved stone vs electronic panels).
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## When to Document as Symbol Code Translation
|
||||
|
||||
Document a puzzle as Symbol Code Translation when:
|
||||
@@ -265,3 +334,225 @@ DO NOT use this classification if:
|
||||
- Only ONE translation occurs with no repeated applications (Simple Code Puzzle, not system-based)
|
||||
- Visual recognition is irrelevant—abstract rule transfer only (Pattern Learning / Knowledge Transfer instead)
|
||||
- Multiple DIFFERENT artifacts must be combined (Multi-Faceted Plan or Meta-Puzzle Construction instead)
|
||||
|
||||
---
|
||||
|
||||
### Indiana Jones: Fate of Atlantis - Sunstone/Moonstone Alignment with Plato's Lost Dialogue (INDY2)
|
||||
|
||||
**Setup**: After obtaining the Sunstone (varies by path) and Moonstone (Crete excavation using surveyor's instrument), Indy must align these artifacts according to instructions in Plato's Lost Dialogue. The 3rd page contains a diagram showing which symbol positions correspond with different celestial features (horns of statues).
|
||||
|
||||
<small>Source: walkthroughking_ashley_walkthrough.html, lines 86-87 — "From the Lost Dialogue (3rd page) align the correct symbol with the horns and click on the peg."</small>
|
||||
|
||||
**Solution Chain**:
|
||||
1. Open Plato's Lost Dialogue in inventory
|
||||
2. Navigate to page 3 showing celestial alignment diagram
|
||||
3. Identify target symbols on Sunstone/Moonstone that match diagram positions
|
||||
4. At dig site: Insert Wooden Peg into mural hole, place Sunstone on peg
|
||||
5. Look at the stone/alignment → dialogue prompts for correct position
|
||||
6. Rotate to match "horns" symbol as indicated in Lost Diagram page 3
|
||||
7. Repeat process at Crete with both stones on stone dial
|
||||
|
||||
<small>Source: walkthroughking_ashley_walkthrough.html, line 87 — "Go back and put both stones on the stone dial where you arrived at Crete, and follow the next set of directions in the Lost Dialogue."</small>
|
||||
|
||||
**Why It's Symbol Code Translation**:
|
||||
- Visual symbols on artifacts (Sunstone/Moonstone geometric markings)
|
||||
- External reference source (Lost Dialogue page 3 diagram) provides translation key
|
||||
- Order/matching matters—correct symbol must align with specific feature ("horns")
|
||||
- Same framework applies to multiple stone/alignment pairs across different locations
|
||||
|
||||
**Distinction from Pattern Learning**: Player isn't learning an abstract rule system to apply exhaustively. Instead, they're translating specific visual codes from one medium (book diagram) to another (physical artifact positioning). The Lost Dialogue is the cipher; the stones are the encoded messages.
|
||||
|
||||
<small>Source: gamefaqs_darth_maul_walkthrough.html, lines 904-910 — "First, open the Lost Dialogue of Plato and look at page 3...align the correct symbol with the horns"</small>
|
||||
|
||||
---
|
||||
|
||||
### King's Quest VII: Tomb Combination Lock - Skull, Bat, Spider (KQVII)
|
||||
|
||||
**Setup**: After obtaining and blowing gravedigger's horn in graveyard area, a hidden hole opens in the ground leading to underground tomb entrance. The tomb door features a large combination lock with three symbol selections.
|
||||
|
||||
<small>Source: walkthroughking_kq7.html:86</small>
|
||||
|
||||
**Symbol Source Discovery (Distributed Environmental Clues)**:
|
||||
- Graveyard decorations, wall carvings, or environmental art establish the sequence through visual examination
|
||||
- Specific hint location varies; player must observe graveyard area thoroughly to notice symbol hierarchy/pattern
|
||||
|
||||
**Solution Chain**:
|
||||
```
|
||||
1. Enter tomb via revealed hole after horn use
|
||||
2. Approach large combination lock door
|
||||
3. Observe three available symbols: skull, bat, spider
|
||||
4. Press in exact sequence: SKULL → BAT → SPIDER (that specific order)
|
||||
5. Lock mechanism opens, door unlocks
|
||||
|
||||
6. Walk through door into underground chamber with Troll King coffin
|
||||
7. Continue puzzle chain (separate from this symbol lock puzzle)
|
||||
```
|
||||
|
||||
**Why It's Symbol Code Translation**:
|
||||
- **Visual Symbols as Input**: Three distinct iconographic symbols (skull, bat, spider) presented on interface
|
||||
- **Order-Sensitive Sequence**: Not just "press all three"—specific arrangement required for success
|
||||
- **Environmental Clue Dependency**: Correct sequence must be deduced from earlier visual examination; not obvious from lock itself
|
||||
|
||||
**Distinction from Observation Replay**: While there IS a single sequence to memorize and replay, the key differentiator is that player must first DISCOVER the code through environmental investigation—not just WATCH someone use it once. The clue presentation (graveyard decoration pattern) REQUIRES symbol interpretation, not just visual note-taking of an action performed by NPC/Game character.
|
||||
|
||||
**Distinction from Pattern Learning**: Single application only—no repeated framework applied across multiple doors. This is pure "find the code through environmental reading" puzzle rather than "learn system once, apply exhaustively."
|
||||
|
||||
---
|
||||
|
||||
### King's Quest VIII: Fire Dwarf Temple Door Pressure Plates (KQVIII)
|
||||
|
||||
**Setup**: After reaching the Barren Region and defeating the Basilisk, player climbs into the temple where they discover a dead Fire Dwarf holding a granite key. The main chamber has four pressure plates around a central sarcophagus, each marked with a different symbol (crescent, triangle, circle, square). The wall displays repeating sequences of these four symbols in various arrangements.
|
||||
|
||||
<small>Source: gamefaqs_gkisom_kq8_recovered.txt, lines 1096-1103</small>
|
||||
|
||||
**Solution Chain**:
|
||||
```
|
||||
1. Click dead Fire Dwarf → obtain granite key (for later use)
|
||||
2. Examine wall symbols → player observes four repeating symbols arranged in sequence on walls: crescent, triangle, circle, square
|
||||
3. Examine sarcophagus → four pressure plates surround it, each marked with one of the four symbols
|
||||
4. Walk Connor against pressure plates in exact order matching wall decoration:
|
||||
- First: Crescent plate
|
||||
- Second: Triangle plate
|
||||
- Third: Circle plate
|
||||
- Fourth: Square plate
|
||||
5. Door behind sarcophagus opens after all four plates pressed in correct sequence
|
||||
6. Take the long-sword from opened sarcophagus
|
||||
```
|
||||
|
||||
**Why It's Symbol Code Translation**:
|
||||
- **Visual Symbols as Input**: Four distinct geometric/symbolic shapes (crescent, triangle, circle, square) displayed on both walls and pressure plates
|
||||
- **Order-Sensitive Sequence**: Not just "press all four"—specific arrangement must match wall decoration sequence
|
||||
- **Environmental Clue Dependency**: Correct code must be extracted from examining wall patterns; sarcophagus alone provides no indication of correct order
|
||||
- **Translation Layer**: Symbols observed passively on walls → must be actively translated into physical plate-pressing actions
|
||||
|
||||
**Distinction from Observation Replay**: Player is not watching an NPC demonstrate the sequence. Instead, they're interpreting static environmental decoration as a code to be decoded and applied mechanically. The symbols-as-decoration require player inference ("these wall patterns represent the unlock sequence") rather than simple visual memorization of demonstrated actions.
|
||||
|
||||
**Relation to Standard Pattern Learning**: While KQVIII uses this SAME system for the Fire Dwarf lair door (lines 1131-1133: "Click the panels in the same order as at the temple sarcophagus"), THIS specific puzzle is single-application Symbol Code Translation. The broader framework across both doors would be Pattern Learning—the first temple teaches the symbol→plate mechanic, which then transfers to the lair door context.
|
||||
|
||||
---
|
||||
|
||||
### Broken Sword: Shadow of the Templars - Chessboard Chamber (Chapter 5, Spain)
|
||||
|
||||
**Problem**: Access sealed chamber in Spanish temple requires arranging chess pieces according to Bible design pattern discovered earlier. Visual symbols on manuscript must be translated to physical chess piece positions.
|
||||
|
||||
<small>Source: broken-sword-1/4_agh_peter_christiansen_walkthrough.html, lines 448-454</small>
|
||||
<small>Source: broken-sword-1/1_walkthroughking_broken_sword.html, line 176</small>
|
||||
|
||||
**Solution Chain**:
|
||||
```
|
||||
PHASE 1 - Symbol Discovery (Bible Examination):
|
||||
→ Find annotated Bible at prior location (temple or library area)
|
||||
→ EXAMINE Bible pages → reveal diagram showing chess pattern
|
||||
→ Pattern shows specific piece arrangement needed: bishop, nothing, knight, king in center column
|
||||
|
||||
INTERPRETATION LAYER:
|
||||
→ Diagram uses symbolic representation of chess pieces (iconographic drawings)
|
||||
→ Must translate 2D symbol notation into 3D physical piece types
|
||||
→ Center column emphasis indicates which row on actual chessboard matters most
|
||||
|
||||
PHASE 2 - Application at Chessboard Interface:
|
||||
→ Enter sealed chamber with large chessboard display/lock mechanism
|
||||
→ Available chess pieces include all standard types (king, queen, bishops, knights, rooks, pawns)
|
||||
→ Arrange pieces according to Bible diagram pattern:
|
||||
- Row/Column 1 center position: BISHOP piece
|
||||
- Row/Column 2 center position: EMPTY (no piece placed)
|
||||
- Row/Column 3 center position: KNIGHT piece
|
||||
- Row/Column 4 center position: KING piece
|
||||
|
||||
PHASE 3 - Validation and Access:
|
||||
→ After correct arrangement → chessboard mechanism activates
|
||||
→ Sealed chamber door unlocks automatically
|
||||
→ Player can proceed to next exploration area
|
||||
```
|
||||
|
||||
**Why It's Symbol Code Translation**: Visual symbols on Bible manuscript (2D diagrammatic representation) must be translated to interface actions (3D chess piece placement). The translation layer maps SYMBOL A (bishop drawing) → ACTION B (physically place bishop piece at specified position). Order sensitivity confirmed—diagram positions map to specific board coordinates. Single application like KQVII tomb lock rather than exhaustive system framework, but same core mechanic: observe symbols in one medium, apply equivalency rules to interactive interface, order matters for validation.
|
||||
|
||||
**Distinction from Observation Replay**: Player doesn't watch NPC demonstrate sequence once and memorize it. Instead, player INTERPRETS static environmental decoration (Bible diagram) as code requiring active translation into mechanical action. The puzzle requires symbol recognition AND coordinate mapping, not just visual memory of performed actions.
|
||||
|
||||
**Distinction from Standard Pattern Learning**: Only ONE application instance, no repeated framework across multiple doors or locations. This is pure "find the code through environmental reading" puzzle with symbol interface as output medium, rather than "learn system once, apply exhaustively" structure.
|
||||
|
||||
---
|
||||
|
||||
### Broken Sword II: The Smoking Mirror - Pyramid Wheel Room Pictogram Puzzle (Chapter 6)
|
||||
|
||||
**Problem**: Nico must unlock sealed chamber door using four rotating wheels displaying Mayan pictograms. Ten small tiles each encode a target two-symbol pairing the wheels must display; pressing them validates correct wheel configuration. Four additional "master" tiles reference which TWO-of-TEN-tiles must be activated together, requiring compound validation across layers.
|
||||
|
||||
<small>Source: 4_kasagaming_walkthrough.html, lines 426-430 — "Notice the pictograms on the great Mayan machine and on the tiles. If you try to move the tiles, they won't budge."</small>
|
||||
|
||||
```
|
||||
PHASE 1 - SYMBOL DISCOVERY (Machine Interface Examination):
|
||||
→ Enter wheel room, examine four large rotating wheels
|
||||
- Each wheel displays multiple Mayan pictograms (eagle, jaguar, serpent, etc.)
|
||||
- WHEELS rotate individually using standard EXAMINE/CLICK actions
|
||||
|
||||
→ Examine set of 10 medium tiles on floor/wall:
|
||||
- Each tile shows two pictogram symbols in specific arrangement
|
||||
- Tiles represent TARGET STATES for wheel configuration
|
||||
|
||||
→ Examine 4 small master tiles below statue:
|
||||
- Each shows reference to TWO medium-tiles (tile numbers or positions)
|
||||
- Represents COMPOUND VALIDATION requirement
|
||||
|
||||
INTERPRETATION LAYER:
|
||||
→ Visual symbol recognition required: identify pictograms on wheels and tiles
|
||||
→ Coordination mapping: wheel position + target tile alignment
|
||||
→ Tile A showing "eagle above jaguar" → rotate wheels to show eagle+jaguar in that spatial arrangement
|
||||
|
||||
PHASE 2 - TRANSLATION APPLICATION (Medium Tiles, Exhaustive Set):
|
||||
For each medium tile in set of 10:
|
||||
|
||||
Step 1 → Examine tile → observe encoded two-symbol pictogram pair
|
||||
<small>Source: kasagaming_walkthrough, line 427 — "Each tile from the set of ten has a symbol on it made from two symbols on the machine"</small>
|
||||
|
||||
Example: Tile #3 shows [SERPENT icon positioned vertically above SKULL icon]
|
||||
|
||||
Step 2 → Rotate wheels to match exact pictogram positions shown on tile
|
||||
- Wheel A rotated to display SERPENT at top position
|
||||
- Wheel B rotated to display SKULL at bottom position
|
||||
- Spatial arrangement matches tile layout (above/below or left/right orientation matters)
|
||||
|
||||
Step 3 → Press the tile → ACCEPTED when wheel pictograms tile's encoded pattern
|
||||
|
||||
|
||||
REPEAT for all 10 medium tiles:
|
||||
→ Each presents different pictogram pair requirement
|
||||
→ Same translation mechanic applies: READ symbols, ADJUST wheels, VALIDATE via press
|
||||
|
||||
PHASE 3 - COMPOUND VALIDATION (Master Tiles):
|
||||
Step A → Examine master tile #1
|
||||
<small>Source: kasagaming_walkthrough, line 429 — "Each tile below the Mayan statue is made from two tiles from the set of ten"</small>
|
||||
|
||||
Tile references Medium-Tile #3 AND Medium-Tile #7
|
||||
|
||||
Step B → Verify both referenced medium-tiles were activated earlier ✓
|
||||
- If not → player must backtrack and complete prerequisite tiles first
|
||||
|
||||
Step C → Press master tile #1 → ACCEPTED when both dependencies satisfied
|
||||
|
||||
REPEAT for all 4 master tiles using same compound dependency rule.
|
||||
|
||||
|
||||
PHASE 4 - FINAL ACCESS:
|
||||
→ All 4 master tiles pressed inward sequentially
|
||||
→ Secret chamber door unlocks automatically
|
||||
→ Player proceeds to pyramid exit sequence
|
||||
```
|
||||
|
||||
**Why It's Symbol Code Translation**: Visual pictograms on static medium tiles encode target wheel configurations. Player translates symbolic representation (tile shows "serpent above skull") → mechanical action (rotate wheels to match that exact pictogram pairing). Order/space matters: tile layout encodes position relationship, not just symbol presence. Multi-layer dependency system where master-tiles reference medium-tile indices, requiring player to track which tiles were already activated.
|
||||
|
||||
**Distinction from Pattern Learning**: While similar in "learn framework once, apply exhaustively," the core distinction is SYMBOL RECOGNITION OVERHEAD. Pattern Learning uses abstract rules (insult type A → retort type B). This puzzle adds explicit VISUAL MAPPING: identify that iconographic shape on tile = same pictogram on wheel surface. Translation layer exists because symbols must be recognized across TWO DOMAINS (tile art → wheel display) before action is possible.
|
||||
|
||||
**Distinction from Observation Replay**: No NPC demonstration sequence to memorize. Symbols are static environmental decoration requiring active interpretation and translation, not passive observation for timing windows.
|
||||
|
||||
---
|
||||
|
||||
## Related Types Summary
|
||||
|
||||
| Type | Similarity | Critical Distinction |
|
||||
|------|------------|---------------------|
|
||||
| Pattern Learning / Knowledge Transfer | Both use "learn once, apply exhaustively" framework | PL shares identical mechanic rules across domains; SCT adds symbol recognition layer requiring visual translation between artifact and interface |
|
||||
| Observation Replay | Both require careful sequence execution | OR memorizes NPC action pattern through passive watching; SCT interprets static environmental symbols through active examination |
|
||||
| Multi-Faceted Plan | Both can involve multiple items/requirements collected across exploration | MFP synthesizes independent components (item A + item B + item C → final solution); SCT exhaustively applies ONE SYSTEM across multiple instances where each instance is a variation of same rule set |
|
||||
|
||||
|
||||
| The Dig Engraved Rods | Same extended framework structure, multiple application instances | TD uses colored shapes; BS2 uses pictograms. Both map artifact symbols→panel buttons through color/shape recognition + order sensitivity. Core mechanic identical despite different visual language. |
|
||||
|
||||
Reference in New Issue
Block a user