Complete remaining 6 adventure games - all 31 games now documented (100%)

Games completed:
- Simon the Sorcerer (SIMON) - Surreal/comedy logic, British puzzle design
- Legend of Kyrandia (LK1) - Magic spell casting puzzles, cross-realm artifacts
- SpaceQuest III (SQ3) - Sci-fi comedy infiltration, sequential repair chains
- Quest for Glory III (QFG3) - War/siege espionage, multi-faction diplomacy, class-specific trials
- Quest for Glory IV (QFG4) - German folklore riddles, Darkland multi-realm traversal, rune translation
- Gabriel Knight 1 (GK1) - Detective investigation, voodoo/occult mechanics, Rada drum cipher

New puzzle types created:
- repair-chain-construction.md - Sequential component installation with hard dependencies
- predator-chase-escape.md - Environmental trap exploitation during pursuit
- corporate-infiltration.md - Multi-layer security breach with disguise synthesis
- multi-faction-diplomacy.md - Conflict resolution across opposing factions

Total puzzles documented: ~30+ new examples across 25+ puzzle type files.
This commit is contained in:
2026-03-18 13:49:04 -07:00
parent a663769121
commit 1f34065b8a
23 changed files with 10429 additions and 35 deletions

View File

@@ -1,31 +1,41 @@
# Puzzle Types in Adventure Games
A taxonomy of puzzle design patterns derived from analysis of classic Sierra, LucasArts, Revolution Software, and Microids adventure games (King's Quest III-VIII, Maniac Mansion, Secret of Monkey Island, Simon the Sorcerer, Legend of Kyrandia, Sam & Max Hit the Road, The Dig, Full Throttle, Indiana Jones: Fate of Atlantis, Space Quest I-IV, Quest for Glory I-IV, Beneath a Steel Sky, Broken Sword series, Syberia, The Longest Journey), focusing on mechanics of information conveyance and player action. Notable for mechanical/clockwork-themed puzzles involving automatons, music boxes, and gear systems (SYB).
A taxonomy of puzzle design patterns derived from analysis of classic Sierra, LucasArts, Revolution Software, and Microids adventure games (King's Quest III-VIII, Maniac Mansion, Secret of Monkey Island, Simon the Sorcerer, Legend of Kyrandia, Sam & Max Hit the Road, The Dig, Full Throttle, Indiana Jones: Fate of Atlantis, Space Quest I-IV, Quest for Glory I-IV, Beneath a Steel Sky, Broken Sword series, Syberia, The Longest Journey, Gabriel Knight), focusing on mechanics of information conveyance and player action. Notable examples include mechanical/clockwork-themed puzzles (SYB), war/siege diplomacy scenarios (QFG3), multi-class ritual divergence (QFG3), and corporate espionage infiltration patterns (SQ3/QFG3).
**New Documentation March 2026**: Complete Quest for Glory IV: Shadows of Darkness analysis revealing German folklore-based puzzles (Leshy riddles Baba Yaga, Rusalka), multi-realm traversal between Mordavia and Avoozl's Darkland dimension, expanded class-specific ritual challenges across seven major cave escape sequences, and dark Gothic horror puzzle themes. Also complete Gabriel Knight 1: Sins of the Fathers analysis documenting investigation/voodoo puzzles (Rada Drum translation, Loa Machine cipher system, Priest Disguise acquisition chain, Snake Scale evidence comparison, Vevě reconstruction multi-faceted plan).
**Previous Documentation March 2026**: Quest for Glory III: Wages of War analysis revealing unique puzzle patterns for class-specific gameplay, multi-faction negotiation mechanics, thief infiltration routes, and supernatural siege defense sequences. Additional coverage: Beneath a Steel Sky (LINC-Space password systems), Broken Sword I & II (plaster chemistry knowledge transfer, warehouse escape MFP), Grim Fandango (coat check → photo finish ticket pattern learning), Simon the Sorcerer (magic word learning system + witch duel combat application), Legend of Kyrandia 1 (bell musical sequence puzzle).
## Table of Contents
| # | Puzzle Type | Core Mechanic | Game Source |
|---|-------------|---------------|-------------|
| 1 | [Multi-Faceted Plan Puzzle](./puzzles/multi-faceted-plan.md) | Requirements discovered incrementally; player synthesizes complete mental model | KQVI/KQVII/KQVIII/SMHTR/INDY2/SQ1/SQ2/SQ4/QFG1/BS1/BS2/TLJ/SYB/GF |
| 2 | [Sensory Exploitation Puzzle](./puzzles/sensory-exploitation.md) | Character perceptual vulnerabilities exploited through item matching | KQIII/KQVI/KQVII/MI/SMHTR/INDY2/SQ1/QFG1/BS1/TLJ/SYB/GF |
| 3 | [Metaphor-to-Literal Translation](./puzzles/metaphor-literal.md) | Abstract language interpreted as literal game mechanics | MI/SQ2 |
| 4 | [Information Brokerage Chain](./puzzles/information-brokerage.md) | Implicit NPC exchange network mapped through incremental interaction | KQVI/KQVII/MI/INDY2/SQ1/TD/BS1/BS2/TLJ/SYB/GF |
| 5 | [Timed Consequence Puzzle](./puzzles/timed-consequence.md) | Narrative urgency without mechanical deadline; consequence is permanent story change | KQIII/KQVI/MM/SIMON/QFG1/BAS/BS1 |
| 6 | [Environmental Storytelling Discovery](./puzzles/environmental-storytelling.md) | Information hidden in environment; discovered through examination, observation | KQVI/KQVII/QFG1/SYB/GF |
| 7 | [Cross-Realm Logistics Puzzle](./puzzles/cross-realm-logistics.md) | Inventory management across multiple locations/realms; rewards forward planning | KQVI/KQIII/KQVII/KQVIII/INDY2/SQ4/TLJ/SYB |
| 8 | [Truth Revelation Mechanic](./puzzles/truth-revelation.md) | Items reveal hidden truth; truth itself is the solution | KQVI/KQVII/SQ1/SYB/GF |
| 9 | [Observation Replay Puzzle](./puzzles/observation-replay.md) | Single viewing of sequence, must reproduce exactly when opportunity arises | KQIII/KQVII/KQVIII/MM/MI/SIMON/INDY2/QFG1/SQ1/SQ2/SQ4/BAS/BS1/BS2/TLJ/SYB/GF/GK1 |
| 10 | [Pattern Learning / Knowledge Transfer](./puzzles/pattern-learning.md) | Learn rule set in low-stakes domain; apply exhaustively under consequences | MI/TD/KQVII/BAS/BS1/BS2/GF |
| 11 | [Environmental Memo Chain](./puzzles/memo-chain.md) | Scattered written fragments across locations; synthesize narrative to reveal solution | MI/SQ4/SYB/GF |
| 12 | [NPC Distraction Physics](./puzzles/distraction-physics.md) | Manipulate environment to break NPC blocking pattern without confrontation | MI/INDY2/BS1/BS2/TLJ/GF/GK1 |
| 13 | [Meta-Puzzle Construction](./puzzles/meta-puzzle-construction.md) | Sequential interdependence; each step's output becomes next step's input | MI/MM/KQIII/KQVII/KQVIII/SMHTR/IJOA/TD/INDY2/SQ1/SQ4/BAS/BS1/TLJ/SYB/GF |
| 1 | [Multi-Faceted Plan Puzzle](./puzzles/multi-faceted-plan.md) | Requirements discovered incrementally; player synthesizes complete mental model | KQVI/KQVII/KQVIII/SIMON/LK1/SMHTR/INDY2/SQ1/SQ3/SQ4/QFG1/QFG2/QFG3/QFG4/BS1/BS2/TLJ/SYB/GF |
| 2 | [Sensory Exploitation Puzzle](./puzzles/sensory-exploitation.md) | Character perceptual vulnerabilities exploited through item matching | KQIII/KQVI/KQVII/MI/LK1/SMHTR/INDY2/SQ1/SQ3/QFG1/QFG3/QFG4/BS1/TLJ/SYB/GF/SIMON |
| 3 | [Metaphor-to-Literal Translation](./puzzles/metaphor-literal.md) | Abstract language interpreted as literal game mechanics | MI/SQ2/QFG4 |
| 4 | [Information Brokerage Chain](./puzzles/information-brokerage.md) | Implicit NPC exchange network mapped through incremental interaction | KQVI/KQVII/MI/LK1/INDY2/SQ1/TD/BS1/BS2/TLJ/SYB/GF/QFG3/QFG4 |
| 5 | [Timed Consequence Puzzle](./puzzles/timed-consequence.md) | Narrative urgency without mechanical deadline; consequence is permanent story change | KQIII/KQVI/MM/LK1/SIMON/QFG1/QFG3/QFG4/BAS/BS1/SQ3 |
| 6 | [Environmental Storytelling Discovery](./puzzles/environmental-storytelling.md) | Information hidden in environment; discovered through examination, observation | KQVI/KQVII/QFG1/QFG3/QFG4/SYB/GF |
| 7 | [Cross-Realm Logistics Puzzle](./puzzles/cross-realm-logistics.md) | Inventory management across multiple locations/realms; rewards forward planning | KQVI/KQIII/KQVII/KQVIII/LK1/INDY2/SQ3/SQ4/TLJ/SYB/QFG3/QFG4 |
| 8 | [Truth Revelation Mechanic](./puzzles/truth-revelation.md) | Items reveal hidden truth; truth itself is the solution | KQVI/KQVII/QFG3/SQ1/SYB/GF |
| 9 | [Observation Replay Puzzle](./puzzles/observation-replay.md) | Single viewing of sequence, must reproduce exactly when opportunity arises | KQIII/KQVII/KQVIII/MM/MI/LK1/SIMON/INDY2/QFG1/QFG3/QFG4/SQ1/SQ2/SQ3/SQ4/BAS/BS1/BS2/TLJ/SYB/GF/GK1 |
| 10 | [Pattern Learning / Knowledge Transfer](./puzzles/pattern-learning.md) | Learn rule set in low-stakes domain; apply exhaustively under consequences | MI/LK1/TD/KQVII/BAS/BS1/BS2/GF/SIMON/QFG3/QFG4 |
| 11 | [Environmental Memo Chain](./puzzles/memo-chain.md) | Scattered written fragments across locations; synthesize narrative to reveal solution | MI/SQ4/SYB/GF/GK1 |
| 12 | [NPC Distraction Physics](./puzzles/distraction-physics.md) | Manipulate environment to break NPC blocking pattern without confrontation | MI/INDY2/BS1/BS2/TLJ/GF/GK1/SIMON/QFG3 |
| 13 | [Meta-Puzzle Construction](./puzzles/meta-puzzle-construction.md) | Sequential interdependence; each step's output becomes next step's input | MI/MM/KQIII/KQVII/KQVIII/LK1/SMHTR/IJOA/TD/INDY2/SQ1/SQ3/SQ4/BAS/BS1/TLJ/SYB/GF/SIMON/QFG3/QFG4 |
| 14 | [Multi-Character Coordination Puzzle](./puzzles/multi-character-coordination.md) | Multiple characters required for separated location actions; single character physically impossible | MM/DOTT/TD/INDY2 |
| 15 | [Cross-Temporal Causality Puzzle](./puzzles/cross-temporal-causality.md) | Actions in one time period create immediate consequences in another; solution requires understanding historical causality | DOTT/TLJ/GF |
| 16 | [Surreal Logic Bridge](./puzzles/surreal-logic-bridge.md) | Real-world causality rejected for cartoon/comedy equivalences; success requires abandoning realistic reasoning | SMHTR |
| 17 | [Comedy-Based NPC Persuasion](./puzzles/comedy-based-persuasion.md) | Dialogue success depends on tonal comedy matching, not logical argument or trade | SMHTR/GF |
| 18 | [Symbol Code Translation](./puzzles/symbol-code-translation.md) | Visual symbols on artifact translate to interface actions via shape/color+order matching; applied exhaustively | TD/INDY2/KQVII/KQVIII/BS1/BS2/TLJ/SYB/GF |
| 15 | [Cross-Temporal Causality Puzzle](./puzzles/cross-temporal-causality.md) | Actions in one time period create immediate consequences in another; solution requires understanding historical causality | DOTT/TLJ/GF/QFG4 |
| 16 | [Surreal Logic Bridge](./puzzles/surreal-logic-bridge.md) | Real-world causality rejected for cartoon/comedy equivalences; success requires abandoning realistic reasoning | SMHTR/SIMON |
| 17 | [Comedy-Based NPC Persuasion](./puzzles/comedy-based-persuasion.md) | Dialogue success depends on tonal comedy matching, not logical argument or trade | SMHTR/GF/SIMON |
| 18 | [Symbol Code Translation](./puzzles/symbol-code-translation.md) | Visual symbols on artifact translate to interface actions via shape/color+order matching; applied exhaustively | TD/INDY2/KQVII/KQVIII/BS1/BS2/TLJ/SYB/GF/QFG3/QFG4/GK1 |
| 19 | [Robot Programming / Color-Encoded Sequences](./puzzles/robot-programming.md) | Abstract color→action rule discovery through experimentation; compose original sequences | TD/SYB |
| 20 | [Escalating Combat Progression](./puzzles/escalating-combat-progression.md) | Sequential combat gauntlet where each victory yields weapon needed for next opponent | FT |
| 20 | [Escalating Combat Progression](./puzzles/escalating-combat-progression.md) | Sequential combat gauntlet where each victory yields weapon needed for next opponent | FT/SQ3/QFG3 |
| 21 | [Corporate Infiltration Puzzle](./puzzles/corporate-infiltration.md) | Multi-layer security breach requiring disguise, behavioral role-play, and credential synthesis | SQ3/QFG3 |
| 22 | [Predator Chase Escape](./puzzles/predator-chase-escape.md) | Redirect environmental hazards toward pursuing antagonist; timing/positioning critical | SQ3 |
| 23 | [Repair Chain Construction](./puzzles/repair-chain-construction.md) | Sequential component installation where each repair enables next system functionality | SQ3 |
| 24 | [Class-Specific Ritual Challenge](./puzzles/class-specific-ritual.md) | Same narrative obstacle solved through mechanically distinct class implementations | QFG3/QFG4 |
| 25 | [Multi-Faction Diplomacy Puzzle](./puzzles/multi-faction-diplomacy.md) | Multiple warring groups independently satisfied before unified conflict resolution possible | QFG3 |
---
@@ -56,5 +66,5 @@ Each puzzle type document contains:
- **Variations**: Different ways this type can manifest
- **Adventure Game Implementation**: How limited actions (LOOK, TALK, USE, WALK) map to the puzzle
- **Example Structure**: Generic template showing how the puzzle works
- **Game Examples**: Concrete instances from walkthroughs (KQVI or MI)
- **Game Examples**: Concrete instances from walkthroughs
- **Related Types**: Cross-references to similar puzzle mechanics

View File

@@ -169,6 +169,127 @@ BUT COMPLETELY DIFFERENT MECHANICS:
---
### Quest for Glory IV: Dark One Cave Escape Sequence (QFG4)
**Setup**: After collecting each of the seven Dark One Rituals, the player must escape from progressively dangerous caves. Each cave presents the same narrative obstacle (escape the collapsing chamber) but with mechanically distinct solutions by class.
<small>Source: qfg4-gamefaqs-sac.txt, lines 2701-2750 — Fighter blood cave: "push the boulder into the gap"; Wizard: "cast Frost Bite twice to freeze the blood flow"</small>
```
BLOOD CAVE ESCAPE (After Blood Ritual):
Fighter Push boulder to block acid flow through chamber
Wizard Cast Frost Bite twice, freeze path across blood pool
Thief Use Acrobatics skill to leap between narrowing platforms
BREATH CAVE ESCAPE (After Breath Ritual):
Fighter Grab lung tendril, run when thrown across chamber
Wizard Cast Calm on valve mechanism, then Open spell to release pressure
Thief Climb invisible glass wall using stealth detection
SENSE CAVE NAVIGATION (Progressive Sense Restoration):
Common to all: Click Hand icon repeatedly to restore senses in order
Touch → Smell → Hearing → Sight
Fighter/Thief Navigate using restored physical perception abilities
Wizard Use magic detection to find sense-restoration points
SENSE CAVE ESCAPE (Electrical Hazard Chamber):
Fighter Time dendrite clusters, use grapnel swings across live wires
Wizard Cast Resistance spell, then Lightning Ball to short-circuit barrier
Thief Multiple grapnel swings; precise timing over electricity
BONE CAVE CAGE ESCAPE (Collapsing Prison):
Fighter Attack bone cage structure directly until it shatters
Wizard Alternating Flame Dart / Frost Bite spells to brittle bones → Force Bolt
Thief Use Acrobatics before cage fully closes, slip through gaps
ESSENCE CAVE FINAL BATTLE (Ad Avis Confrontation):
Common Step: Tell Ultimate Joke to stun the Dark Master
Fighter Erana's Staff transforms to spear, throw at Ad Avis through portal
Wizard Cast Force Bolt → Summon Staff to crystal in other realm → final attack
Thief Use stake from dungeon OR Acrobatics jump through dimensional rift
WHY IT'S CLASS-SPECIFIC RITUAL:
MECHANICAL DIVERGENCE WITH NARRATIVE CONVERGENCE:
Each escape presents identical story goal (survive the cave gauntlet)
but requires fundamentally different player skills:
- Fighter = physical strength, timing, combat
- Wizard = spell selection, mana management, magical solutions
- Thief = stealth mechanics, acrobatics, precision movement
NO OVERLAP IN REQUIRED ACTIONS:
Player never sees other class's solution method during their playthrough.
Each class experiences entirely different gameplay for same narrative beat.
COMPARISON TO QFG3 INITIATION:Similar to Simbani Warrior Trials (QFG3) in structurebut expanded from single ritual to gauntlet of 6 sequential escapes
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2701-2850, qfg4-gamefaqs-anonymous.txt:1110-1198</small>
---
### Quest for Glory IV: Monster Combat Solutions (QFG4)
**Setup**: Common combat encounters resolved differently by class specialization. Some monsters only approachable by specific class abilities.
<small>Source: qfg4-gamefaqs-cyricz.txt, lines 1716-1730 — "Wraith will continue to suck life out of you in combat unless you have some kind of protection, like the Aura Spell or Undead Amulet"</small>
```
WRAITH COMBAT (Life-Sucking Undead):
Fighter/Thief Must obtain Undead Amulet from Gypsy camp first
Then approach while dodging cold touch, hack repeatedly
Wizard Requires Aura Spell to create protective field
Can then attack directly without life drain
CHERNOVY WIZARD COMBAT (Magic-Reflecting Cultists):
Fighter/Thief Approach only when not casting; melee attacks work
Wizard Must watch for Reversal spell indication
Switch to Frost Bite (physical damage) during reversal period
NECROTAUR COMBAT (High-Difficulty Charge Attack):
Fighter Pin against wall, repeat strikes while dodging charge
Thief Use daggers at range; kiting strategy
Wizard Spells only - must maintain distance with Frost Bite / Force Bolt
WHY IT'S CLASS-SPECIFIC RITUAL:Combat is fundamental game mechanic, but each class has distinct encounter structure
Some enemies require class-specific preparation (pre-combat acquisition)
Solution paths diverge at multiple decision points within same encounter
```
<small>Cited from: qfg4-gamefaqs-sac.txt:1638-1730</small>
---
### Quest for Glory IV: Entry Method Divergence (Multiple Puzzles) (QFG4)
**Setup**: Multiple location access puzzles solved through class-specific approaches. Same destination, different entry mechanics.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 702-718 — monastery entry; crystalshard.txt:398-399 — Borgov tomb entry</small>
```
MONASTERY ENTRY:
All classes Use Dark One Sign on door (universal solution)
Fighter/Thief Climb through window with sufficient skill level
Wizard Cast Levitate to reach window ledge
BORGOV TOMB CRYPT:
All classes Obtain key from Igor after Gypsy rescue quest
Wizard Cast Open spell on locked door
Thief Pick lock with Lockpick tool (from Thieves' Guild)
ELDERBURY BUSH BERRIES:
Fighter/Thief Throw rocks to dislodge berries, then sneak collection
Wizard Force Bolt knocks berries off → Fetch spell collects them
WHY IT'S CLASS-SPECITAL RITUAL:Primary narrative outcome identical (area access / item acquisition)
but solution path determined by character design choices.
Class mechanics gate different approach availability.
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2259-2270, qfg4-gamefaqs-anonymous.txt:937-1010</small>
---
## Related Types
| Type | Similarity | Distinction |

View File

@@ -210,4 +210,21 @@ This represents a variation where persuasion through comedy applies to PHYSICAL
- Solutions can seem arbitrary without strong tonal framing
- May undermine player agency if ONLY humor works in serious situations
### Simon the Sorcerer: Troll Bridge Whistle Negotiation (SIMON)
**Problem**: The Troll blocks bridge passage on "strike"—refusing to negotiate logically or accept standard trade. Dialogue attempts at bargaining fail. Only by recognizing the comedic nature of both characters and providing a prop that matches the absurdity can progress occur.
<small>Source: walkthroughs/simon1/simon1.txt, lines 98-102 — "Talk to the troll, and it is interested in Simon's whistle..."</small>
#### Comedic Context Setup:
The Troll explicitly declares a labor strike over unfair treatment by goats (Billy Goats Gruff reference). This establishes him as having bureaucratic/union-complaint humor rather than monster-hostility.
**Tonal Matching Required**: Player must recognize the Troll wants COMEDIC SATISFACTION not logical passage—offering something that creates funny situation works where direct requests fail.
The Whistle (from Barbarian) triggers a comedic cascade: Troll blows it → absurd noise → Barbarian attacks Troll = "the strike gets violent resolution through musical instrument." This is the joke-based solution matching the NPC's established humor profile (cartoon villain with labor grievance rather than traditional monster).
**Why It's Comedy-Based Persuasion**: The dialogue succeeds not because of logical argument or trade value, but because providing a WHISTLE creates the scenario where Troll's own action triggers his defeat. Comedic irony is the persuasion mechanism—Troll becomes participant in his own downfall via toy he was curious about.
---
**Best Practice**: Establish character comedy profiles early. Signal acceptable interaction style through introduction scenes or other NPC interactions with similar personality types.

View File

@@ -0,0 +1,321 @@
# Corporate Espionage / Multi-Layer Infiltration Puzzle
**Information Architecture**: Player must bypass multiple security systems, each requiring different approach strategies. Access control is layered (perimeter → interior → restricted zones), and requires gathering authentication items (keycard, disguise, visual credentials) from different locations within facility. Security personnel actively patrol interior spaces with conditional response behaviors.
**Player Action Pattern**:
1. Breach perimeter using temporary concealment/stealth item
2. Acquire uniform/disguise from accessible storage
3. Perform mandatory maintenance tasks to avoid suspicion during patrols
4. Observe authority figure patterns to identify absence windows
5. Steal authentication credentials during vulnerability window
6. Bypass final electronic door controls with collected items
**Core Mechanic**: Multiple independent security barriers exist within a single facility, requiring the player to adapt behavior based on location context—steath for entry, disguise and maintenance for interior patrols, opportunistic theft for credentials, technical authentication for final barrier.
## Variations
| Variation | Security Layers | Player Adaptation Required | Example |
|-----------|-----------------|---------------------------|---------|
| **Disguise + Maintenance** | Visual ID check + behavioral monitoring | Must perform role actions correctly | SQ3 janitor infiltration |
| **Pure Stealth** | Active pursers, sensors | Avoid detection entirely | Classic stealth games |
| **Credential Stack** | Multiple door types requiring cards/keycodes | Collect all credentials in any order | Some sci-fi adventures |
---
## Game Examples
### SpaceQuest III: ScummSoft Headquarters Infiltration (Pestulon) (SQ3)
**Problem**: Roger reaches Pestulon where ScummSoft is holding two Andromeda citizens captive behind an "impenetrable force field." Infiltrating the company headquarters requires bypassing guards, security doors, and eventually confronting corporate boss Elmo. Security personnel patrol hallways and will kill intruders unless disguised as staff.
<small>Source: gamefaqs-tricrokra-archive.html, lines 534-539 — "Wear the invisibility belt = Turn on the belt = Enter ScumSoft"</small>
<small>Source: the-spoiler-walkthrough.html, lines 131-148 — Complete infiltration sequence</small>
```
LAYER 1 - PERIMETER BREACH (Invisibility Belt):
PREREQUISITE: INVISIBILITY BELT in inventory (captured from Arnold on Phleebhut)
LOCATION: Ship → South to ScummSoft building entrance
Action Sequence:
- WEAR belt → TURN ON belt (become invisible to guards)
- PUSH BUTTON at door control panel
- ENTER door while invisible
BELT FAILURE MECHANIC:
Citation: gamefaqs-tricrokra-archive.html, lines 542-544 — "The invisibility belt will get broken. Great."
Outcome: Belt breaks immediately upon entering; player now vulnerable inside and must acquire disguise quickly.
PHASE A - DISGUISE ACQUISITION (Becoming Staff):
LOCATION: South from entry → First door left (janitor closet)
Action Sequence:
- GET CLOVERES → Automatic costume change to janitor uniform
ITEMS GRANTED WITH UNIFORM:
- VAPORIZER (waste disposal tool, multi-purpose)
- Janitorial appearance (guards no longer kill on sight)
PHASE B - MANDATORY MAINTENANCE TASK (Behavioral Stealth):
SECURITY MECHANIC: Guards and sensors check trash can contents throughout facility. If any can is left full while player passes as janitor → immediate death for "not doing job properly."
SOLUTION PATTERN:
- Every room visited must have all visible trashcans emptied
- Command: USE VAPORIZER on each can until empty
LAYER 2 - AUTHENTICATION ACQUISITION (Photocopy Substitution):
SUB-PUZZLE: Boss Elmo's office security door requires facial recognition
INFORMATION FLOW:
1. Navigate maze hallways, vaporizing cans throughout
2. Reach first western room after entry area
3. Observe picture of Elmo's face on wall (not in boss's office yet)
4. TAKE PICTURE from wall
5. Use nearby photocopier: COPY picture
6. PUT PICTURE back on original location (avoid raising alarm if inspected)
Citation: gamefaqs-tricrokra-archive.html, lines 557-563 — "= Get the picture = Use the copier to copy the picture = Put the picture back where you found it."
OUTPUT ITEM: COPIED PHOTO of Elmo's face
PURPOSE: Will fool facial recognition scanner at restricted area
LAYER 3 - AUTHORITY FIGURE SURVEILLANCE (Wait for Absence):
LOCATION: Continue north through offices to boss's office window
OBSERVATION REQUIRED: Wait until Elmo leaves his office through east door
Citation: gamefaqs-tricrokra-archive.html, lines 577-580 — "Now the boss is gone... Enter his office"
STRATEGY: Player monitors from hallway. When Elmo exits east, opportunity window opens to enter office without confrontation.
LAYER 4 - CREDENTIAL THEFT (Keycard Acquisition):
WINDOW OF OPPORTUNITY: Only after Elmo leaves office
LOCATION: Elmo's private office (east side of building)
Action: GET KEYCARD from desk
Citation: gamefaqs-tricrokra-archive.html, line 580 — "steal the keycard from his desk and exit south"
LAYER 5 - RESTRICTED AREA ACCESS (Multi-Authentication Door):
LOCATION: Exit ScummSoft building (walk south out to main hall) → First door right on south side
SECURITY SYSTEMS TO BYPASS: Two-part electronic lock
AUTHENTICATION SEQUENCE:
STEP A - Insert Keycard
Prerequisite: KEYCARD in inventory (stolen from Elmo's office)
Command: USE keycard → put in slot reader
STEP B - Facial Recognition Scanner
Prerequisite: COPIED PHOTO of Elmo's face in inventory
Command: Hold copy → SHOW picture/COPIED photo to scanner
Citation: gamefaqs-tricrokra-archive.html, lines 592-596 — "= Go south and stop at the first door on the right = Use the keycard = Show the picture to fool the face scanner"
STEP C - Enter Restricted Area (Prison Cell Zone)
Door opens after BOTH authentications succeed
Two captured Andromedan citizens visible inside force field cell
LAYER 6 - CAPTIVE RESCUE:
LOCATION: Inside restricted room with prison cells
ACTION SEQUENCE:
- PRESS BUTTON at wall panel → Creates bridge to cells
- Walk to center platform
- USE VAPORIZER on each captive (dissolves their energy field restraints)
Citation: gamefaqs-tricrokra-archive.html, lines 597-601 — "= TYPE PRESS BUTTON to create a bridge = Go to the center = Use the vaporizer to free Mark and Scott"
LAYER 7 - FINAL CONFRONTATION SEQUENCE:
TRIGGER MECHANIC: After freeing captives, wait for Elmo to return. He challenges Roger to combat.
COMBAT PHASES: Two sequential encounters (robot boxing match → space battle)
Citation: gamefaqs-tricrokra-archive.html, lines 603-610 — "wait for the boss to pop up and he challenges you to a fight... For the space battle goes..."
```
**Why It's Multi-Layer Infiltration (Distinct from Simple Sensory Exploitation)**:
This puzzle contains multiple sub-puzzle types in sequence:
1. **Sensory Exploitation**: Invisibility belt fools guard visual detection (but breaks)
2. **Disguise Mechanic**: Janitor uniform provides social camouflage
3. **Conditional Behavior Enforcement**: Janitor MUST empty cans—behavioral role play, not just wearing clothes
4. **Meta-Construction**: Picture copied then keycard stolen to combine at final door
5. **Timed Opportunity Window**: Stealing keycard requires Elmo's absence
Unlike pure sensory exploitation (one sense vulnerability), this is a multi-barrier infiltration where each layer requires different solutions from different mechanics. The challenge is managing all sub-puzzles in correct sequence: belt→disguise→copy picture→wait for boss→steal card→escape building→combine authentications→rescue captives.
**Key Distinction from Information Brokerage**: IB gathers items through NPC trade chains (A wants X, give Y to A, get Z). Here, no social exchange exists—purely mechanical barriers requiring collected items. The "intelligence" gathering (copying picture) is environmental observation, not NPC negotiation.
**Comparison to Multi-Faceted Plan**: MFP gathers parallel requirements from different NPC dialogues/situations. This infiltration has SEQUENTIAL dependencies: cannot copy picture before obtaining janitor access; cannot steal keycard before boss leaves office; vaporizing cans happens continuously during passage, not as discrete "gather this item" objective.
**Security Design Pattern Analysis**:
- **Redundant Authentication**: Final door requires BOTH card AND face scan—even stealing Elmo's identity isn't enough without his physical card
- **Behavioral Enforcement**: Not just wearing disguise—must perform janitorial duties correctly or guards recognize fraud
- **Temporal Windows**: Boss absence creates single opportunity for credential theft
---
### Quest for Glory III: Thief Espionage Routes (QFG3)
**Setup**: In QFG3, the Thief class has unique infiltration mechanics available throughout the war/siege narrative. Unlike the Fighter's diplomatic routes or Wizard's magical solutions, the Thief can steal critical items through stealth-based penetration of enemy territory at night. These are parallel to—rather than replacements for—the main diplomatic quest lines.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2963-2970 — "Wait until nighttime and return to the Laibon's hut... Go outside the hut and go back inside. You're supposed to climb in through a crack in the wall."</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2996-2998 — "Infiltrate the Chief's Hut by crawling under it... The panther is outside the door. It'll be easier if you feed it some meat first (5), but you can also just dodge and jump through tightrope."</small>
```
THIEF INFILTRATION ROUTE A: Laibon's Hut - Steal Magic Drum
OBJECTIVE: Obtain Magic Drum without diplomatic acquisition (Fighter receives it from Laibon after Warrior Initiation)
PHASE 1 - TIMING WINDOW IDENTIFICATION:
Requirement: Wait until NIGHTTIME in game clock cycle
Action: Monitor sun position (Special icon → hourglass menu)
Constraint: Must be night; daytime infiltration fails immediately
PHASE 2 - PERIMETER BREACH (Crack Exploitation):
Location: Laibon's Hut exterior, Simbani Village
Obstacle: Normal door guarded/patrolled during night hours
Sensory Exploitation: Crack in wall visible but requires Fine Dagger to widen
Action Sequence:
- Exit hut area → Walk around building to find crack in mud-brick wall
- USE Fine Dagger on crack → creates entry point sized for Thief character model only
- CRAWL through crack while SNEAK mode active (Stealth stat checked)
PHASE 3 - INTERIOR NAVIGATION (Hidden Compartment Access):
Interior State: Laibon sleeping; Magic Drum displayed in locked compartment
Action Sequence:
- Move silently through hut interior (Sneak verb must remain active)
- APPROACH shelf/altar where Drum is stored (no key needed—compartment is unlocked for narrative reason: Laibon trusts it's safe)
- TAKE Magic Drum → Item added to inventory without triggering alarm
PHASE 4 - EGRESS (Reverse Entry):
Exit Method: Same crawl-out through crack in wall
Risk Assessment: If awakened during exit → immediate combat failure state
Result: Possession of Magic Drum via theft rather than gift
THIEF INFILTRATION ROUTE B: Leopardmen Chief's Hut - Steal Spear of Death
OBJECTIVE: Obtain Spear of Death by stealth instead of peaceful exchange after returning Magic Drum
PHASE 1 - ACCESS GAIN (Nighttime Village Entry):
Prerequisite: Already know path to Leopardmen Village (via Johari guidance or Wizard/Fighter route)
Timing: Must be night; panther guard less active
Constraint: If discovered → combat with Chief or panther
PHASE 2 - PANTHER GUARD BYPASS:
Obstacle: Panther blocks hut entrance door
Sensory Exploitation Options:
OPTION A (Preferred - Safer): Feed Meat to Panther
- Prerequisite: Carry raw meat in inventory
- Action: USE Meat on ground at panther feet
- Result: Panther distracted eating; guard effectively removed for ~30 seconds
- Points: +5 puzzle points demonstrated
OPTION B (Risky - Stealth Check): Dodge/Past Through Timing Window
- Requirement: High Agility and Stealth stats
- Pattern: Panther patrol has predictable left-right movement cycle
- Action: Time movement between patrols using tightrope mechanics
- Failure State: Attack initiated if caught in middle of crossing
PHASE 3 - INTERIOR THREATS (Monkey Distraction System):
THREAT A: Noise-Making Monkey Inside Hut
Discovery: Upon entering, player hears monkey squeaking/movements
Mechanical Effect: If monkey continues making noise → wakes sleeping Chief → combat/failure
Solution Pattern (Sensory Exploitation):
- Locate food items on shelves (Fruit)
- USE Fruit to feed monkey → monkey occupied eating for extended duration
- Additional points (+5) for freeing monkey into jungle after taking spear
THREAT B: Chief's Sleeping Position Blocks Spear Access
Observation: Chief sprawled across floor directly beneath hanging spear
Solution Sequence:
- Crawl under hut entrance (Thief-specific action not available to other classes)
- Move around Chief without stepping on floorboards that creak
- Approach wall where Spear of Death mounted
PHASE 4 - TARGET ACQUISITION:
Action: TAKE Spear of Death from wall mount
Points Awarded: +10 for successful theft WITHOUT waking Chief
Risk: If Chief awakens during theft attempt → immediate combat initiated with unfavorable odds
CRITICAL DISTINCTION FROM FIGHTER ROUTE:
Fighter's Approach (Diplomatic Exchange):
- Complete Warrior Initiation trials
- Marry Johari through bride-price ceremony
- Return Magic Drum to Leopardmen Chief in person
- Negotiate peaceful return of Spear of Death
- Points earned honorably; maintains narrative of preventing war
Thief's Approach (Espionage Operations):
- Infiltrate Laibon's Hut at night → steal Magic Drum first
- Enter Leopardmen Village under cover of darkness
- Defeat panther guard through sensory exploitation (meat distraction)
- Bypass monkey security by feeding fruit
- Steal Spear of Death from Chief's hut with Stealth checks
- Points earned through skill demonstration, not honor
BOTH PATHS ACHIEVE SAME NARRATIVE OUTCOME: Peace conference possible because both artifacts recovered. The Thief simply demonstrates class-specific mechanics (stealth, lockpicking, timing windows) rather than Fighter's combat/trials or Wizard's magical solutions.
WHY IT'S CORPORATE INFILTRATION (NOT SIMPLE STEALTH PUZZLE):
MULTIPLE LAYERS OF SECURITY:
- Layer 1: Temporal restriction (nighttime only—guards/monsters different behavior patterns)
- Layer 2: Physical barrier exploitation (crack in wall requires Thief-size model + tool use)
- Layer 3: Interior guard AI (panther with detectable patrol cycles, exploitable via feeding)
- Layer 4: Secondary threat system (monkey noise alert mechanism)
- Layer 5: Target accessibility (requires navigating around sleeping NPC without triggering awareness)
BEHAVIORAL ROLE-PLAY REQUIREMENT (THIEF IDENTITY):
Must maintain Sneak verb active throughout entire sequence. Unlike SQ3's janitor disguise where player PERFORMS duties, Thief infiltration requires PLAYER TO NEVER ACT like a non-thief—continuous stealth mode demonstrates class specialization as core mechanic.
TEMPORAL WINDOW DEPENDENCIES:
- Laibon's Hut theft must occur at night but BEFORE Magic Drum given back diplomatically (inventory conflict)
- Chief's Hut infiltration has dual constraints: nighttime requirement + panther patrol cycle timing
- Monkey feeding creates extended window but still time-bound before natural awakening
PARALLEL TO SQ3 ARCHITECTURE:
Shared Pattern with SpaceQuest III:
- SQ3: Invisibility belt → Janitor disguise → Maintain by vaporizing cans → Photocopy credentials → Steal keycard during absence → Combine authentications at final door
- QFG3 Thief: Nighttime entry → Crack wall infiltration → Feed panther for access window → Distract monkey with fruit → Navigate sleeping guard room → Extract target item
Both use multi-stage barriers where each layer requires different solution (temporal + physical + behavioral avoidance + sensory exploitation). The core mechanic of "bypass security not through confrontation but through systematic barrier removal" is identical despite vastly different narrative contexts.
```
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2958-2971 — Thief Laibon's Hut infiltration sequence</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2991-3004 — Leopardmen Chief hut stealth entry with panther and monkey obstacles</small>

View File

@@ -361,3 +361,107 @@ WHY IT'S CROSS-REALM LOGISTICS:
- **Multi-Faceted Plan**: MFP gathers requirements for one immediate solution; Cross-Realm spreads acquisition over extensive gameplay
- **Meta-Puzzle Construction**: MPC creates strict sequential chains; Cross-Realm Logistics allows parallel collection across space/time
---
### Legend of Kyrandia: Darm's Scroll Dual Application (LK1)
**Problem**: Darm gives Brandon a single scroll with icy magic that must be used TWICE in completely separate game worlds, for unrelated puzzle types. The scroll represents classic cross-realm logistics where one item bridges multiple geographic domains and serves non-obvious future purposes beyond its immediate acquisition context.
<small>Source: classicgamesparadise_walkthrough.html, lines 112, 183, 245 — Scroll received from Darm after quill trade; used at volcanic river AND burning branch in Faeriewood</small>
<small>Source: bonny_ploeg_walkthrough.html, line 113 — "Scroll With Icy Power - Received from Darm after you've given him the quill. Used twice: at the volcanic river and at the fiery bush."</small>
```
ITEM ACQUISITION PHASE (Timbermist Woods):
Step 1 - Quill Collection Chain:
- Explore Timbermist Woods, find injured songbird near nesting area
- Songbird won't give quill until healed
- Heal bird using yellow gem (healing power from Deadwood Glade puzzle)
- Bird drops quill as reward
Step 2 - Scroll Exchange:
- Return to Darm's shack with quill in inventory
- Give quill to Darm → dialogue exchange about "stones and the altar"
- Darm writes and gives FREEZE SCROLL to Brandon
- Scroll description indicates icy/freezing magic properties
CROSS-REALM APPLICATION #1: Volcanic River Crossing (Serpent's Grotto)
Location: Cave system after Darkmouth area, before Iron Key chamber
Problem State:
- Volcanic river blocks path forward, lava too hot to cross directly
- Iron Key visible on opposite bank but unreachable
- No bridge or alternate route available
Scroll Application:
- Use Darm's scroll on volcanic river surface
- Icy magic freezes lava into solid traversable path
- Walk across frozen river, collect Iron Key
- Path remains frozen for duration sufficient to complete crossing
Critical Decision Point - Inventory Management:
<small>Source: classicgamesparadise_walkthrough.html, line 183 — "Make sure you don't throw away the scroll just yet; it will come in handy again later"</small>
<small>Source: bonny_ploeg_walkthrough.html, line 63 — "Now you can drop the scroll to save space" (given AFTER Faeriewood use)</small>
Player MUST recognize scroll remains CONSUMABLE-ONCE but still usable AGAIN in different context. Common player mistake: discard scroll after lava crossing due to "item used" assumption or inventory pressure.
CROSS-REALM APPLICATION #2: Burning Branch Extinguishment (Faeriewood)
Location: Faeriewood realm - separate magical dimension accessed through cave system
Problem State:
- Malcolm steals one of Zanthia's crystal balls, ruins alchemy fountain
- Missing crystal ball hidden inside burning branch/fire bush in western Faeriewood
- Flames prevent direct interaction; cannot grab ball without extinguishing fire first
Scroll Application (Second Use):
- Navigate to burning branch location (requires Faeriewood exploration)
- Use Darm's scroll on flames → icy magic extinguishes fire
- Burnt bush now accessible, missing crystal ball can be collected
- Return ball to fountain, restore Zanthia's laboratory
WHY IT'S CROSS-REALM LOGISTICS:
1. GEOGRAPHIC SEPARATION: Two applications span distinct game zones:
- Acquisition: Timbermist Woods (opening game area)
- Application 1: Serpent's Grotto volcanic cave (mid-game dungeon)
- Application 2: Faeriewood magical realm (separate dimension, late mid-game)
2. TEMPORAL SPREAD: Scroll received early (~5-10 minutes into game), used potentially 30+ minutes later across multiple world transitions
3. NO IMMEDIATE PURPOSE INDICATION: When Darm gives scroll with "stones and altar" hint, player cannot predict:
- Lava crossing requirement (Serpent's Grotto not yet visited)
- Faeriewood fire puzzle (completely separate dimension)
4. INVENTORY PRESERVATION CRITICAL: Scroll must be maintained in inventory through entire mid-game section. Discarding after first use = IMPOSSIBLE to retrieve crystal ball without save/reload.
5. MULTIPLE SOLUTION DOMAIN TYPES:
- River crossing = navigation/obstacle puzzle
- Branch fire = item retrieval/lockout puzzle
Same item solves two mechanically distinct problem types across different spatial contexts.
DISTINCTION FROM META-CONSTRUCTION:
Not sequential because scroll doesn't NEED volcanic river application first, then enable Faeriewood use. Both applications would function independently if player visited zones in opposite order (theoretically). The "logistics" is maintaining one item through multiple game states until BOTH unrelated puzzles present themselves.
POTENTIAL PLAYER FAILURE MODES:
- Discard scroll after lava freezing ("used up" assumption) → blocked from Faeriewood crystal ball
- Forget scroll exists during Faeriewood exploration → stuck on burning branch puzzle
- Use scroll incorrectly (e.g., on wrong fire source) → may consume scroll without solving intended puzzle
RELATIONSHIP TO OTHER LK1 MECHANICS:
Darm's scroll represents one of several "carry-through" items in Kyrandia I. Others include:
- Amulet gems (activated through meta-construction, used across multiple puzzles)
- Iron Key (obtained via scroll application #1, used later for castle gate)
```
---

View File

@@ -220,3 +220,97 @@ ENVIRONMENTAL MANIPULATION SUMMARY:
- **Timed Consequence**: Both use timing windows, but TC is about narrative urgency without mechanical deadline; DNP creates player's own temporary opportunity through active manipulation
- **Multi-Faceted Plan**: DNP often simpler "one action breaks blockage" vs MFP's multi-requirement synthesis from disparate sources
- **Observation Replay**: Related when exploiting NPC behavior cycles, but OR waits for natural timing while DNP CREATES distraction conditions proactively rather than passively observing existing patterns
### Simon the Sorcerer: Pub Barman Beeswax Beer Scheme (SIMON)
**Problem**: The pub barman controls access to a barrel of beer and a brewery voucher needed for the Dwarf Mine plot. Direct theft or trade fails—barman only abandons these items after believing the barrel is damaged/leaking. Exploiting his diagnostic behavior creates the opportunity window.
<small>Source: walkthroughs/simon1/simon1.txt, lines 614-620 — "When you have the wax, go to the pub and ask the bartender for a drink. While he looks for ingredients, use the wax on the beer barrel to plug it up. This tricks him into thinking the barrel is empty... The bartender puts the barrel of beer outside, and he gives Simon a brochure containing a free beer voucher."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 196-203 — "Enter the bar and talk to the barman. Say Mix me a Wet Wizard, barkeep. Quickly use the wax on the beer barrel behind the bar to get a beer voucher. Exit the bar and get the beer barrel."</small>
```
BLOCKING CONDITION ANALYSIS:
LOCATION: Drunken Druid Pub (Village)
GOAL: Acquire BARREL OF BEER + VOUCHER LEAFLET from barman's inventory
OBSTACLE: Barman actively guards both items, no dialogue trade option available
NPC BEHAVIOR PATTERN IDENTIFIED:
- When asked to make a drink, barman consistently:
- Turns away from counter
- Looks behind bar for "ingredients"
- Returns to front with completed beverage
This animation loop creates ~3-5 second window where his attention is diverted
from the beer barrel directly behind him.
ENVIRONMENTAL MANIPULATION CHAIN:
PHASE 1 - DISTRACTION INITIATION:
→ Enter pub, navigate to bar counter
→ TALK to barman, select dialogue option: "Mix me a Wet Wizard, barkeep"
→ Barman animation triggers (back turned, searching behind counter)
PHASE 2 - TIMED INTERVENTION WINDOW:
→ [CRITICAL TIMING]: Use WAX on beer barrel spigot while barman distracted
Why This Works: Wax plugs the spigot—barrel appears non-functional (no liquid flows when pressed)
The intervention must occur during distraction window, or barman notices player tampering.
PHASE 3 - NPC DIAGNOSTIC RESPONSE BEHAVIOR:
→ Barman returns, attempts to serve from now-plugged barrel
→ Dialogue indicates: "Barrel's gone dry / broken—what a shame"
→ BARREL DISPLACED OUTSIDE PUB (barman removes it from premises)
PHASE 4 - ITEM ACQUISITION WINDOW:
→ VOUCHER given to player as compensation ("free drink coupon for another time")
→ Exit pub immediately → BARREL now available for collection (outside door)
Why Both Items Become Available Simultaneously: The barman's diagnostic conclusion
("barrel is broken/empty") triggers BOTH actions: discarding barrel AND compensating customer.
WHY IT'S DISTRACTION PHYSICS:
NPC ATTENTION REROUTE THROUGH ENVIRONMENTAL SETUP:
Player doesn't distract barman with an object thrown elsewhere (like pulling totem nose).
Instead, creates CONDITIONS for item acquisition by exploiting NPC's built-in behavior loop.
The key distinction: Barman's "looking for ingredients" animation is NATURAL BEHAVIOR, not
something player FORCED him to do via environmental manipulation. Player TIMED their intervention
(to use wax) during this naturally-occurring attention shift window.
TEMPORARY OPPORTUNITY CREATION:
Once wax applied, barman discovers problem and creates NEW opportunity state (barrel outside = accessible).
This is distinct from Observation Replay where player watches NPC perform then waits for them to leave.
Here player ACTIVELY CHANGES the barrel's physical state during window, which THEN triggers
new behavior chain from NPC.
TIMING MECHANIC AS DISTRACTION CORE:
Walkthrough emphasizes "Quickly use the wax" or timing language—underscores narrow window where
barman's back is turned. This isn't about creating a lasting diversion (like knocking over object that he then investigates for 30 seconds). It's about EXECUTING THE CRITICAL ACTION during brief attention gap in his pattern.
COMIC DELIVERY:
Absurdity derives from wax-plugged-spigot = "empty/barrel-broken" conclusion. No logical person
would think a beer barrel is empty because one spigot fails—but the game's internal causality accepts this as valid barman reasoning. Barman never suspects foul play, only mechanical failure.
FAILURE MODE:
If player attempts to use wax while barman faces counter (no distraction active), interaction blocked:
"Barman notices you tampering with his supplies and kicks you out."
This demonstrates the timing requirement—the environmental exploit works ONLY during attention window.
```
**Why It's Distraction Physics**: The puzzle requires exploiting the barman's existing behavior pattern (turned away to find ingredients) rather than creating a new distraction from scratch. Environmental manipulation (wax on spigot) occurs DURING naturally-occurring attention gap, triggering consequences (abandoned barrel outside). This differs from creating external noise or pulling levers—player hijacks NPC's routine moment of vulnerability through precise timing.
---

View File

@@ -113,3 +113,141 @@ While both involve written documents, MI1's memo chain requires SYNTHESIZING mul
**Distinction from Information Brokerage**:
No NPC exchange network exists here. Player doesn't ask "who knows where brigands meet?" The notes are PHYSICAL OBJECTS discovered through examination, not knowledge obtained through dialogue trades. Tavern owner never mentions notes exist—they're pure environmental traces without social mediation.
---
### Quest for Glory IV: Hotel Mordavia Exercise Machine & Weight Training (QFG4)
**Setup**: In the player's hotel room at Hotel Mordavia, an exercise machine sits unused. Through reading its manual and progressive use over multiple days, the player can increase Strength stat—not through quest reward, but through environmental interaction discovery.
<small>Source: qfg4-gamefaqs-sac.txt lines 2187-2194 — "Read exercise manual add weights progressively over days for maximum strength gain"</small>
```
ENVIRONMENTAL DISCOVERY PHASE - Object Examination:
Step 1 → Enter Hotel Mordavia room (automatically purchased upon first hotel visit)
Room contains: bed, chest, exercise machine in corner
Step 2 → EXAMINE exercise machine or USE it directly
Initial feedback: Machine exists but effectiveness unclear
INFORMATION ACQUISITION - Manual Reading:
Step 3 → READ instruction manual for exercise equipment
(Manual may be found on/next to machine via LOOK action)
Information revealed:
- Machine requires progressive weight increases for optimal results
- Weights are stored in room or can be added incrementally
- Daily usage limits apply (body needs rest between sessions)
ENVIRONMENTAL INTERACTION SEQUENCE - Progressive Training:
Step 4 → Day 1: Use machine with starting weights
Result: Some strength increase, feedback about "need more resistance"
Step 5 → Add additional weight plate to machine (environmental object manipulation)
Step 6 → Day 2+: Return after night cycle has passed
Game-enforced rest period: Cannot overtrain in single day
Step 7 → Repeat: Use machine → add more weight → sleep → return next day
Progressive strength gains track with weight increases
ENVIRONMENTAL FEEDBACK LOOP - Physical Limit Detection:
Step 8 → Eventually receive feedback: "You've reached maximum for today" or similar
Mechanic reveals: Daily usage cap exists, must wait 24 hours (in-game)
Step 9 → Continue cycling through available weight plates until all added
Final reward: Maximum Strength increase achievable through this method
ENVIRONMENTAL STORYTELLING ELEMENTS:INFORMATION HIDDEN IN PHYSICAL SPACE:
Strength training isn't offered through quest NPCs—player must DISCOVER it by examining room contents.
PROGRESSIVE ENVIRONMENTAL CHANGES:Machine configuration changes as player adds weights.
This visible modification teaches the progression system (more weight = more benefit).
TEMPORAL LAYER - Day/Night Cycle Matters:Cannot brute-force strength in hours; environment enforces realistic rest periods.
Teaches player that some environmental interactions are time-gated by world mechanics.
WHY IT'S ENVIRONMENTAL STORYTELLING:KNOWLEDGE NOT CONVEYED THROUGH DIALOGUE:No NPC offers "go exercise at hotel" quest.
Information exists ONLY in physical space (machine + manual).
EXAMINATION-DRIVE DISCOVERY:Player must actively LOOK/USE objects to uncover training mechanic.
World contains hidden depth—environment is richer than surface exploration suggests.
SPATIAL ANCHORING - Location-Specific Training:Exercise machine location matters; hotel room becomes "training ground" through discovery.
This contrasts with generic "go to gym" quests—here, the puzzle IS noticing the existing environmental feature.
COMPARISON TO QFG1 BRIGAND NOTE:Both use PHYSICAL DOCUMENTS as information sources rather than NPC dialogue.
QFG1 = stolen note with meeting time/location
QFG4 = manual with training instructions
Both rewards LOOK/EXAMINE actions; both teach players that environment contains untapped knowledge.
This puzzle exemplifies subtle Environmental Storytelling: it's optional, low-stakes, but demonstrates
that environmental examination pays off—training player to look more carefully in high-stakes situations too.
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2187-2194</small>
---
### Quest for Glory IV: Olga & Boris Estranged Couple Reconciliation (QFG4)
**Setup**: Gatekeeper Boris Stovich and shopkeeper Olga share the same last name. Environmental clues (name matching, NPC dialogue about estrangement) reveal they're a separated couple that the player can reconcile through messenger roleplay. Purely honor-based with no puzzle mechanic lock, but excellent environmental storytelling.
<small>Source: qfg4-gamefaqs-sac.txt lines 2343-2350 — "Tell Olga about Boris... tell him about Olga... bouncing back and forth until the two agree to get back together"</small>
```
ENVIRONMENTAL CLUE DISCOVERY - Name Observation:
Step 1 → Speak to Boris Stovich at town gates (gatekeeper)
Player learns his full name: "Boris Stovich"
Step 2 → Visit General Store, speak to Olga the shopkeeper
Player learns her full name: "Olga Stovich" (same last name!)
ENVIRONMENTAL STORYTELLING - Dialogue Context Clues:
Step 3 → Mention Boris's name to Olga during conversation
Environmental emotional trigger: Olga becomes "snippy" or defensive
Dialogue Revealed:"My estranged husband" comment from Olga confirms relationship.
Information not explicitly stated as puzzle; emerges through casual environmental dialogue.
PLAYER AS MESSENGER - Facilitating Environmental Reconciliation:
Step 4 → Report to Boris that Olga was asked about him
Result: Boris shows interest, asks to send message back
Step 5 → Return to Olga with Boris's "greetings" (player-selected dialogue)
Each exchange reveals more emotional context from both sides
Step 6 → Repeat messenger exchanges ~3-5 times
Environment changes: NPC attitudes soften, dialogue becomes warmer
ENVIRONMENTAL RESOLUTION - Natural Convergence:
Step 7 → Eventually NPCs independently agree to reconcile
Triggered by player's message-passing but resolution is NPC-driven
Step 8 → Boris and Olga reunite; may see them together later in game
OR hear confirmation from other town NPCs about reconciliation
ENVIRONMENTAL STORYTELLING ELEMENTS:INFORMATION EMERGES FROM DIALOGUE CONTEXT:
Player isn't given "reconcile couple" quest explicitly.
Clue exists in environment (shared last name) + emotional dialogue responses.
SPATIAL ANCHORING - Two Locations, One Story:Boris at gates, Olga in store—player connects them through repeated WALK actions.
Physical traversal between locations mirrors narrative bridging of estrangement.
PROGRESSIVE ENVIRONMENTAL CHANGE - NPC Attitudes Shift:World FEELS different after reconciliation; NPCs reference the restored relationship.
This is environmental storytelling because the WORLD STATE changed, not just player inventory/flag.
WHY IT'S ENVIRONMENTAL STORYTELLING (NOT INFORMATION BROKERAGE):NO EXPLICIT PUZZLE STRUCTURE:No "I'll give you X if you do Y" exchange network.
Information brokerage requires NPC trade logic; this is organic relationship evolution facilitated by player observation.
OBSERVATION OVER MECHANIC:Success depends on NOTICING name similarity and being curious enough to bridge the connection.
Not a requirement-based puzzle but a world-enrichment discovery.
HONOR-BASED REWARD (Non-Mechanical):Puzzle Points? None. Key item? Nothing tangible.
Reward is WORLD IMPROVEMENT: estranged couple reunited, NPCs happier, player Honor stat increases.
This exemplifies "soft" Environmental Storytelling—no gates locked until solved, but the world feels more complete
when environmental clues are noticed and acted upon. Teaches players that exploration has narrative value beyond item acquisition.
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2343-2350</small>

View File

@@ -567,9 +567,157 @@ Player → [Take Cartridge] → Critical Item Acquired (worth 5 points)
---
### Quest for Glory IV: Ghost Couple Reunion Chain (QFG4)
**Setup**: An old man Nikolai wanders Mordavia town searching for his dead wife Anna. Completing their reunion requires discovering the ghosts' location, convincing them of their true status and orchestrating a meeting between spirit and mortal. The chain involves gathering information from graveyard NPCs cemetery records, and supernatural encounters at night.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 501-509 — "Find ghost wife wandering in forest at night... tell old man Nikolai about his lost Anna"</small>
```
INFORMATION BROKERAGE CHAIN (each reveal enables next interaction):
Step 1 - Initial Problem Discovery (Daytime, Mordavia town streets)
NPC: Nikolai (hunchbacked stone carver near monastery)
Information Revealed: He's searching for his deceased wife Anna claims she may be "in the cemetery" or "near graves"
Player Response: Can't help yet—don't know where to find her soul/ghost
Citation: qfg4-gamefaqs-sac.txt:2199-2200
Step 2 - Cemetery Clue Acquisition (Daytime, Cemetery)
NPC: Igor (the hunchback graveyard worker)
Information Revealed: Sometimes mentions unusual nighttime activity in the forest; ghosts wandering near gravestones
Player Response: Now aware spectral encounters possible at night
Citation: qfg4-gamefaqs-anonymous.txt:501-509
Step 3 - Ghost Encounter (Nighttime, Forest near Cemetery)
NPC: Female ghost Anna (only appears at night)
Action Required: Speak to her multiple times until she reveals her name and circumstances
Information Revealed: She is Anna Stovich Nikolai's wife; doesn't remember being dead initially
Discovery Mechanism: Multiple dialogue passes reveal increasing memory restoration
Constraint: Ghost only appears after nighttime transition (timed encounter)
Citation: qfg4-gamefaqs-anonymous.txt:501-509
Step 4 - Knowledge Transfer (Daytime, Town)
NPC: Nikolai again
Action Required: Tell him about Anna's ghost sighting in the cemetery/forest
Information Exchange: He believes you; now aware his wife is "near" as a spirit
Intermediate State: Nikolai begins frequenting forest area hoping to "feel" her presence
Citation: qfg4-gamefaqs-sac.txt:2199-2207
Step 5 - Reunion Facilitation (Nighttime, Forest again after multiple days)
NPCs: Both Anna's ghost and Nikolai present
Trigger Condition: Have told Nikolai about ghost + night cycle completed after initial ghost meeting
Information Revealed: Male ghost appears—Nikolai's spirit form has also manifested!
Result: Ghost couple reunited; they thank player express gratitude
Citation: qfg4-gamefaqs-anonymous.txt:501-509
Step 6 - Reward Acquisition (Post-reunion multiple returns to forest)
NPCs: Both Anna and Nikolai's ghosts together
Action Required: Visit them 2+ more times after reunion ceremony
Information Revealed: They can't interact with physical world much but feel "at peace"
Reward Given: Male ghost's hat is gifted (critical item for next chain—Baba Yaga's Bonehead)
Citation: qfg4-gamefaqs-anonymous.txt:920-926
Step 7 - Secondary Brokerage (Hat → Baba Yaga's hut guard skull)
NPC: Bonehead the Skull (outside Baba Yaga's hut)
Information Context: Skull won't let player approach until his "bald spot" is covered
Action Required: Use Nikolai's ghost hat on Bonehead
Information Exchange: Hat solves bonehead's vanity concern → passage granted to Baba Yaga
Citation: qfg4-gamefaqs-sac.txt:2504-2510
WHY IT'S INFORMATION BROKERAGE (NOT MULTI-FACETED PLAN):Each NPC holds UNIQUE information that unlocks next interaction.
Cannot skip steps—telling Nikolai about ghost before encountering it provides no benefit.
Information flows LINEARLY through NPCs: graveyard worker → ghost Anna → mortal Nikolai → reunited spirits → hat reward
KEY DIFFERENTIATOR:Unlike Multi-Faceted Plan where requirements CAN be gathered in parallel,
this chain requires SEQUENTIAL NPC interactions. Each conversation's output creates
conditions for the next conversation to occur or succeed.
The "brokerage" element is clear: Player acts as messenger between characters who need
to share information but cannot directly communicate (mortal and ghost worlds separate).
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:501-509, qfg4-gamefaqs-sac.txt:2199-2207</small>
---
### Quest for Glory IV: Thieves' Guild Discovery (QFG4 Thief path only)
**Setup**: The hidden entrance to the Thieves' Guild is concealed behind Adventurer's Guild through a visual code puzzle requiring careful observation. Once inside, information gathered from books and logbooks gates multiple subsequent puzzles.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 530-621 — "Use rope on ceiling hook high thief mark... look under desk low thief mark... turn coat hooks pattern"</small>
```
INFORMATION BROKERAGE CHAIN (scattered examination → visual code synthesis):
Step 1 - Entry Trigger
Location: Adventurer's Guild main hall
Action Requirement: Examine scene thoroughly for hidden clues
Information Discovered:
a) Rope on ceiling hook → reveals HIGH thief mark symbol
b) Painting with coat hooks → shows specific pattern arrangement (3 vertical, 2 horizontal)
c) Item under desk → reveals LOW thief mark symbol
Citation: qfg4-gamefaqs-anonymous.txt:530-540
Step 2 - Visual Code Translation (Meta-Puzzle sub-component)
Action Requirement: Use information from Step 1 to operate coat hooks on painting
Pattern Matching: Replicate exact hook arrangement observed in the painting
Result: Secret passage opens behind Guild wall
Citation: qfg4-gamefaqs-anonymous.txt:538-546
Note: This sub-step is Symbol Code Translation embedded within Information Brokerage
Step 3 - Initial Items and Knowledge Acquisition
Location: Thieves' Guild interior (first room)
Actions:
a) Steal Guild Card from desk → proves membership unlocks future entry
b) Read books on trap disarming mechanics → critical info for monastery locked desk later
c) Pick lock/open safe with combination FILCH → retrieve Lockpick tool for other puzzles
Information Gained: Trap-disarm rules, physical tools guild credentials
Citation: qfg4-gamefaqs-anonymous.txt:573-600
Step 4 - Logbook Color Code Discovery
Location: Chief Thief's private room (behind barrel)
Prerequisite: Must have Lockpick to access locked desk
Security Mechanism: Desk has color-coded lock mechanism requiring pattern input from logbook
Action Sequence:
a) Move barrel blocking passage
b) Read logbook entry with color sequence code
c) Enter "blue blue yellow, green green green red green red" on adjacent control panel
Result: Final secret door opens → leads to Master Thief area
Citation: qfg4-gamefaqs-anonymous.txt:605-621
Step 5 - Secondary Item Acquisition (Logbook Color Code Application)
Location: Secret passage beyond final door
Actions: Retrieve additional tools information about dark forces in valley
Information Transfer: Learn specific intel about monastery basement evil statues
Citation: qfg4-gamefaqs-anonymous.txt:621-639
Step 6 - Knowledge Deployment to Monastery Puzzle (Deferred Application)
Location: Monastery basement (different building entirely)
Prerequisite Information: Trap disarming rules learned from Thieves' Guild books
Action Required: Use lockpick on Mad Monk's desk → disarm poison trap FIRST → then open safely
Result Can read diary entry revealing ritual locations
Honor/Points Penalty Avoided: If forced open without disarming takes poison damage
Citation: qfg4-gamefaqs-sac.txt:2270-2291
WHY IT'S INFORMATION BROKERAGE (NOT SYMBOL CODE NOT MULTI-FACETED PLAN):Initial gathering phase involves scattered examination points across Guild.
Information from Guild books explicitly enables Monastery basement puzzle solution days later—
knowledge transfers between locations separated by physical space and time.
DISTINCTIONS:
- vs Symbol Code: The color code IS pure symbol translation, but it's only ONE COMPONENT of broader brokerage chain
- vs Multi-Faceted Plan: Information must be gathered in specific order (can't read logbook before opening safe can't open safe without lockpick from earlier step)
The core "brokerage" is knowledge transfer: Thieves' Guild trap books → Monastery basement locked desk solution.
Player brokers information between two physically separated puzzle domains.
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:530-621, qfg4-gamefaqs-sac.txt:2270-2291</small>
---
## Related Types
- **Multi-Faceted Plan**: Both involve multiple requirements, but MFP is about parallel discovery (ingredient A AND B AND C) while Brokerage emphasizes chained dependencies (Item A gets you Thing B which trades for Target)
- **Multi-Faceted Plan**: Both involve multiple requirements but MFP is about parallel discovery (ingredient A AND B AND C) while Brokerage emphasizes chained dependencies (Item A gets you Thing B which trades for Target)
- **Pattern Learning/Knowledge Transfer**: KT teaches a reusable *system*; Brokerage is one-off network mapping per puzzle instance
### SpaceQuest 1: Bar Conversation Overhear for Sector Location (SQ1)
@@ -752,4 +900,156 @@ The key characteristic: information flows through SOCIAL EXCHANGES between NPCs
**Distinction from Multi-Faceted Plan**: All items/gatherings serve one goal (escape prison), but MFP collects independent COMPONENTS that converge at end. Here, INFORMATION ABOUT THE SOLUTION flows through NPCs who won't cooperate without specific triggers from other NPC interactions. Conchita → detonator is gated by chart access → which requires General distraction → which requires Nico coordination. This creates CHAINED DEPENDENCIES rather than parallel collection.
### Simon the Sorcerer: Woodcutter Staff Acquisition Chain (SIMON)
**Problem**: The Wizards in the pub promise to make Simon an official wizard if he retrieves a special staff. Finding it requires navigating a multi-NPC trade chain involving woodcutter assistance, blacksmith crafting, and archaeologist manipulation.
<small>Source: walkthroughs/simon1/simon1.txt, lines 723-766 — "The wizards at the pub asked Simon to get a wizard's staff... go to the woodcutter's house. He can't cut trees without an axe head made of milrith... he gives you a metal detector."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 73-84 — Woodcutter dialogue about milrith requirement and giving metal detector</small>
```
TRADE NETWORK MAPPING (Six NPCs in dependency chain):
NETWORK NODES & DEPENDENCIES:
NPC 1: WIZARDS at Pub (Initial Contact)
Wants: Magic Staff to make Simon a wizard
Offers: Wizard status (plot progression unlock)
Dependency: None—direct initial request
NPC 2: Woodcutter (Tool Provider - Forest)
Wants: Milrith axe head to cut magical trees
Offers: Metal detector (required item for milrith detection)
Dependency: Must first learn ABOUT milrith from his dialogue
NPC 3: Blacksmith (Crafting Node - Village)
Trade A: Wants rock with fossil, Offers fossil extracted from rock
Trade B: Wants milrith ore, Offers milrith axe head forged from ore
Dependencies:
- Has no knowledge of fossil's existence until player provides rock
- Cannot forge axe without milrith being discovered
NPC 4: Archeologist Dr. Von Jones (Information Node - Forest)
Wants: Fossils for paleontological research
Offers: Will dig in snowy area if told fossils exist there
Dependency: Requires FOSSIL as proof-of-concept; won't believe word alone
NPC 5: Milrith Ore (Environmental Resource - Snowy Area)
Access Condition: Only appears after Archeologist digs the specific location
Discovery Method: Metal detector shows milrith presence but can't be retrieved directly
Player must manipulate NPC 4 to excavate on player's behalf
NPC 6: Woodcutter (Return Visit - Forest, Staff Location Unlock)
Wants: Nothing now—receives fulfilled promise of axe head
Offers: Access to interior of his house where staff is located
State Change: After receiving milrith axe, leaves to cut trees, abandoning house
STAFF ACQUISITION ITSELF REQUIRES SEPARATE SUB-CHAIN (Mummy Tomb):
This creates a SECONDARY BROKERAGE CHAIN nested inside the primary staff plotline:
SUB-NPC A: Woodworms at Forest Stump
Trade: Wants mahogany wood from woodcutter's basement → Offers consumed-woodworms
SUB-NPC B: Rapunzel's Tower Floorboards
Requirement: Woodworms eat through floor to reveal hole access
Result: Ladder placement grants access to basement
SUB-NPC C: Mummy in Tomb
Action: Open tomb twice, retrieve loose bandage from mummy's back (timing challenge)
Reward: Staff materializes and is collectable
COMPLETE TRADE GRAPH VISUALIZATION:
```
Wizards [Want: Staff] → Player must explore
Branch A - Milrith Acquisiton Chain (Tool Fabrication):
Woodcutter → Metal Detector → Snowy Area Detection
Blacksmith → Fossil Trade (rock→fossil)
Archeologist ← Give Fossil → "I'll dig snowy area"
Player Returns to Snowy Area with now-excavated MILRITH ORE
Blacksmith ← Milrith → Forges Milrith Axe Head
Woodcutter (Return) ← Axe Head → Leaves house, interior accessible
Branch B - Staff Physical Retrieval (Mummy Sub-chain):
Woodcutter's House Basement → Pick up Mahogany
Woodworm Stump ← Mahogany → Returns mahogony-with-woodworms
Rapunzel Tower ← Ladder + woodworms on floorboards → Hole chewed through
Mummy Tomb (via ladder down hole) ← Open twice, grab bandage → STAFF ACQUIRED
Final Step: Return to Wizards at Pub with Staff (+30 gold coins payment)
← Wizard Status Granted (unlocks witch duel capability)
WHY IT'S INFORMATION BROKERAGE:
NON-EXISTENT DIRECT EXCHANGES:
No single NPC can provide the staff or path to it. Player must:
1. DISCOVER that woodcutter needs milrith (exploration dialogue)
2. LEARN metal detector is available as trade commodity
3. FIND fossil independently, then convert to knowledge currency (Archeologist buys proof with labor)
4. MANIPULATE blacksmith twice in DIFFERENT CAPACITY contexts (cracker → smelter)
This creates an EXPLICIT DEPENDENCY NETWORK where each NPC holds a piece of the puzzle:
- Woodcutter: Knows milrith is needed, has detection tool to find it
- Blacksmith: Can extract fossils AND forge axe—he's TWO NODES in one location
- Archeologist: Has labor (digging) that unlocks inaccessible resource
THE BROKERAGE "TRICK":
Archeologist won't dig until convinced fossils exist. But milrith is ALSO in the snowy area—NOT the fossil itself! Player must LIE/connect unrelated dots:
"I found a fossil here [from random rock] → prove I know about fossils"
"Milrith detectors signal presence nearby, fossils probably too" → Convincing enough
This is COMPLEX BROKERAGE because it requires:
1. Misdirection (fossil ≠ milrith but used as proxy credibility)
2. Indirect labor outsourcing (Archeologist digs for Player's real goal)
COMEDIC ELEMENT AS MECHANICAL JUSTIFICATION:
The absurdity of the archeologist leaving immediately for 3 miles away based on one fossil, then player returning to find him casually excavating—delivers humor while maintaining internal logic ("if I found fossil nearby, digging continues makes sense"). Simon's world operates on "believable enough" causality rather than perfect realism, which allows trade chains to accelerate through NPC compliance with player manipulation.
FAILURE MODES AS NETWORK BREAKPOINT IDENTIFICATION:
If player attempts to give woodcutter axe before milrith obtained → dialogue reveals requirement ("this won't work on magical trees")
→ Network feedback loop identifies missing component
If player asks for staff from wizards too early (before wizard status) → rejected ("only wizards can wield the staff")
→ Secondary requirement discovered through failed exchange attempt
DISTINCTION FROM META-CONSTRUCTION:
While there's SEQUENTIAL DEPENDENCY here, items aren't TRANSFORMED into each other in a single chain. Instead:
- Rock and fossil are separate trades (one NPC context: "this is interesting to me")
- Metal detector is simple fetch ("I have this too")
- Milrith is environmental state change dependent on NPC action
The puzzle exists in SOCIAL INTERACTION NETWORK, not in item transformation pipeline. Each step is a negotiation, transaction, or service trade with different NPCs holding distinct knowledge/inventory states.
**Nested Meta-Construction Sub-Puzzle (Mummy Chain):**
Once inside woodcutter's house, the actual staff retrieval follows linear chain:
Mahogany → Woodworms → Floor Access → Tomb Entry → Bandage Grab → Staff
This demonstrates how multiple puzzle types can layer: Information Brokerage creates HOUSE ACCESS; Meta-Construction retrieves PHYSICAL OBJECT from interior.
```
---

View File

@@ -99,6 +99,142 @@ Result: Player swings to Security HQ building, crashes through window
- 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
---
### Quest for Glory IV: Dark One's Rituals Collection Chain (QFG4)
**Setup**: Seven ancient rituals must be collected to build the Dark One construct capable of defeating the final villain. Unlike parallel Multi-Faceted Plan puzzles, these rituals require specific sequential discoveries where information from one location enables accessing another ritual.
<small>Source: qfg4-gamefaqs-sac.txt, lines 2276-2300 — "First Ritual: Placed within the Mad Monk's tombstone... Next Ritual: Placed within the Squid Stone..."</small>
```
RITUAL ACQUISITION CHAIN:
Step 1 - Mouth Ritual (Output: Mouth Scroll)
Location: Castle Borgov gate
Prerequisite: Meet Katrina multiple times (days 6-8)
Action: Speak to Katrina at castle gates after establishing relationship
Result: Receives Mouth Ritual scroll directly
Citation: qfg4-gamefaqs-sac.txt:2617-2620
Step 2 - Blood Ritual (Output: Blood Scroll)
Location: Monastery basement
Prerequisite: Enter monastery (Dark One Sign on door)
Action: Drink from Cask of Amon Tillado → receive vision scroll forms from droplets
Result: Blood Ritual scroll discovered in basement
Citation: qfg4-gamefaqs-sac.txt:2292-2296
Step 3 - Sense Ritual (Output: Sense Scroll)
Location: Mad Monk's Tomb (swamp area)
Sequential Dependency: Requires information from monastery diary (sense = Mad Monk's tomb)
Action: Fight guarding chernovy, use Dark One Sign + spell sequence "AVOOZL"
Result: Sense Ritual scroll obtained from tomb interior
Citation: qfg4-gamefaqs-anonymous.txt:1057-1068
Step 4 - Heart Ritual (Output: Heart Scroll)
Location: Wraith Barrow (Fighter/Thief path) OR Erana's Staff area (Wizard path)
Sequential Dependency: Must have learned about "Gregor" from monastery diary
Action:
Fighter/Thief: Defeat Wraith at barrow, take ritual from tomb
Wizard: Use Heart Crystal on Erana's Staff base in fairy fountain
Result: Heart Ritual scroll obtained
Citation: qfg4-gamefaqs-sac.txt:2678-2690
Step 5 - Breath Ritual (Output: Breath Scroll)
Location: Baba Yaga's Hut
Sequential Dependency: Requires completing Baba Yaga pie quest (see below)
Action: Feed grue goo pie to Baba Yaga → she reveals Breath Ritual in hut kitchen
Result: Breath Ritual scroll obtained
Citation: qfg4-gamefaqs-anonymous.txt:1056-1055
Step 6 - Bone Ritual (Output: Bone Scroll)
Location: Squid Stone area
Sequential Dependency: Requires Will-o'-Wisp + Dark One Sign activation
Action: Capture wisp at night with candy, use on squids → light reveals Mad Monk's tomb location
Result: Bone Ritual scroll discovered at tomb marker
Citation: qfg4-gamefaqs-anonymous.txt:1070-1080
Step 7 - Essence Ritual (Output: Essence Scroll)
Location: Dark One's Cave interior (past Boyar ghost)
Sequential Dependency: Requires completing ALL previous rituals first
Action: Navigate cave past obstacles, defeat Boyar ghost to retrieve scroll
Result: Final ritual completes collection
Citation: qfg4-gamefaqs-anonymous.txt:1090-1098
WHY IT'S META-CONSTRUCTION (NOT MULTI-FACETED PLAN):While rituals can be collected in flexible order, the INFORMATION CHAIN is linear:
Diary → reveals ritual locations → enables access to each ritual site
Will-o'-Wisp quest output → enables Squid Stone revelation → Bone Ritual access
Baba Yaga pie quest output → Breath Ritual reward
SOME SEQUENTIAL DEPENDENCIES ARE RIGID:
Must complete Baba Yaga side-quest before receiving Breath Ritual
Must obtain Will-o'-Wisp (night-only) AND Dark One Sign to reveal Sense Ritual clues
Monastery diary information gates all ritual location awareness
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2276-2300, qfg4-gamefaqs-anonymous.txt:1030-1098</small>
---
### Quest for Glory IV: Baba Yaga's Pie Construction (QFG4)
**Setup**: To bribe Baba Yaga with pie requiring three impossible-to-find ingredients. Each ingredient requires completing its own sub-puzzle before being combinable.
<small>Source: qfg4-gamefaqs-sac.txt, lines 2560-2592 — "Grind bones in mortar/pestle... catch grue goo in flask... elderbury berries from the attacking bush"</small>
```
INGREDIENT ACQUISITION CHAIN:
Step 1 - Pie Pan Acquisition (Output: Empty Pie Pan)
Location: General Store, Mordavia town
Action: Purchase from Olga for ~8 crowns
Result: Base container for pie assembly
Step 2 - Bonemeal Preparation (Output: Flask of Bonemeal)
Sub-Chain:
a) Collect bones from southeast swamp shore or Wraith barrow
b) Use bones on mortar/pestle at Baba Yaga's hut exterior → bones ground to powder
c) Transfer powdery bonemeal into empty flask (powder can't be carried otherwise)
Result: Flask of Bonemeal ready for mixing
Step 3 - Grue Goo Collection (Output: Flask of Goo)
Location: Squid Stone area (accessible after leaving opening cave)
Sequential Dependency: Requires Dr. Cranium's empty flask first
Action: Use Empty Flask on green ooze pool at Squid Stone → fills with goo
Result: Flask of Goo obtained
Step 4 - Elderberry Harvesting (Output: Elderberries)
Location: Elderbury Bush (west forest edge, guarded by vampire bush attacks when approached)
Class-Specific Methods:
Fighter/Thief: Throw rocks at bush while approaching → berries dislodge → collect quickly
Wizard: Force Bolt knocks berries off → Fetch spell retrieves them
Result: Elderberries added to inventory
Step 5 - Pie Assembly (Output: Unbaked Pie)
Location: Baba Yaga's hut kitchen area
Dependencies: All three ingredients + pie pan must be in inventory
Action: Combine Flask of Bonemeal + Flask of Goo + Elderberries into Pie Pan → unbaked mixture
Step 6 - Baking (Output: Baked Grue Goo Pie)
Location: Skull ovens outside Baba Yaga's hut
Dependencies: Unbaked pie ready, specific skull oven selected
Action: Use pie on ONE of the large skulls arranged around hut → bakes automatically
Result: Perfectly baked grue goo pie
Step 7 - Bribe Application (Output: Breath Ritual + good will)
Dependncies: Baked Pie in inventory, have already met Baba Yaga at least once
Action: Use pie on Baba Yaga when speaking to her
Result: Receives Breath Ritual scroll; hut becomes accessible for future visits
WHY IT'S META-CONSTRUCTION:Each ingredient must be produced before combination is possible.
The flask system creates hard dependency: need empty flask first→ fill with goo OR bonemeal.
Cannot "pre-gather" components—inventoried powder spoils without flask storage.
Sub-chain for bonemeal (bones → mortar → flask transfer) is pure Meta-Construction.
Baba Yaga pie serves as gatekeeper puzzle for Breath Ritual acquisition.
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:954-967, qfg4-gamefaqs-sac.txt:2560-2592</small>
**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.
---
@@ -558,4 +694,598 @@ Clockwork/Mechanical Motif: All items are themselves automatons or music-box mec
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.
```
### Simon the Sorcerer: Goblin Cave Key Escape Chain (SIMON)
**Problem**: Simon is locked in a goblin cave after being kidnapped via the grocery delivery box. The door has a key inside the lock, inaccessible without triggering it to fall out. A sequence of item interactions is required where each step produces the condition for the next.
<small>Source: walkthroughs/simon1/simon1.txt, lines 676-691 — "Open the box to stand up. Pick up the rat bone. Look at the boxes to get the spell book, then open the spell book to get a piece of paper... Use the paper on the door, to push the paper through the crack at the bottom of the floor. Then, use the rat bone on the lock. This causes the key to fall out of the lock and onto the paper on the floor."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 153-160 — "Open the box. Get the rat bone. Look at the boxes and get the spell book. Open the spell book to find the paper... Use the paper on the door. Use the rat bone on the lock. Get the paper to get the key."</small>
```
SEQUENTIAL PRODUCTION CHAIN:
STEP 1 - RAW MATERIAL ACQUISITION (RAT BONE)
Prerequisite: None, item available immediately upon entering cave
Action: OPEN box (giant delivery crate Simon arrived in), stand up fully
Result: RAT BONE visible on floor, COLLECT IT
Output Item: Rat Bone (physical tool for lock manipulation)
STEP 2 - INFORMATION ARTIFACT RETRIEVAL (SPELL BOOK)
Prerequisite: Having opened the delivery box and gained full standing room
Action: LOOK at other boxes in cave → dialogue indicates something inside
Result: SPELL BOOK obtained from box contents
Output Item: Spell Book (container for paper, not used directly)
STEP 3 - INTERMEDIATE ITEM EXTRACTION (PAPER)
Prerequisite: Possessing Spell Book from Step 2
Action: OPEN Spell Book in inventory → reveals loose PAGES/PAPER falling out
Result: PLAYER AUTOMATICALLY ACQUIRES PAPER item
Output Item: Paper (flexible thin object that can pass through crack)
Why Not Direct Extraction? The paper exists ONLY as a component inside the book.
Opening the book is a transformation action: Book Container → Released Contents
STEP 4A - DOOR PREPARATION (PAPER UNDER CRACK)
Prerequisite: Paper obtained from Step 3
Action: USE paper on door → paper slides through bottom crack to interior floor
Critical: Paper must be positioned BEFORE lock manipulation
Result: Paper now lies INSIDE the locked room, directly below the keyhole
Output State: Paper trap set up (no new item created, but environmental condition established)
STEP 4B - LOCK MANIPULATION TRIGGER (RAT BONE JAM)
Prerequisite Rat Bone from Step 1 positioned for rapid access
Action: USE rat bone on lock → jam bone into keyhole mechanism
Result: Bone pushes KEY out of the lock, key falls downward onto paper
Why The Paper Matters: Without paper underneath, key would fall to floor but be
inaccessible (player outside locked room). Paper with key on it can then be retracted.
STEP 5 - OUTPUT RETRACTION (PAPER + KEY COMBINATION)
Prerequisite: Both Step 4A and 4B completed successfully
Action: GET paper from floor (outside door but previously inserted through crack)
Result: PAPER retrieved WITH KEY riding on top → PLAYER NOW HAS KEY ITEM
Transformation Rule: Paper acts as conveyor belt, carrying key through same
crack it entered. Key has no independent means of passing through crack.
STEP 6 - FINAL ACTION (DOOR UNLOCKING)
Prerequisite: KEY obtained from Step 5
Action: USE key on lock → standard unlock mechanic
Result: Door opens, access to rest of goblin cave granted
Why This Is The Terminal Output: Key's only purpose is door opening. Once used,
puzzle complete. No further transformations or chaining occurs.
WHY IT'S META-CONSTRUCTION (NOT MULTI-FACETED PLAN):
LINEAR DEPENDENCY STRUCTURE: Each step's OUTPUT is EXACTLY ONE STEP 1's INPUT:
1. Rat bone → [Step 4B] lock-jamming tool (acquired Step 1, used Step 4)
2. Book → [Step 3] opens to create paper (acquired Step 2, transformed Step 3)
3. Paper → [Step 4A/5] conveyor for key retrieval (created Step 3, used Steps 4-5)
4. Key on paper → [Step 6] door opening (retrieved Step 5, final use Step 6)
NO PARALLEL GATHERING POSSIBLE:
Unlike Multi-Faceted Plan where requirements can be collected in any order, here:
- Cannot insert paper before obtaining it from book
- Cannot retrieve book without first being able to stand/search boxes (Step 1 prerequisite)
- Rat bone must wait until lock manipulation moment, despite being collectible immediately
- Key retrieval requires BOTH paper AND rat bone present and correctly sequenced
The player cannot "prepare ahead" by gathering all components before starting—the chain itself DICTATES the order.
INTERMEDIATE STATE HAS NO ALTERNATIVE USE:
Paper in hand serves NO PURPOSE other than becoming key-delivery system.
Spell book serves NO PURPOSE other than being paper container.
Rat bone's ONLY use is jamming lock (no alternative application exists).
Each item is single-use, single-purpose within this specific chain.
FAILURE MODE DEMONSTRATES CHAIN BREAKING:
If player uses rat bone BEFORE inserting paper:
→ Key falls to floor inside room → cannot retrieve → puzzle FAILED, game state locked
This is DIFFERENT from MFP failure (where missing component just prevents final assembly).
Here the ENTIRE CHAIN breaks if order violated. No backtracking available—must restart.
COMIC DELIVERY AS MECHANICAL JUSTIFICATION:
The absurdity of "paper slides under door while bone jams lock, key falls on paper"
is delivered with game logic that treats this as straightforward cause-and-effect rather
than cartoon physics override. The chain is internally consistent even if ridiculous.
```
---
### Legend of Kyrandia: Deadwood Glade Activation Chain (LK1)
**Problem**: To activate the healing gem (yellow gem) on Brandon's amulet, player must restore life to the Deadwood Glade—a barren area with a large hole in the center. This requires collecting three specific seeds from disparate locations and planting them together.
<small>Source: classicgamesparadise_walkthrough.html, lines 109-113 — "Collect the walnut at the Songbird's Nest, the pinecone west of the oldest tree in Kyrandia (with Old Nolby sitting under it) and an acorn to the northwest of the pinecone. Drop these 3 items in the hole at Deadwood Glade."
Source: bonny_ploeg_walkthrough.html, lines 109-112 — "Acorn - Found at oak tree. Put in hole to make bush. Pineapple [pinecone] - Found lying around. Put in hole to make bush. Walnut - Found at songbird. Put in hole to make bush."</small>
```
SEQUENTIAL PRODUCTION CHAIN:
PREREQUISITE ITEM COLLECTION (gathered in any order):
→ WALNUT: Found beneath the Songbird's Nest (east of Darm's shack)
→ PINECONE: West of the oldest tree where Old Nolby sits
→ ACORN: Northwest of the pinecone location
CHAIN STEP 1 - Seed Delivery to Deadwood Glade:
Location: Deadwood Glade (south of Darm's shack, large hole in center)
Action Sequence:
- Drop WALNUT into hole
- Drop PINECONE into hole
- Drop ACORN into hole
Result: A small plant/bush suddenly sprouts and comes to life
CHAIN STEP 2 - Healing Gem Activation:
Prerequisite: Plant successfully grown from seed combination
Effect: The yellow gem on Brandon's amulet is ACTIVATED
Player now has access to HEALING SPELL ability (used later on songbird, snake bite, Herman)
Why sequential: Cannot activate healing gem without first completing seed combination. The plant's emergence TRIGGERS the gem activation—no plant = no healing power. Each seed independently worthless until all three combined at glade location.
CHAIN STEP 3 - Healing Application (Extended Chain):
The yellow gem enables subsequent puzzle solutions, continuing the interdependency:
- Heal injured songbird → obtain quill for Darm
- Heal after snake bite at ruby tree (life-or-death application)
- Put Herman to sleep in castle (access to bell room, golden key)
Each healing application is a NEW META-CONSTRUCTION chain that depends on this initial activation.
WHY IT'S META-CONSTRUCTION:
PARALLEL SEED COLLECTION WITH SEQUENTIAL ACTIVATION:
While seeds can be gathered in any order, the ACTUAL PUZZLE CHAIN is strictly sequential:
Step 1 (collect walnut) → no effect alone
Step 2 (collect pinecone) → no effect alone
Step 3 (collect acorn) → no effect alone
STEP 4 (combine all three at glade) → PLANT APPEARS → HEALING GEM ACTIVATES
The synthesis moment is CRITICAL—individual seeds have ZERO VALUE until combined. This differs from Multi-Faceted Plan because the THREE SEEDS together create a NEW ITEM (the plant) that triggers gem activation, rather than being independently useful items assembled for one goal.
OUTPUT/INPUT DEPENDENCY CHAIN:
Output of Step 4 (activated healing gem) → Input for subsequent puzzles (songbird cure, snake bite cure, Herman sleep spell)
This creates a MAJOR PROGRESSION GATE. Without completing the Deadwood Glade sequence, player cannot:
- Obtain Darm's scroll (quill requires healed songbird)
- Cross volcanic river in Shadowrealm (scroll required)
- Retrieve ruby from ruby tree (healing required after bite)
- Access upper castle floors (Herman blocks without sleep spell)
FAILURE MODE - INCOMPLETE COMBINATION:
Using only 1 or 2 seeds → nothing happens, items remain in inventory for later combination.
No permanent loss—can correct mistake by returning with missing seed(s).
THEMATIC JUSTIFICATION:
The puzzle theme is REJUVENATION—dead earth brought back to life through planting. This foreshadows Brandon's role as heir who will restore magic throughout Kyrandia. Mechanically, the chain enforces the sequence: gather seeds → plant → receive power → use power for further restoration acts.
```
---
### Legend of Kyrandia: Birthstone Altar Puzzle (LK1)
**Problem**: To obtain the Magic Flute needed to shatter the ice blocking Serpent's Grotto, player must arrange four birthstones in a random order on the Marble Altar's golden dish. Each correct placement lights a corresponding gem on Brandon's amulet; all four gems lit transforms the dish into a flute.
<small>Source: classicgamesparadise_walkthrough.html, lines 117-121 — "The best method for placing the stones is to save first and then reload once you have placed the correct stone. This way you won't burn up all of the stones trying to find the correct order... The stone order is random for every game but the first stone is always the Sunstone which can be found at the bubbling spring to the east."
Source: bonny_ploeg_walkthrough.html, lines 41-44 — "Once you have the sunstone, ruby, garnet, peridot, sapphire, diamond, opal, onyx, pearl, topaz, amethyst and aquamarin, take them all to the altar. Place the sunstone in the golden dish... You'll need to find the 3 other stones that need to be placed in the correct order on the dish. This is random and can only be solved by trial and error."</small>
```
SEQUENTIAL INTERDEPENDENCE WITH RANDOMIZATION:
PREREQUISITE COLLECTION (MUST GATHER BEFORE STARTING):
→ SUNSTONE (always first in sequence) - Bubbling spring east of cave entry
→ RUBY (always last in sequence) - Ruby tree northwest, guarded by poisonous snake
→ 12+ OTHER GEMS scattered throughout Timbermist Woods exploration
→ The remaining TWO correct stones are RANDOM subset from the other 10 gems
CHAIN STEP 1 - Save Game (Critical Meta-Preparation):
Before attempting altar puzzle:
- Save game state at Marble Altar location
- This is ESSENTIAL because wrong stones are CONSUMED (burned up)
CHAIN STEP 2 - Place Sunstone (Deterministic First Step):
Input: SUNSTONE only (guaranteed to work)
Action: Place in golden dish
Result: FIRST gem on amulet lights up, stone consumed
Output state: Amulet gem #1 lit, save point established for reload
CHAIN STEP 3-5 - Trial and Error for Middle Stones (Randomized):
Loop for each middle position:
Step A → Select candidate gem from inventory
Step B → Place on dish
Check Result:
- CORRECT: Second/third amulet gem lights, stone consumed → Continue to next position
- WRONG: Stone burned/destroyed, nothing happens → RELOAD SAVE, try different stone
Critical Constraint: Cannot brute-force all combinations without saves—would exhaust gem inventory.
CHAIN STEP 6 - Place Ruby (Deterministic Final Step):
Input: RUBY only (guaranteed final position)
Prerequisite: All three previous gems lit on amulet
Action: Place on dish as fourth and final stone
Result: FOURTH amulet gem lights, golden dish TRANSFORMS into Magic Flute
Output Item: FLUTE created (new item in inventory)
CHAIN STEP 7 - Ice Shattering Application:
Input: Magic Flute from altar transformation
Location: Serpent's Grotto entrance (formerly ice-blocked)
Action: Play flute → high note cracks the ice seal
Result: Grotto access granted, Shadowrealm exploration unlocked
WHY IT'S META-CONSTRUCTION WITH RANDOMIZATION LAYER:
OUTPUT/INPUT CHAIN STRUCTURE:
1. Sunstone placement → Output: Gem 1 lit (enables position 2)
2. Random gem #1 correct → Output: Gem 2 lit (enables position 3)
3. Random gem #2 correct → Output: Gem 3 lit (enables final position)
4. Ruby placement → Output: FLUTE CREATED (new inventory item)
5. Flute use at grotto → Output: ICE SHATTERED (progression gate removed)
Each step produces EXACTLY ONE OUTPUT needed for next step. No reordering possible—four positions must be filled in sequence. The flute cannot exist until all four stones correctly placed.
RANDOMIZATION AS MECHANICAL CONSTRAINT:
Unlike fixed meta-construction puzzles, this one has RANDOM correct solutions (middle two gems differ per playthrough). This creates a META-LAYER of puzzle management:
- Player cannot memorize solution between playthroughs
- Must use game's SAVE/LOAD mechanics as PART OF SOLUTION strategy
- Gem economy matters—burning too many stones can create permanent failure state
This is STILL meta-construction because despite randomization, the OUTPUT/INPUT STRUCTURE remains identical. Each correct placement ENABLES next position. Player crafts solution through sequential assembly rather than parallel gathering.
DISTINCTION FROM PATTERN LEARNING:
Pattern Learning would be: learn rule set (e.g., musical scale) then apply to multiple targets. Here, there is NO discoverable RULE—solution is truly random per game. The "learned" element is SAVE/LOAD technique, not a world mechanic.
COMPARISON TO LK1'S POTION PUZZLE:
The Potion Mixing puzzle (Faeriewood) has FIXED recipes (red+yellow=orange, blue+red=purple) while this birthstone altar has RANDOM middle positions. Both are meta-construction, but potion mixing uses KNOWLEDGE TRANSFER (learn formula, apply repeatedly), whereas altar uses BRUTE FORCE WITH CHECKPOINTING (try stones, reload on failure).
```
---
### SpaceQuest III: Astro Chicken Hidden Message Chain (Monolith Burger) (SQ3)
**Problem**: After reaching Monolith Burger, Roger must discover help for rescuing two people held captive on Pestulon. The message is encoded in an arcade game called "Astro Chicken" and can only be decoded with a decoder ring hidden inside a specific fast food meal. This requires purchasing the meal, extracting the ring, playing the arcade game to minimum point threshold, then using the ring to decode the resulting message.
<small>Source: gamefaqs-tricrokra-archive.html, lines 430-450 — "Order the Fun meal, after the silly questions pay... You'll get a decoder ring."</small>
<small>Source: the-spoiler-walkthrough.html, lines 110-116 — "'Look menu'. '7'. 'Q'. 'Pay bill'... Complete Astro Chicken. 'Decode message'."</small>
```
SEQUENTIAL PRODUCTION CHAIN:
STEP 1 - Purchase Monolith Fun Meal (Output: Decoder Ring)
Prerequisites: Buckazoids in inventory (from selling gem on Phleebhut)
Action Sequence:
- West to clerk counter
- LOOK MENU → Select item #7 (Fun Meal)
- Answer questions ("Q" for name, bypass dialogue)
- PAY BILL
- East to empty seat → SIT → EAT
- Bag of fast food consumed reveals hidden item
Output Item: MONOLITH DECODER RING added to inventory
Citation: gamefaqs-tricrokra-archive.html, lines 435-438 — "= Sit at a table = Eat. You'll get a decoder ring."
STEP 2 - Play Astro Chicken Arcade Game (Output: Secret Message Code)
Prerequisites: Decoder Ring in inventory; Buckazoids remaining for game tokens
Positioning: Walk west back to arcade machine near entrance
Action Sequence:
- PLAY MACHINE on arcade cabinet
- PUT MONEY IN MACHINE (insert buckazoid tokens)
- Play Astro Chicken minigame repeatedly
MINIGAME MECHANIC DETAILS:
Astro Chicken objective: Land the character on soft "mat" surfaces, avoiding hard ground.
Difficulty: High—landing zone is small relative to movement speed, requiring precise timing.
Point System: Points accumulate with successful landings; actual player score irrelevant for trigger.
Secret Message Trigger: Reaching 308+ points (or completing game a certain number of times) unlocks hidden message sequence.
Citation: gamefaqs-tricrokra-archive.html, lines 452-457 — "I got mine to 308 and then the game stopped counting points... Once you played enough you get the secret message."
STEP 3 - Decode Message with Ring (Output: Complete Information Package)
Prerequisites: SECRET MESSAGE CODE displayed by arcade machine; Decoder Ring in inventory
Command: DECODE MESSAGE on screen using decoder ring
Decoded Content Reveals:
"Help us! we are being held captive by ScumSoft on the small moon of Pestulon.
An impenetrable force field surrounds the moon. It must first be deactivated.
Its origin is unknown to us. ScumSoft security is armed with jello pistols.
We're counting on you whoever you are."
- Signed: "Two guys in trouble"
Citation: gamefaqs-tricrokra-archive.html, lines 460-475 — Decoded message text
STEP 4 - Navigation Application (Output: New destination planet: Pestulon)
Prerequisites: Ship systems operational; new intel from decoded message
Action Sequence:
- Enter ship → SIT → LOOK Computer
- Select "2" (Navigation System) → "1" (Scan)
- Scan finds Pestulon → "1" to select → "1" for confirm destination
- "2" (Set Course) → "5" (Light Speed) → "3" (Land)
Citation: gamefaqs-tricrokra-archive.html, lines 467-470 — "Next stop Ortega" [then Pestulon after decoding]
```
**Why It's Meta-Puzzle Construction (Sequential Interdependence)**:
This is a strict production line where each step's output enables the next action. Without the decoder ring (Step 1), the code cannot be translated regardless of Arcade skill. Without playing Astro Chicken to unlock threshold (Step 2), no code exists to decode. Without decoding the message (Step 3), Pestulon never becomes known as a destination. Player CANNOT reorder these steps: buying meal after playing game doesn't help if ring only works on revealed codes; cannot play effectively without having funds from gem sale earlier.
**Key Feature**: The hidden mechanic threshold is NOT communicated—walkthrough author found 308 points through trial and error ("I hope you can appreciate this crappy game"). Player receives no feedback about "X more landings to unlock message." This adds frustration layer to the meta-construction: player must deduce that repeated play = unlocking code, not just getting high score.
---
### Quest for Glory III: Lost City Chamber Sequencing (QFG3)
**Problem**: After the Peace Conference disaster, player and companions must infiltrate the Demon-controlled Lost City of Makhtur in southern jungles to prevent the Demon Portal from opening. The final chamber contains ritual progress—Demons attempting to open portal using accumulated deaths from Simbani-Leopardman war. Player must complete a strict sequence of actions within this sealed chamber to either defeat Demons or seal the portal permanently.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2245-2298 — Lost City infiltration and final ritual chamber confrontation</small>
```
SEQUENTIAL CHAIN INSIDE FINAL CHAMBER:
PREREQUISITE: ALL COMPANIONS REACHED LOSS CITY BEFORE DAY LIMIT
This MFP-style requirement must be completed before entering the chamber itself. Players who arrived late find city destroyed, game over state triggered.
CHAMBER ENTRY SEQUENCE (Strict Output/Input Dependency):
STEP 1 - Chamber Access Gate Activation:
Input: Five heroes present (Player + Rakeesh + Yesufu + Johari + Kreesha)
Action Approach gate with complete party
Output State GATE OPENS → entry into Lost City interior chambers
STEP 2 - Ritual Observation Phase:
Requirement Walk through halls, observe Demon ritual preparations
Discovery Demons conducting portal-opening ceremony using war casualties as fuel
Critical Information Learned Player must REACH central shrine BEFORE ritual completes
STEP 3 - Doppelganger Chamber Confrontation:
Location Upper floors of Lost City, final room before shrine
Obstacle Five evil clones (Doppelgangers) block path—each hero faces their own shadow self
Combat Phase Sequential battles against mirror enemies
DOPPELGANGER MECHANIC (Sequential Combat Chain):
Fighter's Doppel: Mirror combat skills; requires precise weapon use counter-attacks
Wizard's Doppel Copied spell repertoire; magic duels back-to-back with real threats
Thief's Doppel Equal stealth/agility—difficult to outmaneuver own skillset
CRITICAL COMBAT CONSTRAINT: All five heroes initially LOSING their battles (lines 2290-2293)
Output State If any hero loses → they are absorbed by evil clone; game over possible
STEP 4 - Harima Redemption Intervention:
Prerequisite Helped Harami in earlier Bazaar nights sequence (MFP-style relationship building)
Action Wait for intervention moment during Doppelganger combats
Output: Harami enters chamber, STABS player's Doppelganger from behind (lines 2292-2293)
- Single action resolves what would otherwise be unwinnable fight
- Creates opportunity window to escape up stairs
STEP 5 - Shrine Portal Sealing Ritual:
Location Top of tower, central shrine with portal formation in progress
Input Requirement All five heroes alive and reached shrine level before ritual timer expires
RITUAL CHAIN (Sequential actions required to close portal):
PHASE A - Demon Leader Identification:
Action Examine altar area → reveal Master Demon overseeing ceremony
Output Information gain: Must defeat leader first; minor demons indestructible while he lives
PHASE B - Combat Engagement Sequence:
Step 1 → Player engages Master Demon in final boss battle
- Combat mechanics vary by class (Fighter weapons, Wizard spells, Thief throws)
Step 2 → Companions assist automatically if still alive at this point
- Rakeesh (Paladin), Yesufu (warrior), Johari (healer), Kreesha (support)
- Each provides buffs/healing/attacks in scripted AI patterns
Step 3 → Master Demon weakened below critical threshold
- Triggers transformation/enragement phase (optional, class-dependent)
PHASE C - Portal Closure Mechanism:
Prerequisite: Master Demon defeated OR ritual interrupted before completion
OPTION A - Full Victory Path:
Action Defeat all minor demons after leader falls
Result City secured, portal never opens → optimal ending
OPTION B - Sealed But Incomplete (Honorable Alternative):
Action Use Dispel Potions on possessed warriors (ritual participants)
instead of killing them
Result Portal temporarily sealed but threat remains; world saved for now
STEP 6 - Escape Sequence:
Trigger Master Demon defeated OR ritual halted
Output City begins collapsing/portal destabilizes
Required Action All heroes must retreat to entrance before total destruction
WHY IT'S META-CONSTRUCTION (NOT MULTI-FACETED PLAN):
STRICT ORDERING ENFORCED BY NARRATIVE STATE MACHINE:
Step 1's output (gate opens) → required for Step 2 (enter city)
Step 2's discovery (ritual in progress) → creates urgency for Steps 3+5
Step 4's intervention window only appears DURING Step 3 combat, not before or after
Step 5 requires Master Demon defeat BEFORE portal closure becomes possible
CRITICAL CHAIN BREAKING POINTS:
- Arrival too late → no opportunity to enter (MFP prerequisite failure)
- Lose Doppelganger fight without Harami help → game over state
- Master Demon defeated but companions dead → reduced ending quality
- Failed intervention timing → permanent story consequence (some cannot be saved)
COMPARED TO SPACE QUEST III ASTRO CHICKEN SEQUENCE:
Similarities:
- Hidden thresholds (Harami must be helped X nights → Doppelganger help available at specific combat moment)
- Sequential dependency where earlier MFP choices affect later MC outcomes
- Time pressure element in execution phase
Differences:
- SQ3's chain = item production line (ring→code→message→navigation)
- QFG3's chain = COMBAT STATE MANAGEMENT with narrative consequences
CLASS-SPECIFIC IMPLEMENTATION WITHIN CHAIN:
Fighter path through Doppelganger fight uses weapon skills, not spells or stealth
Wizard path counters magic clones with spell selection rather than melee timing
Thief path requires dodge/agility checks during same encounter
The OUTPUT is identical (all five survive to Shrine), but mechanical INPUT varies by class.
```
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2270-2298 — Final battle sequence with Doppelgangers and Harami intervention</small>
---
## Related Types
| Type | Similarity | Where Meta-Construction Differs |
|------|------------|----------------------------------|
| **Multi-Faceted Plan** | Both require gathering multiple components | MFP gathers in PARALLEL; MC requires SEQUENTIAL execution where order matters |
| **Pattern Learning** | Both build toward final application moment | PL applies same system repeatedly; MC creates ONE output feeding next step |
| **Observation Replay** | Both have critical timing elements | OR copies exact sequence once seen; MC constructs new state at each phase |
---
### Gabriel Knight 1: Priest Disguise Acquisition Chain (GK1)
**Problem**: To infiltrate restricted Catholic Church locations and gain access to voodoo-related evidence within priest sanctums, Gabriel needs authentic religious garb. The disguise requires sequential acquisition—each step's output enables the next—with no possibility of parallel collection or backtracking shortcuts.
<small>Source: justadventure_walkthrough.html, lines 1062-1085 — Complete priest disguise chain documented</small>
```
META-CONSTRUCTION CHAIN - SEVEN STEP SEQUENCE:
STEP 1 - INITIAL SCOUTING (Identifying Target):
→ Visit Catholic Church on Esplanade Avenue during daytime hours
→ Attempt to enter sacristy/priest preparation area → BLOCKED by door
→ EXAMINE door → Requires priest's collar + black shirt for access attempt
→ DISCOVERY: Two components needed—neither in inventory yet
STEP 2 - COLLAR ACQUISITION PREREQUISITE (Obtaining Empty Vestments):
→ Approach church from main entrance during confession hours window
→ Enter confessional booth through public access side
→ EXAMINE interior → Father's vestments hanging on back wall, includes collar left unattended
→ Action: Take priest collar while Father at other end of screen (non-stealth "borrowing")
→ Inventory gain: Priest Collar
→ CRITICAL: This enables Step 3 but doesn't complete disguise requirement
STEP 3 - BLACK SHIRT DISCOVERY (Second Component Location Identification):
→ Have collar in inventory now → unlocks new NPC dialogue options at church
→ Talk to Father or church attendant about borrowing "complete vestments"
→ REVEALED: Black dress shirt also required; one available from priest's personal quarters
→ NEW PUZZLE ELEMENT INTRODUCTION: Collar alone insufficient, creates requirement for shirt
STEP 4 - ACCESS TO RESTRICTED AREA (Using Collar as Key):
→ Exit church sacristy area → return to blocked door from Step 1
→ ATTEMPT entry WITH collar in inventory → partial access gained!
→ Door opens slightly but FULL ENTER still requires BOTH components
→ CRUCIAL TEACHING MOMENT: Partial solutions exist—encourages player to continue quest
STEP 5 - BLACK SHIRT ACQUISITION (From Priest Quarters Chain):
→ New clue from Step 4 dialogue indicates specific location of spare shirt
→ Navigate back through church areas to previously inaccessible quarters
→ Examine wardrobe/dressers → Black dress shirt found hanging/folded
→ TAKE action → Shirt added to inventory
→ Now possess BOTH components: Collar + Black Shirt
STEP 6 - COMBINATION ACTION (Creating Disguise Item):
→ Open inventory with both items present
→ USE Priest Collar ON Black Shirt → composite item created
→ NEW INVENTORY OBJECT: "Priest's Disguise" (merged single item from two components)
→ MECHANICAL TRANSFORMATION: 2 raw materials → 1 functional tool
STEP 7 - FINAL ACCESS GRANTED (Disguise as Key):
→ Return to originally-blocked sacristy door
→ USE Priest's Disguise on door interface OR wear disguise via inventory selection
→ Authentication successful → door fully opens
→ SACRISTY INTERIOR NOW ACCESSIBLE → Contains voodoo evidence items and plot-critical notes
WHY IT'S META-CONSTRUCTION (NOT MULTI-FACETED PLAN):
STRICT SEQUENTIAL ORDER ENFORCED:
1. Can't take collar without first visiting church during correct hours (Step 2)
2. Collar acquisition (output of Step 3) → required for NEW DIALOGUE revealing shirt location (Step 4 input)
3. No partial access granted until BOTH components possessed, preventing shortcut exploitation
4. Shirt location CLUE depends on possessing collar—not just exploration luck
OUTPUT-INPUT DEPENDENCY CHAIN:
┌─────────────────┐ OUTPUT ┌──────────────────┐
│ Step 1: Scout │ ───→ Block────> │ Step 2: Access │
│ Door Blocked │ │ Confessional │
└─────────────────┘ └──────────────────┘
│ collar acquired
┌─────────────────┐ OUTPUT ┌──────────────────┐
│ Step 3: Talk │ ───→ Clue────> │ Step 4: New │
│ NPC with Collar │ │ Area Accessible │
└─────────────────┘ └──────────────────┘
│ shirt location revealed
┌─────────────────┐ OUTPUT ┌──────────────────┐
│ Step 5: Take │ ───→ Shirt────>│ Step 6: Combine │
│ Black Shirt │ │ Into Disguise │
└─────────────────┘ └──────────────────┘
│ disguise created
┌─────────────────┐ ┌──────────────────┐
│ Step 7: Enter | <────── KEY ──────> │ Final Access │
│ Sacristy | │ Granted │
└─────────────────┘ └──────────────────┘
CRITICAL DISTINCTION FROM MFP ALTERNATIVE:
IF THIS WERE MULTI-FACETED PLAN, structure would be:
- Collar found during general church exploration (independent path A)
- Black shirt also available via different NPC trade or environmental search (independent path B)
- Player could collect EITHER first—the two paths have no mechanical dependency
- Both items brought together for final combination at sacristy door
ACTUAL IMPLEMENTATION: Collar is PREREQUISITE FOR DISCOVERING SHIRT LOCATION. Not just "two random things needed together" but specifically "getting A reveals where B exists." That's Meta-Construction's signature OUTPUT→INPUT chain.

View File

@@ -98,6 +98,166 @@ OFFERING 3: Pillow
Location Source: Bumpusville house, Monster-Truck-Bed room
Acquisition Method:
- Simple collection from bed during house exploration
---
### Quest for Glory IV: Leshy Riddle Progression (QFG4)
**Setup**: A forest spirit asks sequential riddles that can only be answered after completing specific quests elsewhere in the game. Each correct answer unlocks the next riddle, creating a knowledge-gated dialogue tree. Unlike standard Symbol Code puzzles, the "code" here is gameplay knowledge acquired through world exploration and quest completion.
<small>Source: qfg4-gamefaqs-sac.txt, lines 2368-2395 — "Q: Who am I? A: Leshy (found in Hero's Magazine)... Q: Save a plant from goo. A: Bush (must have bush in possession)"</small>
```
RIDDLE SEQUENCE WITH GAMEPLAY GATES:
Riddle 1: Name Identification
Question: "Who am I?"
Required Knowledge: Reading the "Hero's Magazine" book in Adventurer's Guild library reveals forest spirit name
Answer: "Leshy"
Requirement State: Must have read books at Adventurer's Guild
Citation: qfg4-gamefaqs-sac.txt:2368-2372
Riddle 2: Environmental Action Gate
Question: "Save a plant from goo" (rhymeful version)
Required Knowledge: Leshy will ask this only after Riddle 1 answered correctly
Physical Requirement: Must have rescued bonsai bush AND planted it in Erana's Garden
Answer: "Bush" or "I saved the bush"
Requirement State: Must complete bush rescue quest + plant action
Citation: qfg4-gamefaqs-sac.txt:2373-2381
Riddle 3: NPC Encounter Knowledge
Question: "Who's in the lake?" (rhymeful version)
Required Knowledge: Player must recognize lake creature is a Rusalka
Physical Requirement: Must have visited Lake Mordavia at least once, spoken to Rusalka
Answer: "Rusalka"
Requirement State: Encounter with lake spirit completed
Citation: qfg4-gamefaqs-sac.txt:2382-2387
Riddle 4: Hidden NPC Awareness
Question: "Who hides behind 'trick sticks'?" (rhymeful version for hut on chicken legs)
Required Knowledge: Learning about Baba Yaga's disguise mechanism
Physical Requirement: Must have met Baba Yaga OR spoken to Punny Bones who mentions her
Answer: "Baba Yaga"
Requirement State: At least one source of information about Baba Yga consulted
Citation: qfg4-gamefaqs-sac.txt:2388-2391
Riddle 5: Quest Completion Gate
Question: "A berry bush with attitude?" (rhymeful version)
Required Knowledge: Elderbury Bush identity and completion of pie quest
Physical Requirement: Must have completed Baba Yaga's pie quest successfully
Answer: "Elderbury Bush"
Requirement State: Pie delivered to Baba Yaga, berries harvested beforehand
Citation: qfg4-gamefaqs-sac.txt:2392-2395
Riddle 6: Major Plot Milestone Gate
Question: "Who has the Heart Ritual?" (rhymeful version)
Required Knowledge: Discovery of Heart Ritual location varies by class
Physical Requirement: Must have obtained Heart Ritual through class-specific method
Answer: "Wraith" (Fighter/Thief obtained from barrow OR "Erana's Staff" for Wizard fairy fountain)
Requirement State: One of seven major rituals already collected, significant plot progress
WHY IT'S MULTI-FACETED PLAN (NOT SYMBOL CODE):Requirements are discovered INCREMETALLY through disparate gameplay activities
Each requirement must be SATISFIED through world interaction, not just "knowing" an answer
Player synthesizes complete picture: "Leshy requires me to do X quests in this order to unlock dialogue layers"
DISTINCT FROM RIDDLE PUZZLES IN OTHER GAMES:
Answers cannot be guessed or brute-forced; gates prevent progress without actual quest completion
Knowledge is not "remembered"—it's PROVEN through inventory/world state checks
Related Types Differentiation:
- vs Symbol Code Translation: No visual codes to decode; knowledge proven by action
- vs Pattern Learning: Not about rule discovery; about quest completion verification
- vs Meta-Puzzle Construction: Requirements can be gathered in mostly flexible order,
though dialogue sequence is locked
```
<small>Cited from: quest-for-glory-iv/qfg4-gamefaqs-sac.txt:2368-2395</small>
---
### Quest for Glory IV: Tanya's Liberation Quest (QFG4)
**Setup**: A child named Tanya is being held captive by Domovoi in Castle Borgov. Her release requires assembling information and items from multiple sources across different character interactions.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 985-1010 — "Listen at doored Inn room at night overhear Domovoi... give Rehydration Solution to dehydrated Domovoi"</small>
```
MULTI-SOURCE REQUIREMENT GATHERING (parallel discovery):
Requirement 1: Discover the problem exists
Location: Hotel Mordavia, specific locked room in evening
Action: Listen through door on nights 3-5 → overhear Domovoi conversation about Tanya and doll
Information Gain: Learn that Tanya is missing from her family due to domestic spirit kidnapping
Citation: qfg4-gamefaqs-anonymous.txt:985-990
Requirement 2: Understand who Domovoi actually is
Location: Hotel Mordavia, same room (different nights)
Action: Speak to Domovoi through door over multiple evenings
Information Gain: Learn Domovoi's nature as house spirit; learn he's dehydrated and needs reactivation
Citation: qfg4-gamefaqs-sac.txt:2530-2546
Requirement 3: Obtain Rehydration Solution recipe
Location: Dr. Cranium's lab, Mordavia town
Action: On third visit to doctor (day 3+), ask about "Rehydration Solution"
Sub-puzzle: Provide formula from game manual/pamphlet (or online reference)
Result: Dr. Cranium explains solution but needs ingredient
Citation: qfg4-gamefaqs-sac.txt:1924-1936
Requirement 4: Acquire Grue Goo ingredient
Location: Squid Stone area (west forest, near Dark One Cave entrance)
Action: Use Empty Flask on green ooze pool → fills flask with grue goo
Information Dependency: Requires earlier visit to Dr. Cranium who provides empty flask
Result: Return goo to Dr. Cranium → receive Rehydration Solution in exchange
Citation: qfg4-gamefaqs-anonymous.txt:940-953
Requirement 5: Locate and reactivate Domovoi
Location: Monastery basement (dehydrated cabinet)
Action: Use Rehydration Solution on dried figure in cabinet → Domovoi reactivates
Result: Domovoi is now physically present to request doll retrieval
Citation: qfg4-gamefaqs-sac.txt:2530-2546
Requirement 6: Retrieve Tanya's doll
Location: Hotel Mordavia, closet in locked room where she was kept prisoner
Action: Enter room (unlocked after Domovoi release), take doll from closet shelf
Result: Doll obtained, ready to return to Tanya
Citation: qfg4-gamefaqs-sac.txt:1287-1305
Requirement 7: Deliver doll and gain trust
Location: Castle Borgov interior (where Tanya held captive)
Action: Give doll to Tanya → she recognizes it, trusts player
Result: Can now speak with her about liberation; reveals additional requirement
Citation: qfg4-gamefaqs-anonymous.txt:1001-1010
Requirement 8: Convince Tanya to leave (optional honor path)
Location: Gypsy camp, Magda fortune teller
Action: Speak about sacrifice and what must be given up to go home
Information Gain: Tanya's trust is won; she agrees to return home without forced extraction
Honor Reward: Releasing child spirit peacefully
WHY IT'S MULTI-FACETED PLAN:
- Information gathered from 4+ separate NPCs/dialogue chains (Dr. Cranium, Domovoi, Innkeeper, Magda)
- Physical items (Grue Goo, doll, rehydration solution) must be synthesized into coherent action plan
- Requirements discovered through environmental observation (listening at door) AND directed quest-giving
- Non-linear progression: player can visit any location in mostly flexible order once aware of components
- Solution emerges from synthesis: "I need to find Tanya's guardian → reactivate him → get her doll → convince BOTH to let her leave"
Information Flow (Non-Linear):
1. Overhear Domovoi conversation (night) → learn problem exists
2. Talk to Dr. Cranium multiple times → learn Rehydration Solution recipe
3. Collect Grue Goo from wild → trade for solution
4. Reactivate Domovoi at monastery
5. Retrieve doll from abandoned room
6. Deliver to Tanya, then seek advice from Magda
7. Liberate with or without force
No single NPC explains complete solution path; player must synthesize requirements from:
- Eavesdropping (Inn room at night)
- Doctor dialogues over several days
- Exploration discovery (monastery basement cabinet)
- Gypsy wisdom dialogue
```
<small>Cited from:qfg4-gamefaqs-anonymous.txt:985-1010, qfg4-gamefaacs-sac.txt:2530-2546</small>
- No complex sub-puzzle needed, just discovery through search
Independent of other three offerings
@@ -585,7 +745,7 @@ A subtype of Multi-Faceted Plan where component puzzles must be COMPLETED in seq
|--------------|-------------------------|
| Four ingredients can be found in any order | Each step unlocks next puzzle state |
| Synthesis = all requirements assembled | Synthesis = correct sequence discovered |
| Example: Voodoo doll (all 4 gathered independently) | Example: Dinky Island water filtration |
| Example: Voodoo doll (all 4 gathered independently) | Example: Dinky Island water filtration, QFG3 Lost City chamber |
**Dinky Island Water Filtration (MI2)**:
1. Find bottle → break on rock to get crowbar
@@ -1519,4 +1679,399 @@ Cocktail Machine as Automaton: Fits SYB's mechanical theme—another clockwork/m
The Button Sequence is THEMED: Snowflake icon connects to cocktail preparation knowledge (cold drinks), lemon/honey icons are literal ingredient representations—visual-symbolic interface that reinforces mechanical/craftsmanship motif throughout game.
```
### Simon the Sorcerer: Tower of Doom Demons Summoning Ritual (SIMON)
**Problem**: The two demons Gerald and Max block access to the teleporter on the top floor of the Tower of Doom. They will teach Simon how to use it only if he can send them back to Hell—a ritual requiring multiple components acquired from different floors of the tower.
<small>Source: walkthroughs/simon1/simon1.txt, lines 1004-1029 — "They'll agree to teach Simon how to work the teleporter here, if he can send them to Hell... The book shows that the player needs a magic square drawn in chalk, candles from the basement, a skull from the basement, the mouse from the bedroom, and he needs to know their true names."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 347-360 — "Talk to the demons... Say I'll just draw a quick magic square on the floor. Say OK, we're all set. Let's ROCK!"</small>
```
FOUR PRIMARY REQUIREMENTS (discovered incrementally through dialogue + examination):
REQUIREMENT 1: Magic Square (Information from BOOK)
Source Location: Top Floor (demons' room), cushion on bed
Discovery Method: READ book that demon lends → reveals magic square drawing requirement
Execution: Use CHALK (provided by demons) to draw square on floor
Independent of other physical components
REQUIREMENT 2: Candles (Physical Component from Basement)
Source Location: Basement level, Treasure Chest puzzle
Discovery Method: Examine chest containing candles (acquired via block-smashing lever puzzle)
Execution Chain:
- Get TREASURE CHEST from bridge in basement
- Move LEVER to raise smashing block above lever
- Place chest on block below hammer mechanism
- PULL LEVER twice → chest crushed open, candles revealed
Independent of skull acquisition (both from basement, separate actions)
REQUIREMENT 3: Skull (Physical Component from Basement)
Source Location: Basement level, Upper wall alcove
Discovery Method: Examine skull hanging high on wall → need tool to knock it down
Execution Chain:
- Get SPEAR from main floor (hanging from ceiling)
- Return to basement with spear
- USE speak on skull → knocks it loose
- Collect SKULL that falls to floor
Independent of candle acquisition (separate examination/use chain)
REQUIREMENT 4: Mouse (Physical Component from Bedroom, Middle Floor)
Source Location: Bedroom level, Mouse hole in steps under stairs
Discovery Method: Attempt to enter mouse hole → reveals need for lure and capture method
Execution Chain:
- Get SOCK from bedroom floor
- Get POUCH from bed
- Combine SOCK + POUCH (sock inside pouch acts as trap)
- Use SOCK on mouse hole first → mouse attempts to exit, fails
- Use POUCH on mouse hole → mouse enters pouch seeking sock scent → captured
REQUIREMENT 5: True Names (Information via Spy Mechanic)
This is a META-requirement that cannot be obtained through direct conversation.
Discovery Method: Demons REFUSE to provide their true names when asked directly.
Solution Chain:
- Get SHIELD from main floor
- Get CHEMICALS from top floor bookshelf
- Combine CHEMICALS + SHIELD → shiny, reflective surface created
- Mount SHINY SHIELD on high hook on top floor (above demons' room)
- Return to bedroom level
- USE talking MIRROR (magical object that shows any location with clear view)
- Ask mirror to show DEMONS while they are unguarded (top floor alone)
- Demons speak their TRUE NAMES in private, thinking not watched
WHY THIS IS MULTI-FACETED PLAN:
INCREMENTAL DISCOVERY PATTERN:
1. Initial dialogue with demons → learn they're oppressed, want to return to Hell
2. Ask "can you teach me teleporter?" → conditional yes pending demonic banishment
3. Request true names directly → REFUSED (critical information gap revealed)
4. Examine book they lend → reveals 4 physical requirements + magic square drawing
5. Player must now determine: WHERE are these items located?
SYNTHESIS REQUIREMENT:
- Candles and skull BOTH from basement, but DIFFERENT rooms/separate acquisition chains
- Mouse from bedroom (middle floor), completely different mechanic than basement items
- True names require SPY mechanism invention (shield + mirror system) because direct query failed
- No NPC states complete solution list at once; player builds mental inventory: "I need A from basement, B from basement, C from bedroom, D from information spy trick"
PARALLEL GATHERING POSSIBLE:
Unlike Meta-Puzzle Construction's linear chain, these requirements CAN be gathered in different orders:
- Could get mouse before candles (independent locations)
- Could acquire skull while obtaining candles in same basement trip
- Spy mirror setup must happen AFTER shield polishing chemicals obtained but can occur before or after physical items collected
THE CRITICAL DIFFERENCE from simple "collect 4 items":
The TRUE NAMES requirement is INFORMATION, not physical object. The player must realize:
1. Demons won't volunteer their names (dialogue closure)
2. Magic requires true names per book instructions (informational prerequisite)
3. Therefore: need INDIRECT acquisition method
This meta-realization—designing a spy mechanism to bypass NPC refusal—is the SYNTHESIS that defines Multi-Faceted Plan. The complete solution emerges from combining failed dialogue attempt (names refused) with physical item discovery + environmental tool combination (mirror's viewing capability + shield's reflectivity).
EXECUTION:
Once all five requirements gathered, player initiates ritual:
1- Draw magic square on top floor chalk-dusted ground
2- Position candles at square's corners
3- Place skull in center of square
4- Hold mouse aloft as sacrificial offering
5- Speak demons' true names (learned via mirror spy) + incantation from book
Demons banished to Hell → learn teleporter operation → proceed to Fiery Pits.
```
**Why It's Multi-Faceted Plan**: The complete solution is never stated by any NPC in full. Player must assemble the requirement list from multiple sources: initial demon dialogue (they'll help if freed), book examination (lists ritual components), failed direct name request (triggers alternative acquisition method). No single interaction provides the checklist; synthesis happens across dialogue, inventory examination, and spatial exploration of three tower levels.
### Simon the Sorcerer: Dwarf Mine Beer Trade Chain (SIMON)
**Problem**: The dwarf mine blocks access to a gem worth selling. Entry requires wearing a beard and knowing the password. Inside, further obstacles require beer for one guard and a voucher for another NPC interaction. These items are obtained from the village pub via a complex scheme involving beeswax and timing.
<small>Source: walkthroughs/simon1/simon1.txt, lines 589-647 — "You'll need a few things before you can solve this plotline: You need a feather from the Wise Owl... You need a beard... You need the rock with password 'BEER'... You need beer and a beer voucher from the pub"</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 57-62, 208-216 — Detailed multi-step acquisition of beard, password, feather, beer, and voucher</small>
```
MULTIPLE INDEPENDENT REQUIREMENTS (gathered in any order):
REQUIREMENT 1: Beard (Disguise Component)
Source Location: Villiage Pub, sleeping dwarf on bench
Discovery Method: Examine sleeping dwarf → scissors use option becomes available
Acquisition Chain:
- Obtain SCISSORS from starting location (wizard house drawer)
- Return to pub after initial exploration
- USE scissors on sleeping dwarf → BEARD acquired
Independent of other mine requirements
REQUIREMENT 2: Password Knowledge (Information Component)
Source Location: Center of Forest, stone outside dwarf mine entrance
Discovery Method: Pick up rock/examine it → dialogue reveals password "BEER"
Execution:
- Navigate to center of forest from village
- PICK UP rock near cave entrance
- EXAMINE rock in inventory → "The word BEER is carved into it"
Information learned can be remembered (MFP pattern) without affecting other requirements
REQUIREMENT 3: Feather (Key Acquisition Tool, Inside Mine)
Source Location: Owl Tree in forest, Wise Owl NPC
Discovery Method: Talk to owl → dialogue animation shows feather falling
Acquisition Chain:
- Navigate to Owl Tree from forest center
- TALK to wise owl repeatedly → FEATHER drops
- PICK UP feather from ground
Independent gathering action
REQUIREMENT 4 & 5: Barrel of Beer + Beer Voucher (Pub Sub-puzzle)
These require a META-CONSTRUCTION SUBCHAIN within the MFP.
PHASE A - Obtaining Beeswax (Prerequisite):
1. Get Repulser from Rapunzel's Tower (separate plotline)
2. Use Repulser on chocolate house door in village → entry granted
3. Get SMOKEBOX and BEEKEEPER HAT from inside house
4. Exit to outside chocolate house
5. USE smokebox + wear hat + MATCHES from pub fruit machine → collect WAX from beehive
PHASE B - Pub Distraction Timing Puzzle:
6. Enter pub, TALK to bartender about getting a drink
7. Bartender animation triggers (looks behind bar for ingredients)
8. [TIMING WINDOW]: Quick inventory access while bartener distracted
9. USE beeswax on beer barrel spigot → plugs leak → BARREL appears empty
10. Bartender gives you LEAFLET with BEER VOUCHER inside, leaves pub
11. Exit pub → TAKE barrels of beer that bartender discarded outside
WHY THIS IS MULTI-FACETED PLAN:
PARALLEL REQUIREMENT GATHERING: Four distinct categories acquired independently:
- Physical disguise (beard from dwarf's snoring)
- Information knowledge (password from stone examination)
- Tool item (feather from owl interaction, used inside mine for key)
- Trade items (beer + voucher from pub scheme with sub-requirements)
SYNTHESIS AT ENTRY POINT: All requirements converge at dwarf mine entrance:
- WEAR beard to bypass guard's visual check
- SAY password "BEER" during dialogue
- Enter mine proper
FURTHER SYNTHESIS INSIDE MINE: The beer and voucher are used on DIFFERENT DWARVES in SEPARATE ROOMS—these weren't gathered as a paired set but as individual trade components that each satisfy one NPC's demand.
DISTINCTION FROM META-CONSTRUCTION SUBCHAIN (Wax/Beer Puzzle):
The beeswax → pub scheme → beer/voucher chain IS sequential and must be done in order:
- Cannot get without rapunzel plot complete
- Cannot plug barrel before bartender animation triggers
- Must collect voucher BEFORE exiting to grab beer barrel
But within the larger MFP structure, THIS ENTIRE PUB SCHEME is just ONE REQUIREMENT CATEGORY alongside three others that CAN be gathered in parallel or different order.
FINAL EXECUTION:
Once inside mine with beard + password known:
1. Navigate past first guard (wearing beard bypasses visual check)
2- Give BEER to left dwarf → he wanders off to drinking room southeast
3. Use FEATHER on sleeping dwarf in drinking room → drops KEY
4. Use key on gold door, continue west → get HOOK for later plotlines
5. Enter treasury room, give VOUCHER to guard dwarf → request GEM from pile
6. Exit mine with gem, sell to Dodgy Geezer in village → GOLD COINS
FAILURE MODES:
- Without beard → guard refuses entry regardless of password
- Wrong password → same result (both required simultaneously)
- Missing beer → left guard maintains block on drinking room access
- Missing voucher → treasury dwarf offers no items
Four requirements, three locations (forest owl, village pub/sub-area, center/forest mine), one information check (stone examination).
```
---
### Legend of Kyrandia: Royal Vestments Collection (LK1)
**Problem**: To enter the Kyragem chamber and defeat Malcolm, Brandon must collect three royal artifacts scattered across Castle Kyrandia and place them in the correct order on pillows in the foyer. Each artifact requires a separate acquisition chain from different castle zones.
<small>Source: classicgamesparadise_walkthrough.html, lines 319-327 — Description of scepter in kitchen, crown behind library fireplace, chalice from Faun; pillow placement order</small>
<small>Source: bonny_ploeg_walkthrough.html, lines 144-146 — "Scepter - Found in castle kitchen. Used to enter Kyragem room," "Crown - Found behind fireplace in study," "Chalice - Retrieved from Pipsqueak after you give him the apple"</small>
```
THREE INDEPENDENT ARTIFACT ACQUISITIONS (can be done in any order):
ARTIFACT 1: Royal Scepter
Location Source: Castle Kyrandia Kitchen
Acquisition Method:
- Enter castle using Iron Key at gate (requires invisibility gem to bypass gargoyles)
- Navigate to kitchen area on main floor
- Simple collection: scepter hanging over table, unobstructed pickup
No sub-puzzle required; purely location discovery within castle exploration
Independent of other artifacts—can collect first, last, or middle.
ARTIFACT 2: Royal Crown
Location Source: Castle Kyrandia Library → Secret Passageway → Dungeon
Acquisition Chain:
- Go to library (study) on main floor
- Investigate fireplace → reveals secret passage leading to dungeon
- Crown visible but trapped behind forcefield barrier in adjacent chamber
Book Sequence Sub-Puzzle:
- Return to library before entering fireplace passage
- Pull books from shelves in specific order by first letter of titles
- Letters must spell "O-P-E-N" when extracted sequentially
- Success: fireplace rotates without Brandon, creating open passageway
Forcefield Bypass:
- Enter dungeon through opened passage
- Use blue gem (demagnetize power) on amulet to disable forcefield
- Navigate past forcefield to room with loose floor tile
- Move tile → discover Gold Key (needed for foyer door, not crown itself)
- Crown can now be collected from its pedestal
Why Independent: While crown collection involves sub-puzzles (book sequence, forcefield bypass), none of these affect scepter or chalice paths. Player could retrieve scepter first then do entire library/dungeon complex.
ARTIFACT 3: Royal Chalice
Location Source: Faeriewood → Pipsqueak/Faun trade
Acquisition Chain:
Phase A - Reach Faeriewood (separate game world):
- Collect water from Castle Moat at tropical lagoon using empty bottle
- Use blue gem on amulet to demagnetize floating chalice in air
- Chalice appears but Pipsqueak/Faun steals it immediately
Phase B - Apple Trade Sub-Puzzle:
- Must obtain apple (found at Brandon's home outside cave OR in Faeriewood)
- Create purple potion at Crystals of Alchemy: blue + red potions combined
- Purple potion shrinks Brandon to miniature size
Phase C - Enter Faun's Home:
- Drink purple potion outside Faun's door while shrunken
- Trade apple for Royal Chalice (dialogue exchange)
- Exit, find chalice placed right of Faun's door
Why Independent: Entire faeriewood sequence is separate world visit with its own mechanics. Chalice can be acquired before visiting castle or after; no mechanical overlap with scepter/crown paths.
SYNTHESIS PHASE - Foyer Pillow Placement:
Once all three artifacts collected (any order), enter foyer on main floor:
- Three pillows visible in left-middle-right arrangement
Correct Order Required (explicit puzzle):
1. Scepter → LEFT pillow
2. Crown → MIDDLE pillow
3. Chalice → RIGHT pillow
Success: Doors to Kyragem chamber open, Malcolm confronts Brandon
```
WHY IT'S MULTI-FACETED PLAN:
PARALLEL REQUIREMENT GATHERING CONFIRMED:
Three artifacts acquired through completely independent paths:
- Scepter: Simple pickup in kitchen (zero sub-puzzles)
- Crown: Library book sequence + dungeon forcefield bypass + optional Gold Key discovery
- Chalice: Separate world (Faeriewood) + potion crafting + size alteration + NPC trade
Player can complete these in ANY ORDER and through DIFFERENT GAME SESSIONS. Walkthrough structure presents linearly but gameplay allows: collect scepter → visit Faeriewood for chalice → return to castle for crown, or any permutation.
INFORMATION DISCOVERY STRUCTURE:
No single source provides complete "get scepter, crown, chalice" checklist. Player must:
- Explore Faeriewood separately (learned from Zanthia's dialogue)
- Discover kitchen through castle exploration (no explicit hint about scepter there)
- Uncover library secret passage through examination, not instruction
FAILURE AS FEEDBACK:
- Attempting foyer placement with incomplete set → puzzle fails, missing artifact slots remain empty
- Wrong pillow order → no progression, must reconfigure
- Information about "three artifacts needed" comes incrementally from castle exploration and previous game sections (Iron Key dialogue mentions royal vestments vaguely)
DISTINCTION FROM META-CONSTRUCTION:
The three artifact paths have NO OUTPUT-INPUT dependency between them:
- Getting scepter doesn't enable chalice collection (completely different world)
- Crown acquisition doesn't require scepter or vice versa
- Chalice from Faeriewood independent of castle interior puzzles
If this were Meta-Construction, step 1's output would feed into step 2 (e.g., "scepter opens library door for crown"). Instead, all three converge at FINAL synthesis point (foyer pillows), satisfying MFP definition.
SUB-PUZZLE WITHIN PATHS:
Note that EACH artifact path contains its own mini-chains:
- Crown path: Book sequence → fireplace rotation → forcefield bypass → collection
- Chalice path: Potion mixing (blue+red) → shrinking → trade dialogue
But these are SEQUENTIAL WITHIN ONE ARTIFACT ACQUISITION, not BETWEEN ARTIFACTS. The OVERALL structure remains Multi-Faceted Plan with three parallel requirements.
MALCOLM FINAL CONFRONTATION (Post-MFP Resolution):
Once foyer doors open after correct pillow placement:
- Enter Kyragem chamber, Malcolm prepares spell attack
- Time-sensitive escape required: Stand in front of mirror on room's right side
- Use red gem (invisibility) at critical moment → spell bounces off mirror, hits Malcolm
- Malcolm turned to stone, Kyrandia saved
This final sequence is TIMED CONSEQUENCE, separate from the MFP vestment collection.
GAME PROGRESSION CONTEXT:
The Royal Vestments puzzle serves as penultimate barrier before finale:
1. Earlier game (Timbermist/Faeriewood): Amulet powers gained through meta-construction chains
2. Mid-game: Iron Key obtained, castle access granted
3. Final prep phase: MFP vestment synthesis using earlier-discovered powers
4. Climax: Timed escape from Malcolm's spell
```
---
---
### Gabriel Knight 1: Voodoo Code Pages Collection (GK1)
**Problem**: After attending voodoo conclave rituals, Gabriel must collect scattered cryptic code fragments across multiple crime scenes and ritual locations. Four symbol-bearing pages/patterns can be gathered independently in any order—physical reconstruction follows classic MFP pattern where parallel acquisition feeds single synthesis endpoint via artist consultation.
<small>Source: justadventure_walkthrough.html, lines 906-923 and 998-1040 — Complete voodoo code reconstruction sequence documented</small>
```
FOUR COMPONENT PARALLEL GATHERING (Independent Collection Paths):
Page 1 - First Conclave Cryptic Message:
→ After Crash's death scene at midnight ritual gathering
→ Sketch coded symbols on tombstone/wall during crime scene investigation
→ Item acquired: "Voodoo Code" (later renamed after Page 2 found)
Page 2 - Second Crime Scene Symbols:
→ Return to conclave site after police evidence collection completes
→ New coded message appears at previously-unmarked location
→ Document via sketchbook action → inventory gains Page 2
→ Independent of Page 1—just sits there waiting for observation
Pattern Fragment A - Vevé Design Partial #1:
→ Examine chalk symbols floor/wall at Marie Laveau's murder house
→ Sketchbook copies partial ceremonial diagram section
→ Separate location from code pages entirely
Pattern Fragment B - Vevé Design Partial #2:
→ French Quarter exploration reveals second wall/floor symbol arrangement
→ Again, sketchbook documentation captures fragment
→ Zero dependency on Pages 1, 2, or Fragment A collection status
SYNTHESIS VIA ARTIST CONSULTATION:
All four components carried to artist's studio → sequentially shown → merges into complete vevé diagram design as single composite inventory item.
WHY IT'S MFP NOT META-CONSTRUCTION:
Getting Page 2 requires no prior knowledge from Page 1. Both pages exist independently at their crime scenes waiting to be sketched. Zero interdependency during collection phase—pure parallel gathering with end-point convergence. Compare to meta-construction where A would OUTPUT location of B (Page 1 decoded text revealing coordinates for Page 2 discovery).
```
<small>Cited from: justadventure_walkthrough.html:906-1040</small>

View File

@@ -0,0 +1,233 @@
# Multi-Faction Diplomacy Puzzle
**Information Architecture**: Player discovers existence of multiple warring groups; each faction provides conflicting accounts of events. Player must gather intelligence from all sides to understand underlying cause of conflict before facilitating resolution.
**Player Action Pattern**:
1. Learn two+ factions are in conflict (narrative setup)
2. Meet representatives from both factions who blame each other
3. Gain trust/access to one faction through class-specific means
4. Extract truth about stolen/missing item causing conflict
5. Return the contested item, revealing true antagonist behind dispute
6. Facilitate peace meeting (often disrupted by third party reveal)
**Core Mechanic**: Multi-stage negotiation where each faction must be independently satisfied with player's actions before a unified resolution can occur; the truth only becomes evident when juxtaposing information from opposing sides.
---
## Variations
| Type | Factions Involved | Player Intermediary Role | Example |
|------|-------------------|--------------------------|---------|
| **Stolen Trellis Artifact** | Two rival tribes over cultural relic | Recover item, prove theft was false flag | Simbani/Leopardmen: Spear of Death |
| **Peace Conference Setup** | Three+ groups including government mediating | Earn credentials with all parties | Tarna King, Simbani Laibon, Leopardmen Chief |
| **Espionage Reveal** | One faction divided by hidden corruption | Expose traitor/infiltrator to restore unity | Thief helps Harami return home |
---
## Game Examples
### Quest for Glory III: The Stolen Spear of Death (QFG3)
**Setup**: Simbani tribe and Leopardmen are on brink of war over the sacred Spear of Death. Laibon claims Leopardmen stole it during peace mission. One survivor (Khatib) claims attack was unprovoked. Player must determine truth and resolve conflict to prevent war, which is actually being stoked by demonic forces seeking to generate deaths for portal-opening ritual.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 1478-1490 — Storyteller description</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 1875-1886 — "The Hero and his Liontaur friend Rakeesh are summoned to the Kingdom of Tarna to prevent a war from occurring."</small>
```
MULTI-FACTION DIPLOMACY STRUCTURE:
FACTION 1: SIMBANI VILLAGE
Goal: Recover Spear of Death, punish Leopardmen for theft
Representative: Laibon Mkubwa (elder/chieftain)
Allies to Gain: Uhura (warrior), Yesufu (Laibon's son)
Player Access Method:
- Fighter/Paladin: Complete Warrior Initiation trials
- Wizard: Not required at Simbani; bypass via Leopardman route
- Thief: No special requirements; can infiltrate later
Key Information Gained:
- Spear was on peace mission to Leopardmen (line 1879-1882)
- Peace mission attacked, everyone killed except Khatib
- Laibon believes this is grounds for war against Leopardmen
FACTION 2: LEOPARDMEN VILLAGE
Goal: Recover Drum of Magic, maintain neutrality/isolation
Representative: Chief & Shaman
Allies to Gain: Johari (Chief's daughter), Shaman
Player Access Method:
- All classes: Must marry/free Johari who acts as guide
- Requires dispelling her with potion first
Key Information Gained:
- Drum of Magic was STOLEN from them (lines 1506-1508, 2963-2970)
- They seek drum's return, not Simbani destruction
- Chief offers Spear of Death in exchange for drum
PARALLEL TRACKS BY CLASS:
FIGHTER/PALADIN ROUTE (Diplomatic):
PHASE 1: Build Alliance with Simbani
Action: Complete Warrior Initiation against Yesufu
Reward: Recognition as Warrior, permission to pursue peace
PHASE 2: Rescue Johari
Action: Use Dispel Potion on Leopardman prisoner
Discovery: It's Johari, seeking marriage/better life
PHASE 3: Win Bride (Simbani requirement)
Prerequisites: Give Laibon Dinosaur Horn for rites
Gifts Required: Fine Robe, Fine Spear, 5 Zebra Skins
Result: Legal "marriage" to Johari authorized
PHASE 4: Win Trust of Johari
Gifts Required: Beads, Wooden Leopard carving, Fine Dagger
Action: Open her cage; she escapes peacefully
PHASE 5: Visit Leopardmen Village (with Johari)
Critical Dialogue Sequence:
- Tell about Romance (win her trust, 3 pts)
- Show Magic Drum OR Tell about Drum
Result: Johari agrees to guide player to village
PHASE 6: Negotiate with Leopardman Chief
Action: Give Drum of Magic back (20 pts)
Query: Ask about Spear of Death
Reward: Chief returns Simbani Spear peacefully (lines 2210-2211)
THIEF ROUTE (Espionage-Influenced):
PHASES 1-3: Same as Fighter (build trust, rescue Johari)
PHASE 4: STEAL the Drum instead of diplomatic acquisition
Location: Laibon's Hut at night
Method: Use Fine Dagger on crack in wall while sneaking
Enter hidden compartment area
Result: Possession of Magic Drum illegally (lines 2963-2970)
PHASE 5: Infiltrate Leopardman Village
Obstacle: Panther blocking Chief's hut entrance
Solution Options:
- Distract with Meat (safer, +5 pts)
- Dodge/jump across tightrope without feeding (risky)
Additional Thief Challenge Inside Chief's Hut:
- Monkey making noise will wake Chief
- Feed monkey Fruit first (5 pts), then free it (5 pts)
- Otherwise must maintain stealth while working around it
Action: Steal Spear of Death from wall (10 pts, lines 2996-2998)
Alternative: Picklock chest for extra items/cash
PHASE 6: Return BOTH Items (not just drum)
Action: Give Drum to Chief (20 pts)
Present Spear to Simbani Laibon (20 pts)
Critical Difference: Thief gets EXTRA points for spear recovery
because it was stolen by their methods, not given back
WIZARD ROUTE (Supernatural Diplomat):
PHASE 1-4: Setup through Johari courtship (same as Fighter/Thief)
PHASE 5: Magical Duel with Shaman replaces physical negotiation
Unlike Fighter's trials or Thief's stealth, Wizard engages in spell duel:
- Each stage presents magic that must be countered
- See class-specific-ritual.md for full duel sequence
FINAL PHASE (All Classes): Use Dispel Potion on Shaman instead of killing
Result: Maintains peace narrative; Shaman returns Spear peacefully
CRITICAL DIPLOMATIC REVELATION:
Regardless of path, at Peace Conference in Tarna:
- Leopardman Chief attacks Laibon unexpectedly
- Yesufu kills Chief with fatal spear thrust (lines 2224-2228)
- This was DEMON manipulation — not either faction's true will
- Rakeesh warns player to find Demons before war erupts
This reveals the underlying puzzle truth: BOTH FACTIONS were honest
about wanting peace. The conflict was manufactured by third party (Demons).
The diplomacy puzzle's purpose was preventing deaths that would fuel
the Demon Portal — making every point of peacemaking mechanically tie
to the final battle requirements.
```
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2180-2230 — Fighter route to Leopardmen</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2963-3007 — Thief infiltration of Chief's Hut</small>
**Why It's Multi-Faction Diplomacy (Not Information Brokerage)**:
While information is exchanged, the core puzzle mechanic is:
1. **Dual Authorization Required**: Both factions must be separately satisfied before unified resolution
2. **Conflicting Initial Narratives**: One says "they stole from us," other says "they attacked us first"
3. **Reconciliation via Item Exchange**: Physical objects (Spear, Drum) serve as peace tokens, not just information carriers
4. **Underlying Third-Party Manipulation Reveal**: Truth only emerges at conference when BOTH sides shown wanting peace
Information Brokerage = trade A for B with single NPC
Multi-Faction Diplomacy = reconcile A and B's conflict by satisfying requirements for both independently
---
### Quest for Glory III: The Harami Redemption Arc (QFG3)
**Setup**: Early game, player witnesses thief "Harami" being captured and sentenced to honorlessness at Hall of Judgement. Later, homeless in Tarna streets, he becomes a secondary character who can become ally or enemy depending on treatment.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 1895-1906 — "A man will start running away. Chase after him (8) and you'll find him caught"</small>
```
FRACTION MICRO-DIPLOMACY: ONE NPC AS NEUTRAL PARTY
INITIAL ENCOUNTER: Hall of Judgement
Observation: Thief sentenced; declared "without honor"
Player Choice Point: Testify against him OR remain silent (implicit choice)
SECONDARY ENCOUNTERS (Bazaar Streets):
Encounter 1: Begging for help
Action Required: Agree to help (+4 pts, lines 2121-2123)
Failure State: If refused later interactions locked
Encounter 2-4: Night visits
Actions Required:
- Give food each night (consumes inventory)
- For Thief class: Show proper Thief Sign (+8 pts, line 2928)
Encounter 5: Final conversation
Required Topic: Tell him about Rakeesh (+8 pts)
Information Gained: Harami's backstory; why he stole
CRITICAL REVELATION AT PEACE CONFERENCE:
After conference violence breaks out:
- Player must flee Tarna to reach Lost City alone
- Later, at Lost City chamber with Doppelganger enemies:
- Five heroes each face evil mirror-self
- All five are losing battles (lines 2290-2293, 2887-2893, 3064-3068)
Diplomatic Payoff Moment:
Harami appears and STABS the Doppelganger in back (+8 pts honor despite being thief)
"Letting you run up the stairs to tower"
Why this counts as diplomacy:
1. Early investment (food, kindness, showing proper thief sign) pays off at critical moment
2. His help is ESSENTIAL without it team cannot progress
3. Redemption arc shows he was never truly villainous — just misunderstood outcast like player may have been
This micro-faction represents "the forgotten" — those cast aside by society who can still prove their worth through unexpected acts of honor when player showed them dignity first.
```
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2122-2128 — Helping Harami sequence</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2292-2293, 2678-2679, 3067-3068 — "Harami will show up and stab it in the back"</small>
---
## Related Types
| Type | Similarity | Distinction |
|------|------------|-------------|
| Multi-Faceted Plan | Both gather requirements across many sources | MFP = unified objective with parallel tasks; MFD = conflicting objectives must be reconciled |
| Information Brokerage | Both involve exchange of goods/services for access | IB = linear chain A→B→C; MFD = two independent chains that merge at resolution |
| Class-Specific Ritual | Both diverge by class | CSR = same outcome, different mechanics; MFD = classes achieve OUTCOMES differently but same diplomatic end-state |

View File

@@ -37,6 +37,73 @@ Return Phase:
**King's Quest VI Parallel**: None identified in walkthrough.
---
### Quest for Glory IV: Dr. Cranium's Doorbell Sequence (QFG4)
**Setup**: To enter Dr. Cranium's laboratory, the player must ring doorbells in the exact sequence they play when activated. This is a pure observation-replay puzzle where the correct order is demonstrated once at the door.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 641-647 — "Ring doorbells in exact sequence they play (listen and repeat)"</small>
```
OBSERVATION PHASE - Sequence Demonstration:
→ Approach Dr. Cranium's office exterior
→ Click on door or bell rope to initiate demonstration
→ Four bells ring in specific melodic sequence:
Bell Order Heard: 2nd → 4th → 1st → 3rd (example)
→ Audio cue is distinct for each bell position
→ Dialogue feedback: "You must match the sequence to enter!"
REPLAY EXECUTION PHASE - Memory Test:
→ Return to bell ropes after demonstration completes
→ Click bells in EXACT same order observed during demo
→ Success condition: All four clicked correctly in sequence, no errors
→ Failed attempt: Door remains locked; can retry but must remember sequence
Reward upon completion (6 puzzle points): Laboratory access granted.
```
**Why It's Observation Replay**: Single demonstration of correct sequence under "observation only" conditions. Player cannot interact during demo—must memorize exact bell order, then reproduce precisely when interaction becomes available. No partial hints given; perfect recall required for success.
<small>Cited from: qfg4-gamefaqs-sac.txt:2201-2204</small>
---
### Quest for Glory IV: Will-o'-Wisp Capture (QFG4)
**Setup**: To reveal the Sense Ritual at a Squid Stone location, the player must capture Will-o'-Wisps at night using candy, then release them in daytime. The puzzle combines timed consequence with observation replay of wisp movement patterns.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 1075-1076 — "Use candy to lure wisp at night catch in empty flask"</small>
```
OBSERVATION PHASE - Behavior Learning:
→ Visit swamp edge at NIGHT (time-gated) only
→ Observe Will-o'-Wisps floating above dark water
→ Note attraction pattern: Wisps approach source of sweets/candy slowly
→ Observe collection opportunity: Use Empty Flask near wisp when it's close enough
REPLAY EXECUTION PHASE - Timing and Conditions:
Step 1 → Ensure candy in inventory (purchased from General Store)
Step 2 → Return to swamp edge at night, confirm Wisps visible
Step 3 → Use candy on ground/near water surface → Wisps approach lured by sweet smell
Step 4 → Wait for wisp to come within capture range (~3-5 seconds of wandering)
Step 5 → Use Empty Flask on approaching wisp → captures it inside
Time Criticality: Must release Wisps before daybreak or they die in flask!
Deferred Application - Ritual Revelation:
Step 6 → Visit Squid Stone area with captured Wisps during appropriate conditions
Step 7 → Release Will-o'-Wisps from flask onto ritual marker
Result: Light reveals hidden Mad Monk's tomb entrance/Bone Ritual location
Why It's Observation Replay + Timed Consequence hybrid:Player must OBSERVE wisp attraction behavior then REPLAY the luring sequence correctly.
CRITICAL TIMING: Wisps must be released BEFORE dawn otherwise puzzle fails permanently.
This combines OR (observe-reproduce) with TC (narrative urgency without hard deadline but real consequence).
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:1075-1080, qfg4-gamefaqs-sac.txt:1946-1952</small>
**Monkey Island Examples**:
**Monkey Island Examples**:
- **Safe Combination**: Storekeeper opens safe while player watches (notes combination). Later, when storekeeper leaves shop unsupervised after going to find Sword Master, player returns and enters exact PULL/PUSH sequence he observed.
@@ -403,3 +470,94 @@ Unlike BAS's guard patrol timing, SYB uses Momo as a MECHANICAL intermediary tha
- The discovery (scales match) only possible because player observed AND replayed the removal location
**Distinction from Pattern Learning**: Player doesn't learn a SYSTEM with multiple applications. They observe ONE specific sequence with ONE required reproduction. Grace's action is not part of a reusable mechanic—it's a narrative event that must be witnessed to enable later solution.
---
### Legend of Kyrandia: Merith Marble Chase Path (LK1)
**Problem**: After healing the rotten willow tree with a teardrop from Pool of Sorrows, the spirit Merith appears and mentions finding a marble needed to repair Brynn's silver altar. To obtain it, Brandon must play a game of tag—following Merith's exact movement pattern and sneaking up from behind to claim the marble.
<small>Source: classicgamesparadise_walkthrough.html, line 47 — "At the rotten willow tree, try using the teardrop you found at the Pool of Sorrows to heal the tree. After it is healed, Merith shows up and mentions a marble he found. To get it, you will need to play a little game of tag. He will lead you to the northeast where you can sneak up on him."</small>
<small>Source: classicgamesparadise_walkthrough.html, line 55 — Summary step: "Chase Merith for the marble"</small>
```
OBSERVATION PHASE - Initial Encounter and Path Demonstration:
Step 1 → Prerequisite Completion:
- Earlier in game: Obtain teardrop from Pool of Sorrows (separate puzzle chain)
- Navigate to rotten willow tree location (Timbermist Woods area)
- Use teardrop on diseased tree → healing transformation cutscene triggers
Step 2 → Merith Appearance:
- Tree spirit Merith materializes after healing complete
- Dialogue exchange: Merith mentions discovering marble, implies it belongs on altar
- No explicit handover; Merith initiates chase game instead
Step 3 → Path Demonstration (Observation Critical):
- Merith begins moving in SPECIFIC DIRECTION (northeast from willow tree)
- Movement pattern establishes exact route through forest terrain
- Brandon cannot interact with Merith during this phase ("too fast!") or if approaching from wrong angle (Merith flees)
REPLAY EXECUTION - Path Following and Capture:
Step 4 → Follow Observed Route:
- Player must navigate Brandon along SAME northeast path Merith demonstrated
- Key spatial detail: Merith's movement establishes correct navigation through maze-like woods
Step 5 → Position for Approach:
- Continue following until reaching endpoint of chase path
- Merith slows/stops at destination point (northeast forest clearing)
Step 6 → Sneak-Up Maneuver (Timing/Angle Critical):
- Player must approach from BEHIND Merith's position
- Attempting frontal interaction or wrong angle → Merith runs again, requires respawning/chase restart
Step 7 → Marble Acquisition:
- Successful sneak approach triggers capture event
- Marble automatically added to inventory
- Merith departs, puzzle resolved
WHY IT'S OBSERVATION REPLAY:
SINGLE VIEWING ESTABLISHES SOLUTION:
Merith's initial northeast movement is the ONLY demonstration of correct path. No map marker, no compass hint, no repeated dialogue explaining direction. Player must MEMORIZE the exact route Merith took during opening chase phase.
EXACT REPRODUCTION REQUIRED:
Path following isn't "general area navigation." The walkthrough specifies "northeast" as critical detail—wrong directional choice leads to dead ends or requires backtracking to restart pursuit.
Angle/Timing Component Adds Memory Load:
Beyond path memorization, player must remember APPROACH MECHANIC: sneak from behind. This is demonstrated implicitly by game's blocking behavior (can't grab Merith during chase, fails if approached incorrectly). Successful reproduction requires combining BOTH spatial memory (where) AND interaction memory (how).
NO TRIAL-AND-ERROR DISCOVERY:
Unlike exploration puzzles where player experiments with different paths, here the SOLUTION EXISTS IN THE CUTSCENE. Trial-and-error only works through multiple save/loads or by correctly retaining path information from initial observation.
FAILURE MODES DEMONSTRATE MEMORY REQUIREMENT:
- Wrong direction from willow tree → cannot find Merith, must revisit and reobserve chase start
- Correct path but wrong approach angle → Merith flees, sequence potentially resets
- Frontal approach attempt → blocked by game state ("can't catch him!")
DISTINCTION FROM DISTRACTION PHYSICS:
Player doesn't CREATE distraction condition or manipulate environment. Merith's movement pattern is pre-scripted game loop—Brandon must ADAPT to it, not cause it. The puzzle tests OBSERVATION → MEMORY → REPRODUCTION chain, not environmental manipulation or timing-based NPC state change.
POTENTIAL IMPLEMENTATION VARIANTS:
This chase structure could easily be a Pattern Learning if marble-catching mechanics applied elsewhere (e.g., "catch other escaping sprites using same path-follow rule"). But in LK1's context, it's single-instance observation replay: one cutscene establishes solution, one reproduction sequence succeeds.
CONNECTION TO LARGER PUZZLE CHAIN:
Marble itself feeds into METALOGIC puzzle: Silver Altar Repair at Brynn's Temple:
1. Get teardrop from Pool of Sorrows (earlier chain)
2. Heal willow tree → triggers Merith appearance
3. Chase Merith for marble (this observation replay)
4. Return marble to Brynn's temple altar
5. Place silver rose on repaired altar → activates amulet
The chase is ONE LINK in larger meta-construction, but its internal mechanic is pure observation replay.

View File

@@ -105,6 +105,71 @@ Third Visit - FINAL APPLICATION:
---
### Quest for Glory IV: Antwerp Maze → Knowledge Transfer to Monastery (QFG4)
**Setup**: Dr. Cranium's lab contains two interconnected puzzles using a bizarre antwerp-throwing device (TRAP). The maze puzzle teaches core mechanics in a low-stakes bouncing-ball format, while information gathered about hexapods transfers to a completely separate monastery puzzle days later.
<small>Source: qfg4-gamefaqs-anonymous.txt, lines 648-679 — "Use TRAP device to identify baby antwerp via yes/no questions... second TRAP use identifies hexapod → learns eats garlic (info for monastery later!)"</small>
```
LEARNING PHASE - Antwerp Maze Mechanics (Dr. Cranium's Lab, Room 2):
→ Enter bouncing room with antwerps (strange legless babies that hop constantly)
→ Use T.R.A.P. device in center room to identify target: Baby Antwerp
Rule discovered: TRAP uses elimination-based yes/no questioning
Questions asked: "Does it bounce?" → Yes; "Does it have legs?" → No; etc.
Must whittle down until only Baby Antwerp matches all answers (2 points)
→ Feed avocado to device → captures one baby antwerp successfully (2 points)
Rule discovered: Baby antwerps can be trapped via food bait
→ Enter Key Maze room with captured antwerp inside
→ Rotate maze walls to guide bouncing antwerp toward key, then exit
Rules learned:
- Antwerp bounces off walls at consistent angles (physics pattern)
- Holes send antwerp back to start (avoidance consequence)
- Rotating maze changes trajectory dynamically
- Key must be reached BEFORE final exit to complete puzzle
→ Exhaustive pattern testing required: try rotations, observe bounce outcomes,
refine mental model of reflection physics
APPLICATION PHASE 1 - Second TRAP Identification (Same location, different target):
→ Return to T.R.A.P. device, identify another creature
→ Through elimination questioning, discover HEXAPOD properties:
"Does it have six legs?" → Yes
"What does it eat?" → GARBAGE revealed as preference BUT also GARLIC mentioned
Critical knowledge gained: "Hexapods love garlic!" (2 points)
→ No immediate application of this information here—store for later
DEFERRED APPLICATION PHASE - Monastery Hexapod Encounter (~5+ days later, different location):
→ Enter monastery basement, find hexapod statue above fireplace
→ Remember TRAP identification: hexapods love garlic!
→ Use clove of Garlic on hexapod statue
→ Result: Statue's aggression neutralized, can approach without harm
→ Click Hand on right side of fireplace → discovers secret passage to basement (6 points)
Why It's Pattern Learning / Knowledge Transfer:DOMAIN TRANSFER BETWEEN PHYSICALLY SEPARATED PUZZLES:
Learning domain = Dr. Cranium's lab with TRAP device and antwerp maze
Application domain 1 = Same TRAP device but different creature (hexapod info extraction)
Application domain 2 = Completely separate monastery building, days later
MECHANICAL CONSISTENCY:TRAP device uses identical yes/no elimination mechanic for both creatures.
Information gathered in low-stakes lab puzzles has HIGHER-STAKES application at monastery:
without garlic knowledge, player either can't progress or takes damage trying to approach aggressively.
THE KEY DIFFERENCE FROM INFORMATION BROKERAGE:Not "NPC A tells you info NPC B needs" (brokerage)
but rather "Player discovers rule/mechanic/knowledge in Domain A that solves problem in Domain B."
The TRAP device doesn't GIVE information—it enables PLAYER to extract knowledge through mechanical interaction,
then player must remember and apply it across significant spatial/temporal separation.
EXHAUSTIBLE RULE SPACE:Antwerp maze has finite physics system (bounce angles, hole penalties, key/exit sequence)
TRAP questioning has binary branching tree with exhaustive answer combinations
Both are COMPLETE systems fully learnable before application required
```
<small>Cited from: qfg4-gamefaqs-sac.txt:2210-2235, qfg4-gamefaqs-anonymous.txt:648-728</small>
---
## Key Identifiers
1. **Same mechanic, different skin**: Not "I learned to make Largo's curse" but "I learned the voodoo doll system"
@@ -290,3 +355,458 @@ REPEAT for all 4 small tiles using same compound rule.
**Distinction from Symbol Code Translation**: Player isn't translating static visual codes to separate interface actions (Bible → chessboard). Instead, they're operating a UNIFIED MECHANICAL SYSTEM where examining components reveals the system's operational logic. The wheels ARE the solution space; the tiles ARE validation gates for wheel states discovered through iterative experimentation.
---
### Simon the Sorcerer: Magic Word Learning and Witch Duel Application (SIMON)
**Problem**: The Witch challenges Simon to a magical duel but will not let him attempt it unless he becomes an official wizard first. Becoming a wizard requires learning magic words—taught by a talking tree in exchange for removing paint. Once learned, the exact same magic word system is then applied in combat against the witch.
<small>Source: walkthroughs/simon1/simon1.txt, lines 827-863 — "Simon still needs to learn some magic words... Go to the Tree, four screens east of the Dragon's Cave. It promises to teach you the words if you help it [remove paint]. Return to the tree with White Spirit from shop, use on pink splodge → learns four magic words: Alakazam=snake, Hocus Pocus=cat, Sausages=dog, Abracadabra=mouse."</small>
<small>Source: walkthroughs/simon1/simon1_3.txt, lines 226-245 — "The duel is a weird match. Using the magic words taught to you by the tree, you morph into various animals... Dog beats snake, snake beats cat, and cat beats dog. Don't use the mouse in the duel, because the mouse always loses."</small>
```
LEARNING PHASE (Domain A - Talking Tree Tutorial):
PHASE 1A - Discovering the Magic Word System Exists:
→ Navigate to tree located four screens east of Dragon's Cave
→ TREE DIALOGUE: "I can teach you magic words if you help me"
→ Player learns: Magic words exist as gameplay mechanic (previously unknown)
PHASE 1B - Learning Prerequisite Mechanic (White Spirit Acquisition):
→ Tree requirement stated: "Remove the pink paint stain on my bark"
→ Player must determine: How do you remove paint from a tree?
→ HYPOTHESIS GENERATION: White spirit = paint thinner in real world logic
→ Execute: Buy white spirit from village shop with previously-earned gold coins
PHASE 1C - Word-Mapping Discovery (The Rule Set):
→ After cleaning tree with white spirit → Tree teaches four magic words and their effects:
WORD 1: "Alakazam" → Simon transforms into SNAKE
WORD 2: "Hocus Pocus" → Simon transforms into CAT
WORD 3: "Sausages" → Simon transforms into DOG
WORD 4: "Abracadabra" → Simon transforms into MOUSE
RULE EXPLANATION PROVIDED BY TREE:
→ Tree explains animal hierarchy: "Dog beats snake, snake beats cat, cat beats dog"
← Critical detail: MOUSE ALWAYS LOSES (explicit warning)
Complete rule set now learned and documented by player.
APPLICATION PHASE (Domain B - Witch's Magical Duel):
PHASE 2A - Gaining Access to Duel Context:
→ Navigate to Witch's Cottage
→ Attempt to take broomstick → Witch challenges Simon to duel
→ WITCH CONDITION: "Only wizards can duels with me"
→ Player must first complete staff acquisition chain (become wizard at pub, separate plotline)
PHASE 2B - Applying Learned System in Combat Context:
→ Once wizard status granted, rematch initiated
→ Same magic word system NOW applied under stakes:
DUEL MECHANICS (Five rounds, best of five wins):
ROUND STRUCTURE:
1- Witch selects animal form via dialogue choice (randomized by game)
2- Player responds by selecting counter-form using learned words
3- Combat resolution calculated per tree's stated rules
EXAMPLE ROUND EXECUTION:
Witch chooses CAT form → says "Hocus Pocus!" (from same word set as player learned)
Player MUST KNOW: What beats cat? → SNAKE (per tree's rule teaching)
Player executes: SAY "Alakazam" → transforms to snake → wins round
COMBAT DECISION TREE (Applying Learned Rules):
- IF witch = DOG → respond with CAT ("Hocus Pocus")
- IF witch = SNAKE → respond with DOG ("Sausages")
- IF witch = CAT → respond with SNAKE ("Alakazam")
CRITICAL AVOIDANCE RULE (Learned from Tutorial):
Abracadabra/MOUSE is NEVER a winning response. Choosing it grants point to Witch automatically.
Player who learned tutorial well knows: "Never use mouse form in combat."
TIE-BREAKER MECHANIC:
→ If score tied after five rounds → game continues until tie broken
→ Same rules apply, no new mechanics introduced
→ Player must maintain word mapping under extended pressure
POST-DUEL PLOT DEVICE (Mouse Form Utility):
After winning duel, Witch transforms into DRAGON and attacks.
SOLUTION: Use "Abracadabra" → become mouse → escape through mouse hole in wall
This is where MOUSE form becomes useful—but NOT as combat mechanic,
instead as ESCAPE MECHANIC. The tutorial taught all transformations have some valid use,
even if some are combat-ineffective.
WHY IT'S PATTERN LEARNING / KNOWLEDGE TRANSFER:
IDENTICAL RULE SYSTEM IN BOTH DOMAINS:
Domain A (Tree Tutorial): "Dog beats snake, snake beats cat, cat beats dog" + word mappings
Domain B (Witch Combat): Exactly same rule set applies during five-round duel
PLAYER MUST RECOGNIZE: The system hasn't changed; only context shifted from
friendly teaching environment to competitive combat. The magic words don't work differently
against the witch—they're the EXACT SAME transformations with the EXACT SAME hierarchy rules.
EXHAUSTIVE RULE DISCOVERY IN TUTORIAL:
All four word→animal mappings are revealed upfront during tree interaction.
Hierarchy rules explicitly explained by tree character.
This differs from combat puzzles where you "learn through fighting" (try sword attack,
learn it doesn't work). Here the tutorial provides complete system knowledge before
combat begins—if player succeeded in learning tree phase, they know everything needed to win duel.
DOMAIN TRANSFER EVIDENCE:
The Tree explicitly warns: "Don't use mouse in combat—it always loses."
This is TUTORIAL→APPLICATION ADVICE that applies only if player recognizes:
"The tree's rules about animal hierarchy apply to this witch duel!"
Player who treats them as separate puzzles might waste time trying all four words randomly.
Player who recognizes knowledge transfer knows immediately: Never choose mouse form.
STOCHASTIC ELEMENT DOES NOT AFFECT MECHANICS:
Witch chooses animal randomly each round (per walkthrough notes).
This does not change UNDERLYING RULE SET—same hierarchy governs resolution regardless of choice.
Randomness adds challenge but does NOT create new mechanic. Player still applies:
"If opponent = X, response = Y" where X and Y come from fixed 4-element set taught in tutorial.
FAILURE AS KNOWLEDGE GAP IDENTIFICATION:
Losing rounds reveals player's knowledge gap, not mechanical complexity:
- Lose because you forgot which animal witch chose → memory failure
- Lose because you picked wrong counter → rule application failure
- Lose because you chose mouse → ignored tutorial advice
None of these are "complex puzzle mechanics." They're pure knowledge retention/application tests.
Player who took notes during tree phase should be able to replay those notes verbatim in duel.
DISTINCTION FROM COMBAT MINI-GAMES:
Unlike Monkey Island swordfight where player must discover insult/retort pairings,
Simon's magic system is EXPLICITLY TAUGHT before combat begins. Player receives all rules
as dialogue from NPC tree—not hidden mechanics uncovered through experimentation.
This makes Pattern Learning rather than combat-discovery: The tutorial phase isn't "practice"
combat—it's receiving the solution manual that applies DIRECTLY to actual combat phase.
```
**Why It's Pattern Learning**: The Talking Tree provides exhaustive system teaching (all four word mappings, all three hierarchy rules, explicit warning about useless mouse option).
---
### Legend of Kyrandia: Royal Bell Musical Sequence Puzzle (LK1)
**Problem**: In a bedroom on the west side of Castle Kyrandia's second floor, Four bells mounted on a stand produce different musical notes when struck. Player must discover the correct striking sequence to reveal a hidden golden key behind a painting. This is the only source of one of two keys needed for the great hall doors—critical path item with no alternative acquisition method.
<small>Source: classicgamesparadise_walkthrough.html, lines 323-324 — "If you strike the bells in the correct order, the last gold key will be revealed behind the painting. The correct order is Do, Fa, Mi, Re, or green, white, gold then blue."</small>
<small>Source: bonny_ploeg_walkthrough.html, line 78 — "Number the bells 1 to 4 from left to right, play 4 1 2 3 to move the painting up and take the golden key."</small>
```
LEARNING PHASE: No explicit tutorial—discovery through environmental observation or trial/external reference
CONTEXTUAL SETUP:
→ Player reaches Castle Kyrandia after completing Faeriewood potions and retrieving Royal Chalice
→ Second floor bedroom accessible ONLY AFTER using yellow healing gem on Herman (sleep spell)
→ Bell stand found in westernmost room, four bells of different colors/materials
PATTERN DISCOVERY MECHANICS:
OPTION 1 - Trial and Error with External Save/Load:
Step 1 → Save game before first bell interaction
Step 2 → Strike arbitrary sequence (e.g., all bells one at a time)
Step 3 → Observe result: nothing happens / wrong sequence feedback
Step 4 → Reload save, try different permutation
Step 5 → Repeat until correct sequence discovered
OPTION 2 - External Knowledge/Walkthrough Consultation:
Player learns from guide: "Do Fa Mi Re" = scale positions mapped to bells 1-4
OPTION 3 - Color Sequence Mapping (Visual Pattern):
Walkthrough provides alternative notation: "green, white, gold, blue" = physical bell colors
Player translates color sequence to left-to-right numeric positions
CRITICAL CONSTRAINT - ONE CHANCE OR SAVE REQUIRED:
The walkthrough doesn't explicitly state whether WRONG sequences fail permanently or allow re-attempts. Based on LK1's general design patterns and similar puzzles in the game (birthstone altar consumes items), it's LIKELY that:
- Either: Each wrong attempt RESETS the bells to neutral state allowing retry
- Or: Wrong sequence locks the puzzle requiring reload/backtrack
This creates HIGH STAKES application—single failure may mean losing progress to earlier save point.
PATTERN STRUCTURE ANALYSIS:
MUSICAL SCALE AS RULE SET:
- "Do Re Mi Fa" = basic solfège scale, universally recognized pattern
- Correct sequence is do → fa → mi → re (positions 1 → 4 → 2 → 3 by standard ordering)
- This is REVERSE CHROMATIC ORDER—intentional deviation from expected 1-2-3-4
COLOR AS ALTERNATIVE NOTATION SYSTEM:
- Green = Do (position 1?) OR position 4 if reverse mapping used
- White = Fa (position 4 in numeric order, but walkthrough says "4 1 2 3")
- Gold/Brown = Mi (position 2)
- Blue = Re (position 3)
TWO COMPETING NOTATION SYSTEMS create ambiguity:
- Classicgamesparadise: "green, white, gold, blue"
- Bonny Ploeg: "4 1 2 3 left-to-right numeric order"
These appear to BE THE SAME SOLUTION expressed differently. Translation required:
If bells are numbered L→R as 1-2-3-4, and solution is 4-1-2-3, then:
- Bell 4 (rightmost) = first struck = white = Do? [contradiction - see below]
[NOTE: Walkthrough discrepancy may indicate multiple valid solutions OR conflicting sources]
WHY IT'S PATTERN LEARNING:
NO EXPLICIT TUTORIAL PHASE EXISTS IN THIS SPECIFIC INSTANCE.
However, the puzzle QUALIFIES as Pattern Learning by this definition:
1. LEARNED RULE SYSTEM FROM EXTERNAL DOMAIN:
- Solfège musical scale knowledge assumed or acquirable
- Color-to-note mapping requires pattern recognition skill
- Player learns (somehow) that sequence matters, not individual actions
2. APPLICATION UNDER CONSEQUENCES:
- Wrong sequence = failure (painting doesn't move, key inaccessible)
- Single source of critical item—no alternate acquisition path exists
- Failure may require save/reload OR complete backtracking if locked state
3. IDENTICAL MECHANICS TO LK1'S FLUTE PUZZLE:
The Serpent's Grotto ice-shattering requires playing a HIGH NOTE on flute.
This is SIMPLIFIED version—just "play high pitch" without full sequence.
Both puzzles use MUSIC AS LANGUAGE with discoverable rule set.
DISTINCTION FROM OBSERVATION REPLAY:
Observation Replay would be: WATCH someone play bells correctly, then reproduce EXACTLY what was observed. Here, NO demonstration is provided within game. Player must derive pattern through experimentation or external knowledge—no single viewing to memorize.
The "learned" element comes from PATTERN DISCOVERY (recognizing scale/music/color system applies) not MEMORY RETENTION (reproduce what was seen once).
DISTINCTION FROM SYMBOL CODE TRANSLATION:
Symbol Code Translation = visual puzzle where symbols on object A directly TRANSFER TO INTERFACE B (e.g., glyphs on statue → matching glyph buttons on door, same shape must go in same-shaped slot). Here, bells have NO VISUAL SYMBOLS transferring—just abstract color or positional identifiers. The "code" is musical scale knowledge, not visual symbol matching.
COMPARISON TO MI1'S SWORDFIGHT:
Both require discovering rule sets that map inputs → outputs correctly under pressure. Swordfight = insults/retorts; Bells = sequence/ordering. Both have single-failure-consequences (Sword Master fight loses immediately if wrong retort used too many times).
```
---The Witch duel then applies that exact same system unchanged in a higher-stakes context. Success depends entirely on recognizing the context shift while maintaining mechanical fidelity—the combat is just a test of remembered knowledge from tutorial domain, not new discovery.
**Comedy Element as Justification**: The absurdity of "Sausages = dog transformation" delivers humor while maintaining logical consistency (words are arbitrary triggers, hierarchy follows rock-paper-scissors). Player laughs at the mapping but must treat it seriously in combat—comedy doesn't break mechanics, it flavors them.
### Gabriel Knight 1: Loa Machine Cipher Translation System (GK1)
**Problem**: After obtaining Voodoo Code Page 1 from the conclave (Marie Laveau's tombstone symbols), Magenta at Moonbeam Books tests Gabriel with her "Loa Machine"—a cipher translation framework. The system teaches symbol-to-letter mapping rules that must then be applied to decode Voodoo Code Page 2 discovered later at the Second Conclave.
<small>Source: justadventure_walkthrough.html, lines 906-923 — Loa machine translates symbols to letters; Page 1 decoded first</small>
```
LEARNING PHASE (Voodoo Code Page 1 Translation via Loa Machine):
Step A → Visit Magenta at Moonbeam Books residence in French Quarter
<small>Source: line 906 — "From inventory, show Magentia your Voodoo Code and ask her to decipher it. But she won't 'For outsiders' such as Gabriel"</small>
Step B → Ask to be tested with her "Loa Machine"
- She agrees after persuasion
- Machine functions as CIPHER DECODER tool
Step C → Voodoo Code Page 1 displayed on screen:
- Left side: Symbol grid (voodoo pictograms)
- Right side: Blank letter slots beneath each symbol
Step D → TRANSLATION RULES DISCOVERY THROUGH EXPERIMENTATION:
Each voodoo symbol corresponds to ONE English letter
Letters appear beneath symbols in specific positions
Step E → COMPLETE DECODED MESSAGE (Page 1):
"DJ CONCLAVE TONIGHT BRING F WET KASH"
<small>Source: line 920 — "Look at the Voodoo Code in inventory. Now, beneath each of the symbols is a letter..."</small>
Translation breakdown:
DJ → likely abbreviation/name
CONCLAVE TONIGHT → meeting timing directive
BRING F WET KASH → cryptic instruction (F=French? Wet=wet ingredients? Kash=cash?)
FRAMEWORK ESTABLISHED:
Rule Learnt: Symbol-to-letter mapping follows consistent cipher
Once one symbol is decoded, same symbol elsewhere = same letter
Position within message matters (symbols maintain relative spacing)
---
APPLICATION PHASE (Voodoo Code Page 2 - Same Rules Apply):
Step F → Return to conclave aftermath (after Crash death scene)
- New coded message appears on wall/floor at crime scene
<small>Source: line 998 — "take your sketchbook and copy the new coded message you now have Voodoo Code Page 2"</small>
Step G → Acquire Voodoo Code Page 2 via sketchbook documentation
- OLD ITEM renamed: "Voodoo Code" → "Voodoo Code Page 1"
- NEW item created: "Voodoo Code Page 2"
Step H → COMBINE Pages in Inventory:
Action: Select both Page 1 and Page 2 together
Result: Game AUTOMATICALLY applies translation framework from Page 1
New composite item created: "Voodo Code" (merged translation)
<small>Source: lines 999-1000 — "In inventory, the coded message that Magentia translated has been renamed from Voodoo Code to Voodoo Code Page 1...combining Voodoo Code Page 1 and Voodoo Code Page 2 in inventory and obtaining the single item Voodoo Code"</small>
CRITICAL MECHANIC:
- Player doesn't manually decode Page 2 symbol-by-symbol
- Instead, player COMBINES items → game applies SAME cipher rules automatically
- The "learning" was discovering that symbol→letter mapping is consistent
- The "application" is trusting the framework transfers to new instance
WHY IT'S PATTERN LEARNING:
1. TUTORIAL DOMAIN (Page 1): Low stakes—decode with Magenta's help via Loa Machine
2. APPLICATION DOMAIN (Page 2): Higher stakes—independent discovery, no helper available
3. IDENTICAL RULES APPLY: Same cipher framework works for both pages
4. NO NEW DISCOVERY NEEDED: Player recognizes "this is same system as before"
DISTINCTION FROM SYMBOL CODE TRANSLATION:
- SCT would be: Symbol A on artifact → Shape match on interface button
- PL here is: Learn cipher framework once (symbol→letter), apply to new MESSAGE instances
- The framework transfers; individual symbols may repeat across pages
COMPARISON TO MI1 SWORDFIGHT:
Similarities:
- Train with low-stakes examples (roaming pirates / Magenta tutorial)
- Apply same rules to high-stakes final (Sword Master / crime scene decoding)
Differences:
- Swordfight = active combat mini-game
- Voodoo Code = passive translation using learned framework
ESCALATION PATTERN:
Page 1 → Safe decode with NPC assistance → Framework understood
Page 2 → Independent application → Same rules reveal plot-critical information
```
<small>Cited from: justadventure_walkthrough.html:906-1000</small>
---
### Leshy Riddle Progression (QFG4) - German Folklore Pattern System
**Problem**: The Hero encounters a mischievous forest spirit (Leshy) who demands knowledge demonstration before offering assistance. Six riddles must be answered sequentially, but each answer is GATED by completing unrelated quests—the system teaches that "knowledge" in this game means "completing activities that provide knowable information."
<small>Source: qfg4-gamefaqs-sac.txt, lines 3179-3210 — "You cannot answer a riddle correctly until your character has the knowledge... Q: Who am I? A: 'Leshy' (Found in Hero's Magazine in Adventurer's Guild)"</small>
```
LESHY RIDDLE SYSTEM - COMPLETE PROGRESSION:
RIDDLE 1: Identity (Simple Knowledge)
Question: "Who am I?"
Answer Required: "Leshy"
How to Learn: Read Hero's Magazine on bookshelf in Adventurer's Guild
Pattern Established: Folklore knowledge = answer ability [2 points]
---
RIDDLE 2: Plant Quest Integration (Action-Knowledge Bridge)
Question: "Save a plant from goo."
Answer Required: "Bush"
Knowledge Gate: Must have completed separate bonsai bush rescue
- Go to Squid Stone area
- Use Force Bolt on rocks blocking bush
- Cast Fetch spell to retrieve Bush
- Answer riddle with correct response
- Then transplant bush to Erana's Garden
Pattern Addition: Riddles gate other quests; completing quests enables riddle answers [2 points]
---
RIDDLE 3: Exploration Verification
Question: "Who's in the lake?"
Answer Required: "Rusalka"
Knowledge Gate: Visit Lake Mordavia, interact with Rusalka at least once
Pattern Addition: Knowledge = exploration completion, not just reading [2 points]
---
RIDDLE 4: Narrative Connection (Folklore to Character)
Question: "Who hides behind 'trick sticks'?"
Answer Required: "Baba Yaga"
Knowledge Gate: Either visit Baba Yaga's hut OR speak with Punny Bones about her
Pattern Addition: Recognize folklore references applied to in-game characters [2 points]
---
RIDDLE 5: Multi-Stage Quest Gate (Elderbury Pie Chain)
Question: "A berry bush with attitude?"
Answer Required: "Elderbury Bush"
Knowledge Gate: COMPLETE Baba Yaga's Elderbury Pie quest:
1. Buy/obtain Pie Pan from General Store
2. Collect Grue Goo in Empty Flask at Squid Stone area
3. Make Bonemeal (find Bone, grind in mortar at Baba Yaga's, collect)
4. Force Bolt Elderbury Bush to dislodge berries, Fetch the branch
5. Combine all four items → Elderbury Pie
6. Return pie to Baba Yaga via her laser-skulls oven
Pattern Addition: Some riddles gate major quest chains; completion = answerable [2 points]
---
RIDDLE 6: Spell Acquisition Dependency (Heart Ritual)
Question: "What does the Faery Queen want?"
Answer Required: "Staff" (referring to Erana's Staff)
Knowledge Gate: Must possess Ritual of Release spell
- Granted by Faeries after bush planted in Riddle 2
- Connect spell's purpose (freeing Staff from its rock base) to Faerie Queen's desires
Pattern Addition: Most difficult riddles gate both quest completion AND magic progression [2 points]
---
WHY THIS IS PATTERN LEARNING:
THE RULE SYSTEM is IDENTICAL across all six riddles and must be recognized/applied exhaustively:
CORE PATTERN (Applied Every Time):
1. Leshy asks riddle question about element X
2. Player checks: "Have I completed activity that teaches me about X?"
3. If YES → game allows selecting correct answer from dialogue tree
4. If NO → game rejects attempt, must go complete prerequisite activity
5. Return to Leshy, same interface, apply newly acquired knowledge
CRITICAL DISTINCTION FROM MULTI-FACETED PLAN:
In Multi-Faceted Plan (like gathering 4 items for Baba Yaga's pie itself):
- Each requirement is different TYPE of acquisition
- Items gathered independently in any order
- Solution = synthesis at the end (combine ingredients)
In this Leshy riddle system:
- All six requirements are SAME TYPE: "gain knowledge"
- Each riddle shares IDENTICAL solution mechanic: "check completed activities → answer from dialogue"
- Progression is LINEAR and GATED, not independent
- The pattern isn't synthesis—it's RECURSIVE APPLICATION of "knowledge = completion"
The system teaches once (Riddle 1: read magazine = know answer), then applies identical rule five more times with escalating complexity. Domain A (simple reading) = tutorial for Domain B (multi-stage quest chains), but MECHANIC never changes.
```
<small>Source: qfg4-gamefaqs-sac.txt, lines 3206-3210 — "Now, getting the bush for the Leshy... Cast Force Bolt at the rocks to bust them up, then cast Fetch to snag the Bush itself (15). Now that you have the Bush, go back to answer the Leshy's riddle, then go to Erana's Garden and plant it (6)"</small>
---

View File

@@ -0,0 +1,107 @@
# Predator Chase Escape Puzzle
**Information Architecture**: A relentless pursuer NPC (often an armored antagonist) hunts the player through hostile environments. The environment itself contains natural or artificial hazards that can be exploited to eliminate or deter the attacker. Information about escape routes and environmental traps comes from direct observation during chase sequences.
**Player Action Pattern**:
1. Recognize pursuit state initiated by antagonist appearance
2. Navigate toward known dangerous zones (environmental hazards)
3. Position self safely while luring pursuer into hazard
4. Trigger hazard to defeat/delay pursuer
5. Collect rewards or items dropped by defeated pursuer
**Core Mechanic**: The player cannot directly confront the enemy; victory requires redirecting environmental danger toward the pursuer, exploiting the antagonist's inability to recognize terrain-based threats.
## Variations
| Variation | Pursuit Type | Trap Method | Example |
|-----------|--------------|-------------|---------|
| **Natural Hazard** | Unavoidable hunter NPC | Biological trap (predatory flora/fauna) | SQ3 Phleebhut pods |
| **Constructed Trap** | Persistent pursuer | Mechanical devices, environmental hazards | Generic adventure games |
| **Time-Based Retreat** | Countdown timer | Reach safe zone before deadline | Timed escape sequences |
---
## Game Examples
### SpaceQuest III: Arnoid Pursuit and Pod Trap (Phleebhut) (SQ3)
**Problem**: After landing on Phleebhut, Roger Wilco is hunted by the "Arnold" — a relentless robotic terminator with superior combat capabilities. Direct confrontation guarantees death. The only escape requires luring the Arnold into carnivorous hanging pods that populate a specific cave area and harvest their bounty (invisibility belt) from the defeated machine.
<small>Source: gamefaqs-tricrokra-archive.html, lines 376-382 — "Well, it'll take awhile before he finds you... Now the Terminator will catch you."</small>
<small>Source: the-spoiler-walkthrough.html, lines 89-97 — "The Arnoid will show up. Luckily, he is in a good mood and will give you a small amount of time to run away."</small>
```
CHASE INITIATION PHASE:
Step 1 - Purchase Required Items (Pre-Chase Preparation):
Command Sequence: Enter World o' Wonders → SELL Gem → BUY Orat on a stick → BUY Underwear → BUY Hat
Citation: gamefaqs-tricrokra-archive.html, lines 393-401 — "= Sell the gem... = Buy Orat on a stick = Buy the chicken hat = Buy the thermoweave underwear"
Critical: Must sell gem for enough buckazoids to afford all three items. The Orat is specifically required for extracting the invisibility belt post-defeat.
CHASE EXECUTION PHASE (Two methods; only one reliably succeeds):
UNRELIABLE METHOD - Hook Grab Attempt:
Navigation: Go west twice → Enter building → Up elevator → When Arnold gets close, grab hanging hook
Success Rate: Low; sometimes fails entirely
Point Award: Minimal (less than alternative method)
Citation: gamefaqs-tricrokra-archive.html, lines 406-411 — "go west, enter the building go up the elevator and grab the hook when the Terminator gets close. This method gets you less points though, and does not always work."
RELIABLE METHOD - Carnivorous Pod Trap:
Step A - Lead Pursuer to Trap Zone:
Command Sequence: South x3 → East → Enter cave with hanging pods
Citation: gamefaqs-tricrokra-archive.html, lines 413-417 — "= Exit south x3"
Step B - Position for Safe Harvest:
Positioning Instruction: Stand BEHIND the carnivorous pods but NOT directly underneath them
Critical Constraint: The "things-in-the-cave" will kill Roger if he enters beneath them while Arnold is present. Standing behind (not under) keeps player safe while Arnold passes through danger zone.
Citation: gamefaqs-tricrokra-archive.html, lines 416-420 — "= Stand in the cave behind the 'things' and wait for the Terminator to come it'll get eaten by the 'things.'"
Step C - Wait for Trap Activation:
Mechanism: Carnivorous pods have independent detection system that triggers when humanoid (Arnold) enters kill zone but does not detect Roger unless he is directly below.
Outcome: Arnold is captured and consumed; Roger emerges unharmed from protected position.
Step D - Extract Invisibility Belt:
Prerequisite: ORAT ON A STICK in inventory (purchased earlier on Phleebhut)
Command: USE ORAT on defeated Arnold's remains
Reward: INVISIBILITY BELT acquired
Citation: gamefaqs-tricrokra-archive.html, line 421 — "= Use the Orat on a stick to get the Terminator's invisibility belt"
Failure Modes:
- If player returns to ship while being pursued → Arnold catches and kills Roger instantly (game over)
Citation: gamefaqs-tricrokra-archive.html, lines 418-420 — "DON'T GO TO YOUR SHIP. If you go there, you'll be killed."
- If Arnold fails to follow player into pod cave area → may need to exit and re-enter or check west path
Note: Sometimes the Terminator simply won't come; player must avoid ship until pursuit is resolved
```
**Why It's Predator Chase Escape (New Type)**:
This represents a distinct puzzle category because environmental hazards serve as the *only* defeat mechanism, and timing/positioning both matter. Roger must: (1) survive during escape, (2) successfully guide pursuer through narrow corridor to trap zone without entering danger himself, (3) exploit the specific mechanical weakness of Arnold (cannot see pod danger, unlike player). The three-phase structure—preparation → chase → harvest—is unique from Observation Replay or other pursuit mechanics.
**Information Discovery**: Partial trial-and-error during escape. The walkthrough warns that:
- One method ("hook grab") is unreliable and yields fewer points
- The second method (pods) is the only guaranteed success path
- Environmental positioning (behind vs under pods) is critical for survival
This requires both environmental intelligence (knowing what pods do) AND tactical retreat execution (luring without being caught).
**Distinction from Distraction Physics**: Unlike distraction physics where NPCs are diverted by manipulating their environment or attention, predator chase requires the player to also navigate while pursued. The Arnold follows Roger directly; there's no "making him watch something else"—only escape and trap activation exists as valid strategies.
---
## Related Types
| Type | Similarity | Distinction |
|------|------------|-------------|
| **Timed Consequence Puzzle** | Both involve urgent avoidance of death state | Timed consequence has explicit story deadline; predator chase has immediate pursuit mechanic with no timer UI |
| **Distraction Physics** | Both manipulate environment to bypass blocked path | DP: distract NPC attention; Predator Chase: literally hide while enemy hunts you through terrain |
| **Observation Replay** | May require memorizing safe positions/routes during initial observation | OR: watch sequence once, replay later; Predator Chase: active pursuit without prior "viewing phase"—must act during hunt |

View File

@@ -0,0 +1,127 @@
# Repair Chain Construction Puzzle
**Information Architecture**: Player discovers repair requirements through direct examination of broken system states. Missing components must be found and integrated in a specific sequence where each component's installation enables progression to the next step. The ship cannot function until ALL required parts are installed; partial repairs yield no progress.
**Player Action Pattern**:
1. Examine non-functional systems → identify what's broken/missing
2. Locate missing components through environmental search
3. Install components in required sequence (reactor → wires → engines)
4. Test system functionality after installation
**Core Mechanic**: The ship is a collection of interdependent failure states—each system cannot be repaired until its prerequisite systems are fixed, creating a linear dependency chain where the player must discover both *what* parts are needed and *where* to find them.
## Variations
| Type | Dependency Structure | Example |
|------|---------------------|---------|
| **Sequential Chain** | A→B→C (must complete in order) | SQ3 Ship Reactor installation |
| **Parallel Requirements** | A+B+C (order irrelevant) | Multi-faceted plan variants |
| **Conditional Branching** | Different paths based on available components | Complex crafting systems |
---
## Game Examples
### SpaceQuest III: Escape Pod Repair Chain (SQ3)
**Problem**: Roger Wilco awakens in his escape pod aboard a garbage freighter. The ship is non-functional—it lacks a reactor, proper wiring, and an engine. Each component must be located separately throughout the ship's hazardous environments and installed in sequence before he can escape.
<small>Source: gamefaqs-tricrokra-archive.html, lines 256-260 — "Now to get outta here..."</small>
<small>Source: the-spoiler-walkthrough.html, lines 63-70 — "South. East. Stand near the bucket conveyor and you will be taken up. 'Stand'. 'Jump'."</small>
```
PHASE 1 - COMPONENT ACQUISITION (Order discovered through exploration):
COMPONENT A: WIRES
Location: Tube passage in garbage scow
Acquisition Method:
- Exit east → west twice → south → east
- Climb down to tube with rat
- Rats steal all items EXCEPT reactor initially; reroute search
Command: GET WIRE
Citation: gamefaqs-tricrokra-archive.html, line 263 — "= Get the wires"
COMPONENT B: REACTOR
Location: Basement/lower level of garbage scow (west wall)
Acquisition Method:
- Enter tube, climb down to basement
- Rats attack and steal all inventory except reactor
- Must re-enter after rat attack to retrieve lost items
- Climb ladder back up after acquiring reactor
Command: GET REACTOR
Citation: the-spoiler-walkthrough.html, line 69 — "'Get reactor'"
COMPONENT C: ENGINE
Location: Upper conveyor system, requires grabber cart manipulation
Acquisition Method:
- Use grabber cart and move to correct position above engine chute
- "Move about half-way across this screen and type 'push button'"
- Claw mechanism picks up green engine object (trial-and-error positioning)
Citation: the-spoiler-walkthrough.html, lines 76-80 — "Move the grabber above the middle chute... The claw should come out of the grabber which will pick up the green object."
COMPONENT D: LADDER
Location: After sliding down middle chute near entrance to rat pit
Acquisition Method:
- Exit scow area and climb ladder back up
- Retrieve ladder that leads to ship entrance
Command: GET LADDER
Citation: gamefaqs-tricrokra-archive.html, line 328 — "= GET THE LADDER (80)"
PHASE 2 - INSTALLATION SEQUENCE (Must follow this order):
STEP 1 - Position Ship for Access
Action: Navigate to the front of ship where green engine was deposited
Citation: gamefaqs-tricrokra-archive.html, lines 295-300 — "Exit east... Move to the front and press the button to release the engine."
STEP 2 - Climb onto Ship Exterior
Prerequisites: LADDER in inventory
Command: USE LADDER → CLIMB → OPEN HATCH
Citation: gamefaqs-tricrokra-archive.html, lines 340-344 — "= USE LADDER = CLIMB = OPEN HATCH = SIT"
STEP 3 - Install Reactor
Prerequisite: REACTOR in inventory, hatch interior accessible
Command: USE REACTOR
Citation: the-spoiler-walkthrough.html, line 87 — "'Put reactor in hole'"
STEP 4 - Install Wiring
Prerequisite: WIRES in inventory, reactor installed (power needed for electronics)
Command: USE WIRE
Citation: the-spoiler-walkthrough.html, line 87 — "'Put wires in hole'"
STEP 5 - Initialize Engine Systems
Prerequisite: ENGINE was dropped into ship hold earlier; now power available
Command: SIT → LOOK SCREEN → Select "1" for Engines
Citation: gamefaqs-tricrokra-archive.html, lines 346-350 — "Choose 1. Engines"
STEP 6 - Activate Shields and Weapons (Optional but recommended)
Command: Choose 8 for Weapon System → F for Front shields → Press space to fire
Citation: gamefaqs-tricrokra-archive.html, lines 352-354 — "= Choose 8... = Press space (Fire)"
STEP 7 - Escape Planet
Prerequisites: All systems operational
Command: Look Screen → 2 (Navigation) → 1 (Scan) → 2 (Set Course to Phleebhut) → 5 (Light Speed) → 3 (Land)
Citation: gamefaqs-tricrokra-archive.html, lines 362-370 — "= Choose 2. Navigation System = Choose 1. Scan"
```
**Why It's Meta-Puzzle Construction (Not Multi-Faceted Plan)**:
This is a repair chain where each component installation enables the next action—without reactor power, wires cannot function; without wire connections, engine screen cannot activate. Components must be found first (parallel search phase), but installation follows linear sequence. Unlike MFP where requirements are just "all needed," here order matters due to hard dependencies: Reactor→Wires→Screen access.
**Distinction from Similar Types**:
- **Multi-Faceted Plan**: Would allow acquiring reactor, wires, AND engine in any order then installing all simultaneously. SQ3 requires sequential installation because powered systems won't recognize unpowered subsystems.
- **Meta-Puzzle Construction**: The BROKEN SHIP itself is the puzzle structure—each failed system reveals what's needed, and repairs must happen in causal order (electricity before electronics).
**Key Information Discovery Method**: Environmental examination. Looking at each broken panel/screen directly states what component is missing (e.g., "The reactor compartment is empty"). Unlike MFP's distributed NPC dialogue hints, SQ3 uses direct system interface feedback.
---
## Related Types
| Type | Similarity | Distinction |
|------|-----------|-------------|
| **Meta-Puzzle Construction** | Sequential dependency; each step enables next | SQ3 has parallel acquisition phase (find all parts) before sequential installation |
| **Multi-Faceted Plan** | Multiple requirements gathered from environment | MFP = gather then combine freely; SQ3 repair chain requires strict installation order |
| **Environmental Storytelling Discovery** | Information revealed through examining objects/breakdowns | That type focuses on narrative revelation, not mechanical repair chains |

View File

@@ -91,6 +91,148 @@ The limited action set creates specific interaction patterns:
---
### Quest for Glory III: Honeybird Feather Collection (QFG3)
**Problem**: To obtain Dispel Potions from Apothecary Salim, player must collect a Honeybird Feather as one of four rare ingredients. The Honeybird is protected by killer bees and will not drop its feather through direct approach—it must be distracted using its favorite food while maintaining proximity.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2069-2073 — "Follow it off to the right, and it'll roost on a tree surrounded by killer bees. Put some honey on the ground nearby, and leave... Go back, and you'll see the bird in the honey. Get close, and it'll take off, but leave behind a feather. Grab it (8)."</small>
```
SENSORY PROFILE ANALYSIS:
PRIMARY SENSE EXPLOITED: GUSTATORY/FEDERAL PRIORITY (food seeking behavior)
- Honeybird naturally attracted to honey scent
- Food-seeking overrides predator avoidance instinct (bees, player proximity)
- Distraction creates collection opportunity window
SECONDARY VULNERABILITY: GUARDIAN INVERTED BEHAVIOR
- Killer bees protect the tree where Honeybird roosts
- Bees distracted by honey on ground (same stimulus that attracts bird!)
- Both predator and prey share same sensory vulnerability
EXPLOITATION CHAIN:
PHASE 1 - LOCATION AND OBSERVATION:
Step 1 → Wander Savanna screens until encountering Honeybird sprite
- Random encounter or specific map location (east screen 1)
Step 2 → Follow bird to its nesting tree
- Observation reveals killer bees circling around trunk area
PHASE 2 - DISTRACTION DEPLOYMENT:
Step 3 → USE Honey (purchased from Bazaar merchant) on ground near tree base
- Critical timing detail: must PUT DOWN honey, not feed directly
Step 4 → LEAVE immediate area (exit screen by walking away)
- Player absence critical: bird won't approach while player present
PHASE 3 - RETURN DURING DISTRACTION WINDOW:
Step 5 → Re-enter tree location after brief delay
- Visual confirmation: Honeybird sprite now eating honey on ground
- Killer bees still occupied with exposed honey
- Window of opportunity created (both threats distracted)
PHASE 6 - ITEM COLLECTION AT RISK:
Step 6 → APPROACH CLOSER to bird while it's feeding
- Bird takes flight when noticing player approach (distraction ends)
- CRITICAL MECHANIC: Flying animation causes loose feather drop
Step 7 → QUICKLY TAKE Feather from ground before it disappears
- Single-item collection with no combat possible
WHY IT'S SENSORY EXPLOITATION (Not Combat or Fetch):
GUSTATORY VULNERABILITY TARGETED:
Bird's attraction to honey is a specific sensory drive exploited. Player never fights or captures bird—uses its own appetite against it to create non-confrontational access window.
SHARED VULNERABILITY ACROSS SPECIES:
Both Honeybird AND killer bees respond identically to same stimulus (honey). This elegant design means player applies ONE item to neutralize two threats simultaneously through their shared perceptual weakness.
BEHAVIORAL TRIGGER NOT ITEMS-BASED TRADE:
Unlike Information Brokerage where NPC wants specific item, here the bird "wants" honey instinctively—not as negotiated exchange but as natural behavior exploited for player advantage.
TIMING DEPENDENT ON PERCEPTION CYCLE:
Window opens when bird begins eating (visual confirmation needed) → closes when bird notices approach → player must act during narrow behavioral state transition. This is SENSORY TIMING puzzle, not simple collection.
```
---
### Quest for Glory III: Meerbat Rescue at Venomous Vines (QFG3 - Class-Specific Sensory Exploitation)
**Problem**: At the Venomous Vines mound between Tarna and Pool of Peace, player must rescue a meerbat trapped by thorny vines to obtain the Fruit of the Venomous Vine (second Dispel Potion ingredient). Success requires exploiting the bat's sensory response to food AND its gratitude behavior AFTER being freed.
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2056-2064 — "Do make sure you go to the Venomous Vines area. You'll find meerbats playing around a gift, a Venomous Vine Fruit, and a Fire Opal. Take both..."</small>
<small>Source: qfg3-gamefaqs-cyricz.txt, lines 2474-2480 (Wizard) — "Taking the fruit off the Venomous Vine is as easy as casting Fetch on the vine" (alternate direct method vs rescue path)</small>
```
PERCEPTUAL VULNERABILITY LAYER 1: BAT'S VISUAL PRIORITY TO MOVEMENT/THREATS
TRAP STATE DESCRIPTION:
- Meerbat caught in thorny vines, unable to free itself
- Animal behavior shows distress signals (flapping, squeaking animations)
- Player approaches trapped creature in vulnerable state
CLASS-SPECIFIC EXPLOITATION PATHS:
FIGHTER/THIEF ROUTE - INDIRECT SENSORY EXPLOITATION:
Step A → THROW Rock at vines or USE Cutting Tool on thorns
- Creates sudden noise/movement near bat WITHOUT harming it
- Bat PERCEIVES threat reduction (vines damaged) and opportunity
Step B → BAT ESCAPES trap automatically after vine barrier broken
- Animal's sensory priority shifts from "trapped fear" to "freedom flight"
Step C → LEAVE AREA temporarily
- Critical: bat needs distance to process gratitude/recognition
Step D → RETURN to same vines mound location
- Bat returns with gifts as thank-you behavior triggered
Step E → COLLECT Venomous Vine Fruit AND Fire Opal left by grateful meerbat
WIZARD ROUTE - MAGICAL PERCEPTION OVERRIDE:
Step A → CAST Fetch spell targeting vine from distance
- Telekinetic retrieval bypasses physical entrapment entirely
- Player exploits magical perception where vines have no defense
Step B → Vine fruit pulled directly into inventory via spell effect
- No bat interaction required—pure magic solution
GRATITUDE BEHAVIOR AS SENSORY RESPONSE:
WHY BAT RETURNS WITH GIFTS:
The Meerbat recognizes the rescuer and associates player with positive outcome (freedom). Its sensory system creates a MEMORY LINK between "player presence" and "threat removal." The gratitude gift-giving is EXPLOITED by returning to location—the bat's instinct causes it to voluntarily offer valuables previously hoarded nearby.
This differs from combat loot or simple pickup because:
1. Triggered specifically by rescue action, not just visiting mound
2. Bat actively brings gifts rather than leaving them statically
3. Represents NPC-like gratitude behavior in non-intelligent creature
WHY IT'S SENSORY EXPLOITATION:
PLAYER TRIGGERS NATURAL INSTINCT:
Both paths exploit the bat's perceptual priorities—either fear→relief→gratitude emotional cycle OR magical vulnerability of plants to Fetch spell. Neither requires violence; both manipulate existing animal/plant sensory responses.
DISTINCTION FROM HONEYBIRD PUZZLE:
Honeybird puzzle: Single species with single clear vulnerability (food attraction)
Meerbat puzzle: Multi-stage response involving rescue trigger → memory formation → voluntary return with items
Both are Sensory Exploitation but Meerbat adds LAYER OF NPC-BEHAVIOR simulation to the basic sensory vulnerability model.
ALTERNATIVE WIZARD SOLUTION CONTRASTS MECHANICS:
The Fetch spell variant demonstrates CLASS-SPECIFIC implementation of same goal—Wizard's magic perception overrides physical interaction entirely, while physical classes must work through animal behavior manipulation. Same puzzle goal achieved through mechanically distinct approaches (see class-specific-ritual.md for related pattern).
```
---
### Grim Fandango: Year One - Busy Beaver Tar Drowning (GF)
**Problem**: Three immortal beavers guard a gate blocking Manny's path northeast through the petrified forest. The beavers are immune to fire (they're already dead), but their perception of tar as dangerous only triggers when they see it while LIT on fire. Player must exploit this sensory quirk to trap them in tar permanently.
@@ -583,16 +725,128 @@ the actual monster encounter uses SENSORY EXPLOITATION (puzzle distracts cogniti
---
### Simon the Sorcerer: Druid Moon Illusion (SIMON)
**Problem**: The Druid is imprisoned by goblins who will kill both him and Simon. He claims he can transform into a frog to escape, but ONLY when he sees a full moon. The cell is underground with no celestial access.
<small>Source: walkthroughs/simon1/simon1.txt, lines 694-707 — "Talk to him [the Druid], and he will believe that Simon is evil... if Simon can make a full moon, he (the Druid) will turn into a frog and escape. Take the firebrand in this room, as well as the mints. Put the bucket on the Druid's head, then use the flaming brand on the Druid."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 163-171 — "Remove the ring. Talk to the druid... Say I can't see any way of getting a full moon in here. Use the bucket on the druid. Get the flaming brand and use it on the druid to transform him into a frog."</small>
```
PERCEPTUAL VULNERABILITY ANALYSIS:
BLOCKING CONDITION:
Location: Goblin Cave, Druid's prison cell (underground)
Obstacle: Goblins guard exit; Druid cannot perform transformation without full moon
Goal: Create illusion of full moon using available items
VULNERABILITY IDENTIFICATION:
- Druid explicitly states requirement: "I need to see a full moon"
- His transformation ability is triggered by VISUAL perception of lunar shape/light
- Cell has circular vent/hole in roof where light can pass through
- Available items: BUCKET (from goblin storage), FLAMING BRAND (torch from room)
SENSORY EXPLOITATION CHAIN:
PHASE 1 - VERTICAL SETUP: Use bucket on Druid's head
- Bucket sits atop his head with hole aligned to his eye position
PHASE 2 - LIGHT SOURCE POSITIONING: Use flaming brand on Druid
- Brand is positioned near bucket, light shines through circular bottom
- From inside bucket (Druid's POV): sees circular disk of bright light
- Visual equivalence achieved: "full moon" = circular light source
PERCEPTUAL MECHANISM:
What Sense Is Exploited? VISION - specifically shape recognition (circular) and luminosity contrast
What Stimulus Provided? Flaming brand's light filtered through bucket's circular bottom hole
Why Does It Work? Druid's transformation ability responds to "full moon" VISUAL SIGNAL, not actual celestial body. He sees round glowing object against darkness and brain interprets it as lunar phase trigger.
The puzzle exploits a PERCEPTION EQUIVALENCE: Full moon is fundamentally just "round light in dark sky." Game substitutes torch-light-for-actual-moonlight, but the perceptual signal received by Druid is functionally identical within game logic.
DRAMATIC IRONY LAYER:
Simon must first remove Ring of Invisibility or else Druid believes him evil. Player creates elaborate visual illusion WHILE also managing social perception (appear friendly = remove invisibility). Two sensory systems at work: Druid's trust mechanism (auditory/social) and transformation trigger (visual/shape-based).
FAILURE CONDITION: Missing any item (bucket or brand) prevents moon illusion. Attempting with only bucket (no light) or only brand (no circular shape) fails to trigger transformation because perceptual signal incomplete.
```
**Why It's Sensory Exploitation**: The puzzle requires Simon to identify the Druid's specific perceptual requirement (seeing a round, glowing disk = full moon). Rather than finding an actual celestial alignment (impossible underground), Simon CRAFTS A SUBSTITUTED STIMULUS that triggers the same neural response. This is not disguise or trade—it is providing the exact sensory input that the character will accept as meeting their requirement.
**Comedy Execution**: The absurdity comes from the elaborate physical arrangement (bucket on head, torch inserted through top) being treated as completely legitimate lunar science by the Druid. Game world logic accepts "torch through bucket = full moon" without question once visual parameters match.
---
### Simon the Sorcerer: Troll Bridge Whistle Exploit (SIMON)
**Problem**: The Troll blocks the bridge, refusing to let anyone pass on strike. Direct confrontation or persuasion fails—Troll has no dialogue path for negotiation.
<small>Source: walkthroughs/simon1/simon1.txt, lines 532-542 — "Go to the barbarian and talk to him. Offer to remove the thorn from his foot. He will be happy, and he gives Simon a whistle... Go to the Troll Bridge. The troll is on strike... Talk to the troll, and it is interested in Simon's whistle. Give the whistle to the troll. The troll uses the whistle, and the barbarian comes to attack the troll."</small>
<small>Source: walkthroughs/simon1/simon1_3.txt, lines 98-102 — "Talk to the Troll and after a while, he'll show an interest in your Whistle. Let him blow it and watch the scene."</small>
```
PERCEPTUAL VULNERABILITY ANALYSIS:
BLOCKING CONDITION:
Location: Troll Bridge (connects west forest to Crossroads)
Obstacle: Troll refuses passage ("on strike")
Goal: Gain access to eastern areas of forest (Crossroads, Rapunzel's Tower)
VULNERABILITY IDENTIFICATION:
- Troll expresses interest in the WHISTLE item during dialogue
- Whistle was acquired from Barbarian earlier in game (remove thorn reward)
- The Barbarian is characterized as combat-oriented/aggressive personality
SENSORY EXPLOITATION CHAIN:
PHASE 1 - ITEM ACQUISITION (Information Brokerage sub-puzzle):
Talk to Barbarian → offer to help with foot problem → remove thorn → receive Whistle
PHASE 2 - DISTRACTION TRIGGER:
Give Whistle to Troll → Troll blows whistle → sound acts as summoning signal
PERCEPTUAL MECHANISM:
What Sense Is Exploited? AUDITORY - specifically, a recognized call-to-arms/summoning sound that triggers the Barbarian's aggressive response
What Stimulus Provided? The Whistle, blown by Troll, produces specific tone that Barbarian recognizes
Why Does It Work? The Barbarian has an AUDITORY TRIGGER: this particular whistle sound prompts him to come investigate and attack the source. Troll's action of blowing it creates opportunity WITHOUT direct player intervention in combat.
The puzzle exploits a BEHAVIORAL CHAIN REACTION:
Troll (perceptive interest in whistle) → Blows Whistle (sound event) → Barbarian (auditory response) → Attacks Troll, clearing bridge (desired outcome)
FAILURE CONDITION: Must first acquire Whistle from Barbarian by removing thorn. Attempting dialogue with Troll without Whistle yields no solution path ("on strike" is permanent state).
COMIC DELIVERY:
Absurdity stems from the Troll's curiosity about the whistle overriding his stated purpose (blocking bridge). Also, the Troll unknowingly summons his own attacker—a comedic reversal of agency where the blocker becomes the triggered target.
```
**Why It's Sensory Exploitation**: The solution doesn't involve force or persuasion. Instead, Simon exploits two perceptual vulnerabilities in sequence:
1. **Troll's AUDITORY interest** (curiosity about whistle → accepts item as conversation topic)
2. **Barbarian's AUDITORY response trigger** (hearing specific whistle sound = automatic combat response)
The player never commands Barbarian or fights Troll directly—they provide a stimulus (whistle) that triggers existing behavioral patterns in both NPCs. The perceptual vulnerability being exploited is the Barbarian's reflexive aggression when hearing the summoning whistle—a hardcoded sensory response.
---
### Day of the Tentacle: Kennel Guard Vision Exploitation (DOTT)
**Vulnerability**: Guard tentacles trust VISUAL IDENTITY badges exclusively—they will only allow entry to those wearing proper identification. This is a perceptual shortcut: they don't verify actual biological identity, only whether the required visual token is present.
<small>Source: gamefaqs_tricrokra_walkthrough.txt, lines 375-380 — "Talk to the blue tentacle to get a name tag for the human show."</small>
- **Distraction Physics**: Both create temporary access, but DNP uses environmental manipulation while SE directly targets character perception
- **Information Brokerage**: Both involve NPC needs/wants, but IB is about trade/exchange while SE is about vulnerability exploitation
- **Surreal Logic Bridge**: Both may involve item transformation, but SLB abandons causality entirely for cartoon logic; SE works within world's internal consistency rules
**Comedy-Based NPC Persuasion**: Both involve dialogue with NPCs based on character dynamics, but CBP relies on tonal matching while SE targets explicit perceptual vulnerabilities
**Distraction Physics**: Both create temporary access, but DNP uses environmental manipulation while SE directly targets character perception
**Information Brokerage**: Both involve NPC needs/wants, but IB is about trade/exchange while SE is about vulnerability exploitation
**Surreal Logic Bridge**: Both may involve item transformation, but SLB abandons causality entirely for cartoon logic; SE works within world's internal consistency rules
The puzzle tests: "Can I translate what this character perceives into what I can provide?"
@@ -1125,3 +1379,369 @@ Single-instance exploitation of specific perceptual vulnerability (Captain's imp
```
---
### Legend of Kyrandia: Herman Sleep Spell (LK1)
**Problem**: Herman the logger blocks access to castle bedrooms on the second floor, wielding Grandpa's saw which he uses to cut Brandon in half. Direct confrontation is fatal. The yellow healing gem on Brandon's amulet can be used to exploit Herman's sleep vulnerability.
<small>Source: classicgamesparadise_walkthrough.html, lines 322-323 — "On the second floor, you can look through the royal mystic's bedrooms but Herman will show up to stop you. If you get near him, he will cut Brandon right in half with the saw so use the yellow gem on Brandon's amulet to put him to sleep."</small>
<small>Source: bonny_ploeg_walkthrough.html, line 94 — "Trying to pass Herman without the yellow spell" listed as death scenario; line 78 — "Herman steps out with your saw. Click on the yellow force on your amulet. He'll fall asleep."</small>
```
PERCEPTUAL VULNERABILITY ANALYSIS:
BLOCKING CONDITION:
Location: Castle Kyrandia second floor, western bedrooms
Obstacle: Herman emerges wielding saw; blocks bedroom access
Goal: Access bell room to solve musical puzzle and obtain golden key
VULNERABILITY IDENTIFICATION:
- Yellow gem provides healing spell (acquired from Deadwood Glade earlier)
- Healing magic includes SLEEP INDUCTION capability
- Herman has no defense against magical incapacitation
SENSORY EXPLOITATION CHAIN:
PHASE 1 - Approach Trigger:
Step 1 → Enter second floor hallway, approach western bedrooms
Step 2 → Herman NPC emerges from room with saw in hand
- Threat dialogue or cutscene establishes lethal intent
PHASE 2 - Spell Application Before Attack Window:
Step 3 → BEFORE reaching attack range, ACTIVATED YELLOW GEM
- Healing spell targets Herman specifically
- Critical timing: must use before proximity trigger for saw animation
PHASE 3 - Perceptual Neutralization:
Step 4 → Herman falls asleep (sprite changes to sleeping state)
- Blocking behavior DISABLED—Herman no longer processes Brandon's presence
- His PERCEPTION is magically suppressed into unconsciousness
PHASE 5 - Safe Passage:
Step 6 → Walk past sleeping Herman, enter bedroom freely
- Bell puzzle now accessible; golden key retrievable
```
**Why It's Sensory Exploitation**:
DEFINED PERCEPTUAL VULNERABILITY:
Herman's blocking behavior depends on VISUALLY DETECTING Brandon and INITIATING attack. The healing spell's sleep effect doesn't injure him—it REMOVES his perceptual processing entirely. He can't attack what he doesn't perceive (being unconscious).
NON-CONFRONTATIONAL SOLUTION:
Player never fights Herman or engages in combat. Instead, provides magical stimulus (sleep-spell) that triggers Herman's biological rest cycle, rendering him harmless. This is EXPLOITATION of natural process (sleep), not overpowering through force.
ITEM MATCHES VULNERABILITY PROFILE:
Yellow gem = healing magic = biological state manipulation. Sleep is a natural biological vulnerability all characters share; the gem provides access to trigger it at will.
**Critical Distinction from Combat Puzzle**: No health bar depleted, no defense stat checked. The solution is "make him unable to perceive you through unconsciousness" not "defeat him in battle."
---
### Legend of Kyrandia: Gargoyle Invisibility Bypass (LK1)
**Problem**: Two gargoyles guard the gates to Castle Kyrandia. Direct approach results in acid spit attack which kills Brandon instantly. However, Brandon's amulet grants invisibility via the red gem—obtained by placing an orchid on his parents' grave and receiving spectral blessing from Katherine.
<small>Source: classicgamesparadise_walkthrough.html, lines 315-317 — "At the gate to the castle, use the invisibility spell when unlocking the gate with the Iron Key or the gargoyles will spit acid all over Brandon."</small>
<small>Source: bonny_ploeg_walkthrough.html, line 154 — "RED force - Invisibility. Received from mother. Used to enter the castle and in the final room."</small>
```
PERCEPTUAL VULNERABILITY ANALYSIS:
BLOCKING CONDITION:
Location: Castle Kyrandia gate (desert entrance)
Obstacle: Gargoyles perched above, detecting intruders by sight
Goal: Unlock gate with Iron Key without triggering acid attack
VULNERABILITY IDENTIFICATION:
- Gargoyles use VISUAL DETECTION exclusively (no hearing, smell, or magical detection)
- Prerequisite: Red gem activated via orchid-on-grave (earlier puzzle chain output)
- Invisibility spell makes Brandon visually undetectable
SENSORY EXPLOITATION CHAIN:
PHASE 1 - Invisible State Activation:
Step 1 → Position Brandon near gate but NOT yet at key-lock position
- Too close triggers detection before invisibility active
Step 2 → ACTIVATED RED GEM (invisibility spell)
- Brandon sprite becomes visually transparent to gargoyles
PHASE 2 - Lock Manipulation While Undetected:
Step 3 → Approach gate lock with Iron Key in inventory
Step 4 → USE Iron Key on lock while INVISIBLE STAFF MAINTAINED
- Gargoyles' visual detection finds nothing—no Brandon sprite visible
Step 5 → Gate unlocks successfully
PHASE 3 - Rapid Entry:
Step 6 → Enter castle gates before invisibility spell expires/game state updates
- Once inside, gargoyles' attack range no longer applies
```
**Why It's Sensory Exploitation**:
DEFINED PERCEPTUAL VULNERABILITY:
Gargoyles trust VISION ONLY—they can't detect invisible sprites. Their defense mechanism is 100% sight-based with NO secondary detection methods. This creates exploitable blindspot.
BEYOND SIMPLE DISGUISE:
Unlike uniform/disguise puzzles where player APPEARS AS trusted entity, invisibility removes player from detection entirely. It's not "become what they trust"; it's "become nothing they can sense."
**Non-Confrontational Escape Route**:
Player doesn't fight gargoyles or outmaneuver them through speed/agility checks. Solution exploits their perceptual limitation—they LITERALLY cannot perceive invisible Brandon, so no attack triggers.
---
### Legend of Kyrandia: Pipsqueak Apple Trade (LK1)
**Problem**: Faun (also called Pipsqueak or "the creature") steals the Royal Chalice after Brandon retrieves it from mid-air using the blue demagnetizing gem. The chalice is now inside Faun's tiny dwelling, inaccessible to normal-sized Brandon. Solution requires shrinking and exploiting Faun's appetite vulnerability.
<small>Source: classicgamesparadise_walkthrough.html, lines 257-258 — "Save yourself a bit of trouble and pick up an apple before you visit Faun... Drink the purple potion outside Faun's door when you are ready and trade the apple for the Royal Chalice."</small>
<small>Source: bonny_ploeg_walkthrough.html, lines 103, 131 — "Apple - found in vase next to the bed in the treehouse. Could be eaten, or given to Pipsqueak" + line ~71 "talk to Pipsqueak and give him your apple"</small>
```
PERCEPTUAL VULNERABILITY ANALYSIS:
BLOCKING CONDITION:
Location: Faun's tiny dwelling (tiny door, interior inaccessible to normal human)
Obstacle: Faun has the stolen chalice; direct theft impossible inside his space
Goal: Retrieve Royal Chalice without combat or force
VULNERABILITY IDENTIFICATION:
- Faun is characterized as gluttonous creature (food-obsessed personality trait)
- Apples are universally recognized as desirable food items
- Trade opportunity exists: food in exchange for stolen goods
SENSORY EXPLOITATION CHAIN:
PHASE 1 - Access Preparation (Meta-Construction prerequisite):
Step 1 → Combine blue potion + red potion at Crystals of Alchemy → purple potion created
- Purple potion shrinks Brandon to miniature size
Step 2 → Obtain apple from inventory (Brandon's home jar/cave/faeriewood source)
- CRITICAL: Apple must be in inventory BEFORE shrinking (can't retrieve while small)
PHASE 2 - Size Reduction:
Step 3 → Position outside Faun's dwelling door
Step 4 → DRINK purple potion
- Brandon shrinks to doll/fairy size; can now enter tiny door
PHASE 3 - Trade Execution via Appetite Exploitation:
Step 5 → Enter Faun's dwelling while miniature
Step 6 → Initiate dialogue with Faun/Pipsqueak
Step 7 → GIVE APPLE to Faun (trade action)
- Faun's gustatory perception triggers ACCEPTANCE response
- Apple is perceived as valuable, triggering trade behavior
PHASE 4 - Chalice Recovery:
Step 8 → Faun hands over Royal Chalice in exchange for apple
- Transaction complete; chalice now player-owned
Step 9 → Exit dwelling, return to normal size (game handles automatically)
- Position yourself right of door location where chalice appears accessible
```
**Why It's Sensory Exploitation**:
DEFINED PERCEPTUAL VULNERABILITY:
Faun's decision-making is driven by GUSTATORY PRIORITY—food appetite overrides possession attachment. The apple isn't just "payment"; it exploits his specific character trait (gluttony) that makes him willing to surrender otherwise-guarded property.
NOT SIMPLE TRADE/ECONOMICS:
Unlike Information Brokerage where NPC values items through dialogue-stated desires, here the exploitation is CHARACTER-BASED. Faun doesn't NEED an apple for some functional purpose—he WANTS it because of his sensory appetite drive. The player targets this specific personality quirk.
**Critical Pre-Planning Element**:
Apple must be gathered BEFORE shrinking potion consumed. This creates forward-planning requirement: player must anticipate needing food-for-trade before even beginning the shrink-sequence. This is Cross-Realm Logistics (inventory management across states) layered atop Sensory Exploitation.
---
### Legend of Kyrandia: Brynn's Temple Note Enchantment Removal (LK1)
**Problem**: Brandon finds a note in his grandfather's desk, but it appears blank except for the name "Brynn" written on it. Taking it to Brynn at her temple reveals she must "dispel the enchantment" blocking the rest of the text—only then can she read the full message and give further guidance about the lavender rose quest.
<small>Source: classicgamesparadise_walkthrough.html, lines 30-37 — "In Brandon's home, you will find a note on the desk. Brandon will notice it is blank except for Brynn's name. Taking it to her temple may shed some light on what happened... She will dispel the enchantment and ask you to bring her a lavender rose."</small>
**Sensory Exploitation via Magical Perception Augmentation**:
```
PERCEPTUAL LIMITATION:
Brandon (player) cannot see the note's full contents—enchantment blocks visual perception of text. The paper physically exists with writing, but Brandon's sight cannot register it.
EXPLOITATION CHAIN:
Step 1 → Take Note to Brynn's Temple (location identified from visible name "Brynn" on note)
- Player uses partial sensory data (one visible word) for navigation
Step 2 → Present Note to Brynn via dialogue
- She identifies enchantment blocking the text
Step 3 → Brynn applies MAGIC SPELL to dispel enchantment
- Not item-based, but character-powered counter-stimulus
- Her magical ability neutralizes the perception-blocking curse
Step 4 → Text becomes VISIBLE after enchantment removal
- Player can now READ full message contents
- New quest given: "bring me a lavender rose"
```
**Why It's Sensory Exploitation**:
The puzzle involves OVERCOMING A PERCEPTUAL BLOCK through magical means. Brandon's vision is obstructed by enchantment; Brynn's counter-spell removes the obstruction, allowing normal perception to function. This is similar to translator/visual-enhancement puzzles where item or spell augments player's senses beyond baseline capability.
**Distinction**: Player doesn't exploit NPC vulnerability here—instead, NPC exploits HER OWN POWER TO FIX PLAYER'S SENSORY LIMITATION. Still Sensory Exploitation because the CORE PUZZLE is "restore blocked perception through appropriate stimulus."
---
### Quest for Glory IV: Hexapod Garlic Feeding (QFG4)
**Setup**: At the monastery basement, an animated hexapod statue blocks access to a secret passage behind the fireplace. The hexapod's aggression must be neutralized by exploiting its dietary preference discovered earlier at Dr. Cranium's lab.
<small>Source: qfg4-gamefaqs-sac.txt line 2265-2270 — "Give him Garlic if you're carrying any so he won't bother you if you get close"</small>
```
PHASE 1 - Perceptual Vulnerability Discovery (Dr. Cranium's Lab, earlier):
Step 1 → Use T.R.A.P. device to identify multiple creatures
Step 2 → Select hexapod for identification questioning
Step 3 → TRAP dialogue reveals: "Hexapods do love GARBIC!" or similar dietary preference statement
Sensory vulnerability identified: GUSTATORY (taste/hunger)
Step 4 → Information stored for later application
PHASE 2 - Counter-Stimulus Acquisition:
Step 5 → Purchase clove of garlic from General Store (Olga, Mordavia town)
Alternative sources: Nikolai's house, Hotel Mordavia room
PHASE 3 - Vulnerability Exploitation (Monastery Basement):
Step 6 → Enter monastery via Dark One Sign on door or window climb
Step 7 → Locate hexapod statue guarding fireplace in main hall
Step 8 → GIVE Garlic to hexapod OR Use garlic on hexapod creature
Perceptual Response:Hexapod's aggression triggers on APPROACH but neutralizes upon receiving garlic.
The food item satisfies their gustatory need, creating SAFE STATE window.
Step 9 → While hexapod is distracted eating, approach fireplace safely
Step 10 → Click Hand on right side of fireplace
Result: Secret passage to basement opens (6 points)
```
**Why It's Sensory Exploitation**:CHARACTER HAS DEFINED PERCEPTUAL PROFILE:
Hexapod exhibits aggression as default behavior BUT has SPECIFIC GUSTATORY PREFERENCE (garlic).
SOLUTION EXPLOITS THAT SENSE:Garlic isn't "payment" or "trade good"—it DIRECTLY SATISFIES the creature's identified sensory need, creating a behavioral override.
DISTINCTION FROM INFORMATION BROKERAGE (TRAP device is separate puzzle):The TRAP identification is Pattern Learning / Knowledge Transfer.
This Hexapod encounter is Sensory Exploitation because player MATCHES ITEM TO NPC'S SENSORY VULNERABILITY profile.
Two-puzzle structure:1. PL/KT: Discover hexapod exists + learns its garlic preference via TRAP
2. SE: Apply knowledge by feeding garlic to neutralize aggression mechanism
<small>Cited from: qfg4-gamefaqs-sac.txt:2265-2270, qfg4-gamefaqs-anonymous.txt:719-728</small>
---
### Quest for Glory IV: Bonehead's Hat Gift (QFG4)
**Setup**: Outside Baba Yaga's hut, a floating skull named Bonehead guards entry. The skull refuses to let anyone pass due to vanity about its "bald spot" (missing eye socket). Player must provide a physical cover that addresses the skeleton's VISUAL PERCEPTION vulnerability about appearance.
<small>Source: qfg4-gamefaqs-anonymous.txt lines 920-926 — give hat from reunited ghost couple</small>
```
PHASE 1 - Perceptual Vulnerability Discovery (NPC Self-Disclosure):
Step 1 → Approach Baba Yaga's hut exterior area in forest
Step 2 → Encounte r Bonehead floating skull blocking path
Step 3 → Talk to Bonehead through dialogue interface
Skull reveals: Complains about "bald spot" or "ugly appearance" or similar vanity concern
Perceptual profile identified: VISIBLE APPEARANCE insecurity (VISUAL sense)
PHASE 2 - Counter-Stimulus Acquisition (Multi-step Info Brokerage):
Step 4 → Complete Ghost Couple Reunion quest chain independently:
a) Find ghost Anna at night in forest near cemetery
b) Speak multiple times until she remembers being dead and her name
c) Report to mortal Nikolai that his wife's spirit was seen
d) Return to forest after dark—ghost Nikolai also appears
e) Couple reunites, express gratitude
Step 5 → Visit reunited ghosts 2+ more times
Reward given: Nikolai's (ghost) HAT
Note: Hat is "real" despite coming from ghost; usable item
PHASE 3 - Vulnerability Exploitation (Baba Yaga's Hut):
Step 6 → Return to Bonehead skull with hat in inventory
Step 7 → GIVE Hat to Bonehead or Use Hat on skull interface
Perceptual Response:Bonehead accepts hat as addressing its vanity concern.
The hat covers the "bald spot" creating APPROVAL STATE.
Step 8 → Skull moves aside, dialogue indicates satisfaction with appearance
Result: Passage to Baba Yaga's hut granted—can now approach moving chicken-hut
```
**Why It's Sensory Exploitation**:DEFINED PERCEPTUAL VULNERABILITY EXPLICITLY STATED:
Bonehead SELF-DECLAR ES concern about visual appearance (baldness/vanity).
PLAYER PROVIDES MATCHING COUNTER-STIMULUS:Hat directly addresses VISUAL SENSE concern—not payment, not information, but PHYSICAL COVER for the aesthetic vulnerability.
COMPLEXITY LAYER - Multi-puzzle chain integration:The hat itself requires completing an Information Brokerage Chain (ghost reunion quest),
but the FINAL STEP of giving hat to Bonehead is pure Sensory Exploitation: match item to sensory insecurity.
**Distinction from Simple Item Use**:Hat doesn't "unlock" door mechanically—it satisfies an NPC'S PERCEPTUAL NEED about self-image.
Solution emerges from understanding character psychology + matching physical object to that psychology.
<small>Cited from: qfg4-gamefaqs-anonymous.txt:920-926, qfg4-gamefaqs-sac.txt:2504-2510</small>
---
### Quest for Glory IV: Baba Yaga's Chicken-Hut Corn Trick (QFG4)
**Setting**: Baba Yaga's hut stands on chicken legs and runs away when approached. Player must exploit the hut/chicken hybrid's DIETARY preference to immobilize it long enough for entry.
<small>Source: qfg4-gamefaqs-anonymous.txt lines 927-930 — "Feed corn (picked up at town gate) to hut → it stops running away"</small>
```
PHASE 1 - Counter-Stimulus Acquisition:
Step 1 → Visit town gates of Mordavia during initial exploration
Observation: Corn stalks growing near Boris the Gatekeeper's post
Step 2 → Click Hand on corn → collect ear of corn automatically
Item stored in inventory for later use
PHASE 2 - Perceptual Vulnerability Discovery through Environmental Observation:
Step 3 → Navigate to Baba Yaga's hut location (hidden by magic bushes initially)
Requirement: Must know entrance method from Leshy riddles OR Gypsy dialogue OR wizard detection spells
Step 4 → Approach hut when visible, observe its movement pattern:
Hut runs away on chicken legs when player gets too close
Environmental clue: It's a CHICKEN-hut hybrid—chickens love corn!
Perceptual profile inferred: GUSTATORY/ATTENTION (food overrides escape instinct)
PHASE 3 - Vulnerability Exploitation:
Step 5 → Use Corn on hut or Give Corn to Baba Yaga/hut interface
Behavioral Override:Hut's movement instinct is interrupted by food stimulus.
The corn triggers CHICKEN BEHAVIOR (eating priority), immobilizing the structure.
Step 6 → While hut is distracted eating, approach and ENTER hut interior
Window/door access now possible without chasing sequence
Result: Hut entry granted; can speak to Baba Yaga, access her kitchen for pie baking, obtain Breath Ritual after quest completion
```
**Why It's Sensory Exploitation**:ENVIRONMENTAL INFERENC E (indirect characterization):
Unlike explicit "I trust only my hearing" declarations, player must INFER the vulnerability from context:
- Hut has CHICKEN legs = chicken attributes apply
- Chickens universally attracted to corn (real-world knowledge + game logic)
- Therefore: Corn → immobilizes hut via gustatory attraction
SOLUTION EXPLOITS HYBRID CREATURE'S DIVIDED NATURE:Hut-wantsto run away (structure's defensive behavior)
BUT Chicken-part wants food (biological instinct overrides defense)
This is Sensory Exploitation because player MATCHES ITEM TO SENSORY NEED (corn to chicken appetite),
creating temporary immobilization through behavioral override.
**Comparison to other QFG4 Sensory Exploitation puzzles:**
- Hexapod: Explicit preference stated via dialogue (TRAP device info) → garlic fed directly
- Bonehead: Explicit vanity stated in dialogue → hat addresses visual concern
- Baba Yaga's Hut: INFERRED vulnerability from hybrid creature logic → corn satisfies appetite
All three follow core Sensory Exploitation pattern but vary in information disclosure method.
<small>Cited from: qfg4-gamefaqs-anonymous.txt:927-1010</small>
---

View File

@@ -173,3 +173,75 @@ No failure state—beard pull always works. The "puzzle" is recognizing that car
- Frustration when players can't recognize genre convention reference
**Best Practice**: Anchor surreal equivalences in visual jokes or established character/world comedy. The eggplant works because vegetable museum established "celebrity vegetables" as running gag first.
### Simon the Sorcerer: Watermelon-Sousaphone Trade (SIMON)
**Problem**: A musician is endlessly playing a sousaphone near the Troll Bridge, annoying Simon who needs to pass by. The musician refuses to stop—and crucially, offers the player the broken instrument after some event occurs. The solution involves an object interaction with no realistic causal link: throwing a giant melon directly into a brass instrument's bell.
<small>Source: walkthroughs/simon1/simon1.txt, lines 553-556 — "Go to the sousaphone player, near the troll bridge. Simon hates his music, so use the watermelon on the sousaphone. You receive a sousaphone for your troubles."</small>
<small>Source: walkthroughs/simon1/simon1_2.txt, lines 115-116 — "Use the watermelon on the sousaphone to get the sousaphone"</small>
```
CARTOON PHYSICS ACTION REQUIRED:
REALISTIC EXPECTATION:
If player throws large fruit at a musical instrument during performance:
→ Instrument might be damaged (realistically expensive brass instrument)
→ Musician would be angry/upset
→ No guarantee of obtaining possession of the instrument
SIMON CARTOON LOGIC OUTCOME:
1- Player USES watermelon on sousaphone bell (direct contact action)
2- Watermelon physically enters and JAMS the brass tubing interior
3- Musician stops playing because instrument is now inoperable
4- COMIC EXCHANGE DIALOGUE occurs (not captured in walkthrough but implied):
- Musician: "You've ruined my sousaphone with this giant melon!"
- Simon: "Here's another one? Take it. My bad."
- Player receives the broken original as consolation replacement
WHY IT'S SURREAL LOGIC BRIDGE:
NO REAL-WORLD CAUSAL CHAIN EXISTS FOR THIS SOLUTION:
There is NO legitimate reason why throwing a watermelon at a sousaphone should result in player acquisition of that sousaphone. In realistic logic:
- Jamming instrument ≠ transferring ownership
- Damaging property usually creates conflict, not gift economy
The puzzle works PURELY through COMEDIC CAUSALITY:
"Watermelon clogs instrument" → "Musician defeated by absurdity" → "Player gets damaged goods as compensation"
COMIC JUSTIFICATION AS GAME LOGIC:
The humor derives from treating the exchange as completely legitimate within game world. No characters express shock at the fairness of "broken sousaphone for ruined watermelon"—it's accepted trade practice that the player receives the instrument simply by having destroyed its playability. This is cartoon logic where physical comedy automatically resolves to new item acquisition, regardless of realistic transaction rules.
FAILURE MODE ABSENCE AS MECHANICAL FEATURE:
Unlike other puzzles where wrong interactions lead to blocked progress or hostile NPC responses, surreal logic puzzles often have NO FAILURE STATE for their core action. Throwing the watermelon CANNOT "fail" in a traditional sense—it will ALWAYS jam and player will ALWAYS get the sousaphone because that's how cartoon equivalences work.
This differs from Sensory Exploitation (wrong item = failure to exploit) or Meta-Construction (wrong sequence = broken chain). The surreal action is BINARY AND GUARANTEED: perform the absurd interaction, receive the absurd reward.
THEMATIC ANCHOR IN SIMON WORLD:
Simon the Sorcerer establishes early that its world operates on comedic causality where ridiculous actions have legitimate game-state consequences. The watermelon-sousaphone trade justifies subsequent acceptance of other cartoon solutions like:
- Eating magic mushrooms to resize character
- Talking animals (owl, tree) providing quest help
- A talking pig (Rapunzel) eating through a chocolate door
Once player accepts "melon jams horn = get horn" as valid logic, the game's identity is confirmed: this world rewards absurdity as legitimate puzzle-solving methodology.
PREVIOUS CONTEXT NEEDED FOR FULL COMIC EFFECT:
The watermelon itself required a prior chain to obtain (beans → compost pile → melon growth). This means player HAS INVESTED in obtaining the absurd item before discovering its equally-absurd application. The comedy is AMPLIFIED because:
1- Player worked through realistic-ish chain for watermelon (water beans, plant on compost, harvest fruit)
2- Application context appears at first glance as hostile confrontation (musician blocking path)
3- Solution revealed to be GENTLE CARTOON PHYSICS rather than real conflict—no violence required, just throwing produce
The tonal shift from realistic item acquisition → cartoon application delivers the full comedic surprise that justifies the surreal equivalence.
```
**Why It's Surreal Logic Bridge**: The watermelon-to-sousaphone exchange requires player to abandon realistic causation entirely and accept cartoon physics where "damage through absurdity = compensatory possession transfer." No trial-and-error, no clues about "fruit jams instruments"—just execution of inherently ridiculous action that game world accepts as legitimate transaction.
---

View File

@@ -176,6 +176,83 @@ Each rod is independently complete—no synthesis across rods needed. The purple
---
### Quest for Glory IV: Dr. Cranium's Keyhole Slider Puzzle (QFG4)
**Setup**: After obtaining the key from the Antwerp maze, the player must open Dr. Cranium's main laboratory door using a sliding puzzle panel mechanism that requires matching colored background keys to form a keyhole image.
<small>Source: qfg4-gamefaqs-anonymous.txt lines 684-687 — "Match colored background keys in sliding panel puzzle to form keyhole image"</small>
```
SYMBOL OBSERVATION PHASE - Keyhole Pattern Recognition:
→ Approach locked door with sliding tile panel interface
→ Panel contains multiple movable tiles, each showing partial keyhole sections
→ Goal state: Arrange tiles so complete KEYHOLE shape emerges from combined pieces
→ CRITICAL VISUAL CLUE: Match COLORS of background keys on tiles to correct positions
SLIDING MECHANIC APPLICATION:
Step 1 → Identify edge pieces (keyhole outline segments) by color matching
Step 2 → Note specific tile colors must align (background keys have distinct hues)
Step 3 → Slide tiles systematically—typically require ~8-12 moves for solution
Standard sliding puzzle mechanics apply: only adjacent empty space allows movement
VALIDATION:→ When complete keyhole image forms correctly, grid lines of puzzle vanish
→ Panel automatically unlocks door to Dr. Cranium's private lab (6 points)
```
**Why It's Symbol Code Translation**: Player OBSERVES visual symbol pattern (keyhole image with color-coded sections), then TRANSLATES this into interface actions (sliding specific colored tiles to positions). Color matching on background keys creates explicit visual equivalency between desired state and tile properties.
<small>Cited from: qfg4-gamefaqs-sac.txt:2227-2235</small>
---
### Quest for Glory IV: Borgov Tomb Color Spelling Puzzle (QFG4)
**Setup**: Inside the Borgov family crypt, a secret passage to Castle Borgov is hidden behind a color-coded interactive floor mechanism. The player must spell "BORGOV" using six distinct colors mapped to letters on the tomb's crest carving.
<small>Source: qfg4-gamefaqs-anonymous.txt lines 893-899 — Color-based spelling puzzle where colors map to literal letters</small>
```
SYMBOL DISCOVERY PHASE - Crest Examination:
→ Locate Borgov family crest embedded in crypt floor or wall
→ Crest displays word "BORGOV" with color-coded letter associations
→ Observation reveals color-to-letter mapping (example):
B = Blue
O = Orange
R = Red
G = Green
O = Orange (second instance)
V = Violet/Purple
COLOR SEQUENCE APPLICATION - Secret Passage Activation:
Step 1 → Approach color-sensitive pressure plate or interactable mechanism near crest
Note: Location may be subtle—often requires "look around" for clickable colored tiles/rings
Step 2 → Press activated colors in EXACT letter order spelling B-O-R-G-O-V:
Click Blue → Orange → Red → Green → Orange → Violet
Step 3 → Confirm sequence is complete (mechanism provides visual/audio feedback)
VALIDATION:Secret passage opens behind crested wall or floor panel shifts
→ Leads directly to hidden interior of Castle Borgov, bypassing front gate security
```
**Why It's Symbol Code Translation **(with Unique Color-to-Alphabet Mapping)This puzzle introduces a DISTINCT sub-variation: colors don't match visual shapes but instead TRANSLATE to LITERAL LETTERS via an explicit mapping system. Player observes the code (crest displaying colored letters), then translates abstract symbols (colors on interface) into semantic meaning (letters spelling name).
This is MORE COMPLEX than standard SCT because:
1. **Two-step translation**: Color → Letter → Position in word
2. **Semantic layer added**: Not just visual shape matching but also spelling comprehension
3. **Repeated color handling**: Orange appears twice but must be used twice in sequence (O_RGOV)
**Comparison to Standard SCT Framework:**
- The Dig rods: Shape+color ON rod → same shape+color on PANEL buttons (direct visual match)
- Borgov tomb: Color ON interface → LETTER value → correct word spelling (semantic translation required)
Both share core SCT structure but Borgov adds **METAPHOR LAYER**: colors represent abstract concepts (letters), not just matching visual patterns. This bridges Symbol Code Translation with Metaphor-to-Literal Translation mechanics.
<small>Cited from: qfg4-gamefaqs-anonymous.txt:893-899, crystalshard.txt:398-401</small>
---
## Related Types
| Type | Similarity to Symbol Code Translation | Distinction |
@@ -183,6 +260,7 @@ Each rod is independently complete—no synthesis across rods needed. The purple
| **Pattern Learning / Knowledge Transfer** | Both teach system once, apply exhaustively across new targets | SCT adds visual recognition matching layer; standard PL is abstract rule transfer only |
| **Observation Replay** | Both require careful observation of symbolic sequence | OR copies exact values repeated; SCT translates symbols to interface actions each time |
| **Multi-Faceted Plan Puzzle** | Both involve collecting scattered artifacts across exploration | MFP SYNTHESIZES multiple unique requirements; SCT applies ONE framework to multiple instances |
| **Metaphor-to-Literal Translation** | Borgov tomb color spelling uses symbolic representation | MMI interprets abstract language as GAME MECHANICS; this uses colors as LETTER stand-ins (visual metaphor, not linguistic) |
---
@@ -399,6 +477,80 @@ DO NOT use this classification if:
---
### Gabriel Knight 1: Rada Drum Translation (GK1)
**Setup**: In Jackson Square outside the Police Station, an African drummer sits beating complex rhythms on a large drum. After obtaining the Rada Book from Tulane University (requested by Grace at bookshop), Gabriel must decode the hidden message embedded within 36 drum symbols to discover the location and timing of the Voodoo Conclave.
<small>Source: justadventure_walkthrough.html, lines 1017-1040 — Rada Book has three pages of symbol translations; decoder must scan both drum-symbol-lines</small>
```
SYMBOL DISCOVERY PHASE (Rada Drumbeat Observation):
Step A → Approach drummer in Jackson Square (ignores Gabriel initially)
<small>Source: lines 1018-1019 — "Approach the drummer and try to talk to him but he ignores Gabriel"</small>
Step B → Use Rada Book on drummer from inventory
→ Drummer continues playing, reveals two horizontal lines of drum symbols
→ Each line contains 18 symbols (36 total)
Step C → Screen splits into TWO PANELS:
LEFT PANEL: Three accessible pages of Rada Book dictionary
- Each page shows symbol groups with English translations
- Navigation via curved arrows (clockwise/anticlockwise)
RIGHT PANEL: Two lines of drum symbols (the encoded message)
SYMBOL TRANSLATION PROCESS (Multi-Page Dictionary Lookup):
Step D → PAGE 1 SCANNING PROCEDURE:
- Scan down symbol list on Page 1 (left panel)
- Identify matching symbol GROUP in drumbeat line (right panel)
- CRITICAL: Symbols appear in specific ORDER within the 36-symbol camouflage
MATCH FOUND at Line 2, Positions 2-5:
Drum symbols → [SYMBOL A][SYMBOL B][SYMBOL C][SYMBOL D]
Translation on Page 1 Row 2 → "TONIGHT"
<small>Source: lines 1030-1031 — "This string of symbols is identical to the second row down on page-1...translation is 'Tonight'"</small>
Step E → Turn to PAGE 2 via arrow navigation
MATCH FOUND at Bottom Line, Positions 11-15:
Drum symbols → 5-symbol sequence (positions from left)
Translation on Page 2 Row 6 → "SWAMP"
<small>Source: lines 1034-1035 — "Bottom Right hand side...Five symbols, 11th through 15th yielding 'SWAMP'"</small>
Step F → Turn to PAGE 3 via arrow navigation
MATCH FOUND at Top Line, Positions 7-12:
Drum symbols → 6-symbol sequence
Translation on Page 3 Bottom Row → "CALL CONCLAVE"
<small>Source: lines 1039-1040 — "Top Right hand side...Five symbols, 7th through 12th yielding 'CALL CONCLAVE'"</small>
FINAL MESSAGE ASSEMBLY:
Three words discovered across three pages → "TONIGHT SWAMP CALL CONCLAVE"
Complete translation reveals conclave timing (tonight) + location (swamp)
WHY IT'S SYMBOL CODE TRANSLATION:
1. VISUAL SYMBOL MATCHING: Player must recognize that symbol shapes on drumbeat = same symbols in book dictionary
2. MULTI-PAGE NAVIGATION: Translation requires navigating across three separate pages of reference material
3. ORDER WITHIN CAMOUFLAGE: Only THREE WORDS hidden among 36 meaningless symbols—player must find positionally-correct sequences
4. DICTIONARY-LIKE TRANSLATION: Not mechanical pattern (like engraved rods), but linguistic translation via symbol→word mapping
5. NO SINGLE SEQUENCE TO MEMORIZE: Unlike Observation Replay, player isn't memorizing order—they're translating using reference dictionary
DISTINCTION FROM PATTERN LEARNING:
- PL would be: Learn rule "symbol A = word X", apply to NEW instances
- SCT here is: Use book as CIPHER KEY to decode this SPECIFIC message (no framework reuse)
- Player doesn't learn a repeatable system—just decodes once using provided dictionary
COMPARISON TO STANDARD ENGRAVED ROD SYSTEM:
Similarities: Both use visual symbol matching + order sensitivity
Differences:
- Rods use shape/color for direct mechanical translation (shape on rod → shape on button)
- Rada Drums use abstract symbols for LINGUISTIC translation (symbol pattern → English word)
- Rada requires multi-page navigation; rods are single-examination
```
<small>Cited from: justadventure_walkthrough.html:1017-1040</small>
---
### 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.

View File

@@ -137,3 +137,386 @@ FAILURE STATE: Sequence deviation results in game over
```
**Why It's Timed Consequence**: Urgency exists entirely through NARRATIVE stakes (Khan pursuing, life-or-death scene establishment), not mechanical timer. Player internalizes threat from story context—cutscene language, dialogue, positioning all indicate "act now or die." No HUD element tracks the deadline; urgency is DIEGETIC within story world. The puzzle tests ability to prioritize correctly: player must recognize that immediate action required rather than exploration/interaction. This differs from Observation Replay's precise timing window (where exact button press moment matters for success) because TC focuses on ACTION SEQUENCE ORDER with narrative threat, not frame-perfect execution skill.
---
### Legend of Kyrandia: Malcolm Knife Throw-Back (LK1)
**Problem**: At the entrance to Serpent's Grotto, the antagonist Malcolm appears and throws a knife at Brandon. The player must click to throw the knife back BEFORE it hits Brandon. This is a critical first-time-only encounter with immediate permanent consequence—failure results in death and game over. Any other action (saving, running, dialogue) triggers Malcolm throwing another knife that cannot be missed.
<small>Source: classicgamesparadise_walkthrough.html, lines 107-108 — "When you try to enter, Malcolm will show up to taunt Brandon. When he throws the knife at Brandon, quickly click on it while it is stuck in the tree to throw it back. If you try to run, Malcolm will throw another and won't miss this time."</small>
<small>Source: bonny_ploeg_walkthrough.html, lines 45-46 — "Enter the grotto: Malcolm will come out. As soon as you can, throw the knife back at him: anything else, even saving the game, is lethal." + line 88 — "Getting turned to stone (or in the floppy version: knifed) by Malcolm at the serpent grotto" listed as death scenario</small>
```
NARRATIVE URGENCY WITHOUT MECHANICAL TIMER:
THREAT ESTABLISHMENT:
→ Player attempts to enter Serpent's Grotto after sealing ice with flute
→ Cutscene/dialogue sequence establishes confrontation
→ MALCOLM THROWS KNIFE at Brandon (animated projectile)
→ CRITICAL MOMENT: Knife is STUCK IN TREE near Brandon (not yet lethal)
TIME WINDOW:
- No visible countdown or progress bar
- Deadline implied: "click knife before it completes trajectory"
- Threat conveyed through cutscene tension, not UI element
REQUIRED ACTION SEQUENCE:
Step 1 → Malcolm throws knife; animation plays showing projectile
- Player cannot interact during throw animation
Step 2 → Knife lands STUCK IN TREE (briefly accessible state)
- CRITICAL: Must click on stuck knife IMMEDIATELY
- Pre-typing command won't work—must wait for exact moment
Step 3 → Click/USE on knife while it's stuck (before game processes impact)
- Brandon catches and throws knife back at Malcolm
- Cutscene: Malcolm stunned, flees, seals grotto entrance with ice
FAILURE STATES:
A. RUN AWAY: Trigger different animation—Malcolm throws second knife
→ Second projectile cannot be caught/deflected
→ Direct hit = instant death/game over
B. SAVE GAME during initial throw window:
→ Saving triggers "too slow" failure state
→ Even the act of saving counts as "wrong action"
→ Malcolm's dialogue changes; second knife throws
C. WRONG DIALOGUE/INTERACTION:
→ Any command other than immediate knife-click fails
→ Same outcome: lethal follow-up attack
WHY IT'S TIMED CONSEQUENCE (Not Observation Replay):
NARRATIVE URGENCY VS MECHANICAL PRECISION:
This puzzle establishes urgency through STORY CONTEXT—Malcolm as antagonist, confrontation scene, life-or-death stakes—rather than requiring frame-perfect input skill. The "timing window" exists not because animation frames demand exact timing, but because the NARRATIVE establishes Malcolm's attack as IMMEDIATE THREAT that demands immediate response.
PERMANENT CONSEQUENCE:
Failure = DEATH (permanent game state ending requiring restart/loading). Not just "puzzle failed, try different approach." The consequence is binary: survive or permanent death. This matches TC's emphasis on story-altering outcomes rather than mechanical retry loops.
NO MEMORIZATION REQUIRED:
Unlike Observation Replay where player must memorize sequence from one viewing then reproduce it later, here player acts DURING the event, not after witnessing it. No prior observation, no delayed reproduction—pure immediate response to narrative threat.
"ANYTHING ELSE IS LETHAL" MECHANIC:
The walkthrough explicitly states "even saving the game is lethal"—this emphasizes how NARRATIVE URGENCY overrides normal game systems. The save system (normally safe action) becomes DEATH TRIGGER because story context demands one specific immediate response. This is TC's hallmark: urgency that exists beyond UI/menus, embedded in diegetic world rules.
```
---
### Legend of Kyrandia: Fireberry Maze Navigation (LK1)
**Problem**: Inside Shadowrealm/Serpent's Grotto, the player navigates a dark maze with limited visibility. Fireberries provide illumination but burn out after exactly 3 screen transitions when carried. If caught in darkness without light source, shadow wraiths devour Brandon (game over). The puzzle requires careful resource management across an unmemorable labyrinth with death as consequence for miscalculation.
<small>Source: classicgamesparadise_walkthrough.html, lines 173-175 — "Be careful though; you can only safely move between rooms 3 times before the Fireberries will burn out. If you are caught in a dark room without any light, the shadow wraiths will no longer be repelled by the light and will devour you. If you drop a fireberry on the ground, it won't burn out and will make that room safe to go back to if you run out of berries."</small>
<small>Source: bonny_ploeg_walkthrough.html, lines 49-53 — "The caves are dark. If you are in a dark spot when you have no firebrities on you, you'll die... Fireberries will burn infinitely on the bush or on the floor, but you can only carry them for 3 screens."</small>
```
NARRATIVE URGENCY THROUGH RESOURCE DECAY:
THREAT ESTABLISHMENT:
→ Shadowrealm is naturally dark (perpetual shadow/dungeon aesthetic)
→ Fireberries are required to repel shadow wraiths (established through early death or hint)
→ CRITICAL MECHANIC: Berries burn out after 3 screen transitions when HELD IN INVENTORY
DEATH CONSEQUENCE:
- No timer visible, no progress bar tracking berry burn-rate
- Player must internally count "1 screen... 2 screens... 3 screens remaining"
- At zero burns: darkness activates → wraiths appear → instant death
STRATEGY OPTIONS (Both Require Planning):
OPTION A - Permanent Light Beacons:
Step 1 → Pick up 4 fireberries at each bush
Step 2 → Travel to new dark room, DROP ONE BERRY ON FLOOR before moving on
- Berry placed on floor burns INDEFINITELY (doesn't decay)
- Room becomes permanently safe for re-entry
Step 3 → Continue with remaining berries; each room gets beacon
Step 4 → If run out of portable berries → backtrack to any lit room (safe zone)
OPTION B - Map-Assisted Save/Reload at Bushes:
Step 1 → Create external paper map, number all fireberry bush locations
Step 2 → Establish secondary save file at EACH bush position
- Label saves with location identifier from map
- Primary save = progression; secondary save = bush checkpoint
Step 3 → When carrying berries into unknown section, use primary save only
Step 4 → If berries expire before finding next bush: RELOAD to nearest bush save
CRITICAL STRATEGY ELEMENTS:
1. BERRY ECONOMY MANAGEMENT:
- Carrying = rapid decay (3 screens max)
- Dropped on floor = infinite burn time
- Each bush = finite resource pool, not renewable indefinitely
2. NAVIGATION WITHOUT MEMORY:
All rooms look identical (dark cave aesthetic, no unique visual markers). External mapping required because internal landmarks don't exist.
3. DEATH CONSEQUENCE STRUCTURE:
Darkness death is PERMANENT (game over), not "lose current berries and respawn." Player must manage risk through strategic berry placement or save-file discipline.
WHY IT'S TIMED CONSEQUENCE:
RESOURCE-DECAY URGENCY VS MECHANICAL TIMER:
No visible countdown exists. The "3 screens" burn rate is revealed through failed attempts or walkthrough knowledge. The urgency comes from INTERNAL COUNTING—player mentally tracks remaining screens before berry expiration. This creates NARRATIVE TENSION ("how far can I go before darkness claims me?") without HUD timer.
STORY-EMBEDDED MECHANIC:
The fireberry mechanic is THEMATICO—shadow realms require light; carried light burns through use; abandoned light becomes permanent sanctuary. These rules feel diegetic, not arbitrary "3 moves before reset" puzzle structure.
PERMANENT CONSEQUENCE FOR MISMANAGEMENT:
Death in darkness = complete game over, requiring reload to much earlier save point. This is TC's hallmark stakes—consequence is NARRATIVE FAILURE (Brandon consumed by shadows), not JUST mechanical setback (lose inventory and retry).
DISTINCTION FROM PATTERNS/LOGISTICS PUZZLES:
While inventory management involved (Cross-Realm Logistics element), the CORE PUZZLE MECHANIC is URGENCY MANAGEMENT. Not "where are items located" but "how long until items cease functioning." The temporal decay creates narrative urgency absent from pure logistics puzzles.
```
---
### SpaceQuest III: Ortega Force Field Escape (SQ3)
**Problem**: Roger reaches Ortega, a planet protected by an impenetrable force field beam maintained by a shield generator. After discovering the generator's location via telescope and acquiring items needed for escape, Roger must destroy the generator to disable the shielding—triggering an invisible countdown before the entire planet explodes. The player receives warning that time is limited but no visible timer displays remaining duration.
<small>Source: gamefaqs-tricrokra-archive.html, lines 485-491 — "Once you continued a timer will start to run. A timer you don't see, but one that is pretty narrow."</small>
<small>Source: the-spoiler-walkthrough.html, lines 126-128 — "'Throw detonator'. 'Climb down ladder'. The planet's going to explode!."</small>
```
THREAT STRUCTURE:
URGENCY SIGNAL (Dialogue-based):
Walkthrough explicitly states "Once you continued here a timer will start to run. A timer you don't see, but one that is pretty narrow."
The threat consequence: "If you exceed the time you are dead." [game over]
NO UI TIMER EXISTS:
Player must infer remaining time from narrative cue alone ("planet's going to explode!") and internal urgency management
PHASE 1 - PREPARATION (Before Timer Activates):
STEP A - Wait for Scouting Party to Depart
Prerequisite: Land on Ortega, wear thermoweave underwear (heat protection)
Location: South → West → South (behind bridge structure)
Action: Wait until armed men leave the area before proceeding
Citation: the-spoiler-walkthrough.html, line 123 — "Walk behind the boulder and wait for the men to leave"
STEP B - Discover Planet Location via Telescope
Location: Scout observation post (same location as above)
Action: LOOK in telescope → discover Pestulon coordinates
Outcome: New destination added to ship navigation system
Citation: gamefaqs-tricrokra-archive.html, line 489 — "Use the telescope, and you'll discover Pestulon"
STEP C - Acquire Escape Tools
Items collected at scout post (before heading north):
- THERMAL DETONATOR (from box) → used to destroy generator
- METAL POLE → required to pole vault across chasm after explosion
Citation: gamefaqs-tricrokra-archive.html, lines 490-491 — "= Get a detonator from the box = Get the pole"
PHASE 2 - TIMER ACTIVATION SEQUENCE:
STEP A - Navigate to Shield Generator
Path: Exit south post → East × 2 → North (outside generator) → North again → Downstairs → North → East
Citation: gamefaqs-tricrokra-archive.html, lines 498-503 — Path sequence to reach generator interior
STEP B - Climb Final Access Point
Command: CLIMB ladder at north end of generator room
STEP C - DESTROY GENERATOR (TIMER BEGINS)
Action: THROW detonator into large hole in floor
Consequence Triggered: Force field deactivates; planet enters destruction sequence
Invisible Countdown: Walkthrough notes "pretty narrow" time limit
Citation: gamefaqs-tricrokra-archive.html, line 508 — "Throw the Detonator into the big hole"
PHASE 3 - ESCAPE SEQUENCE (Race Against Invisible Timer):
STEP A - Descend Generator Building
Command: CLIMB DOWN ladder immediately after detonation
Citation: gamefaqs-tricrokra-archive.html, line 509 — "= Climb down"
STEP B - Navigate Back to Ship (Fixed Exit Path)
Navigation Sequence (MUST NOT DEVIATE):
- West → South → South → West ×2 → North
Critical Step at Chasm:
Position: After second west direction, before final east
Action: USE POLE to vault across ground crack formed by explosion
Citation: gamefaqs-tricrokra-archive.html, line 468 — "USE POLE (you'll use your pole to jump over the crack)"
STEP C - Reach Ship and Launch
Final Moves: EAST → NORTH (center of screen) → Enter ship based on position
Commands in Ship: SIT → LOOK COMPUTER → Select "1" (Engines) → "3" (Takeoff)
Citation: gamefaqs-tricrokra-archive.html, lines 520-527 — Final escape sequence
CONSEQUENCE STRUCTURE:
IF TIMER EXPIRES BEFORE ESCAPE:
Consequence: Game over (death by planetary explosion)
No UI warning—player must infer remaining time from narrative urgency alone
WHY IT'S TIMED CONSEQUENCE PUZZLE:
NARRATIVE URGENCY WITHOUT MECHANICAL TIMER:
Walkthrough explicitly states "A timer you don't see"—this is TC's defining trait. The player knows time matters but cannot quantify remaining duration without external knowledge (walkthrough) or careful observation of explosion animations (which may not be visible before game ends).
NO SAVE/LOAD GAMEPLAY LOOPS ALLOWED:
While player can theoretically save/reload, the design intends single-attempt execution after detonation. There's no "try again" safety net—player must prepare all items beforehand and know/remember escape route.
CONSEQUENCE IS PERMANENT STORY CHANGE (Or Death):
If player fails to escape in time, consequence is Roger Wilco dying—story ends. This is TC's hallmark: stakes are narrative (character death) rather than mechanical (lose points/item).
KEY DISTINCTION FROM PREDATOR CHASE ESCAPE:
Predator Chase has immediate pursuit mechanic with no timer UI but ACTIVE PURSUER. Player is being hunted by Arnold in real-time. Ortega escape has no visible pursuer—only environmental destruction sequence triggered by player's own action, requiring self-managed urgency without external threat presence.
TIMED URGENCY VS FIXED ROUTE:
The puzzle's difficulty emerges from knowing/remembering a specific multi-step path (West → South × 2 → West × 2 → North → East) under time pressure. Unlike standard navigation puzzles, deviation or hesitation risks explosion death. This combines memory management with urgency—TC's narrative tension applied to rote escape sequence.
```
---
### Quest for Glory IV: Gypsy Rescue Window (QFG4)
**Setup**: On days 4-5 of gameplay, the Burgomeister at the town office will announce that gypsies have been captured and accused of being werewolves, with Igor "missing." The player must investigate and rescue them before a specific deadline or the gypsies are executed/lost permanently.
<small>Source: qfg4-gamefaqs-anonymous.txt lines 831-856 — "Day 4-5: Farmers found gypsy at Burgomeister's office... Gypsy accused of being werewolf, Igor 'missing'"</small>
```
URGENCY SIGNAL - NARRATIVE THREAT:
Step 1 → Visit Burgomeister's office on Day 4+ (in-game calendar tracked by hotel nights)
Event triggers automatically if player has progressed足够 enough in valley exploration
Dialogue Conveyance:Burgomeister explains gypsies captured for "werewolf activities" near village farms.
Igor the hunchback is "missing" and suspected of involvement.
THREAT IMPLICIT: If gypsies are proven guilty or Igor not found, they face execution/expulsion from valley.
NO MECHANICAL TIMER UI:Player has no countdown or explicit deadline displayed.
Urgency must be inferred from narrative context: legal situations typically resolve quickly in medieval-settings.
CONSEQUENCE OF INACTION:If player delays too long (approx. days 6-8 depending on playthrough):Gypsies may be executed, released prematurely without aid,
OR the investigation opportunity closes entirely.
Result: Cannot complete Gypsy-related quests including Fortune Teller readings OR Rusalka quest for Paladins
REQUIRED ACTION SEQUENCE (Rescue Path):Step 1 → Search Igor's likely locations (NOT town, NOT Dr. Cranium's)
Clue: Igor works at cemetery during day
Step 2 → Visit Cemetery after gypsy accusation event
Look for tipped tombstone or unusual markings near graves
Step 3 → Investigate moaning sound coming from UNDER a disturbed grave
Tombstone has been pushed over, revealing hidden cavity underneath
Step 4 → Class-specific tombstone lifting:
Fighter: Use strength to push/force tombstone aside directly
Thief: Use rope tied to nearby tree branch as pulley system to lift stone
Wizard: Cast Fetch spell on tombstone to magically remove it
Result: Igor freed from underground hiding/detention spot
Step 5 → Automatic consequence: Gypsies are released once Igor is found
Reasoning: Without Igor's alleged leadership, accusation collapses
REWARD FOR SUCCESSFUL RESCUE:Gypsy camp becomes fully accessible for future interactions.
Magda the Fortune Teller available for tarot readings (up to 4, providing Undead Amulet/Aura Spell).
Critical information about Dark One's name "AVOOZL" eventually revealed through readings.
PALADIN-SPECIFIC EXTENSION:Rescued gypsies provide quest hints for Rusalka lake spirit release.
Magda can advise on "sacrifice needed" and guidance toward true redemption mechanics.
WHY IT'S TIMED CONSEQUENCE PUZZLE:NARRATIVE URGENCY WITHOUT MECHANICAL DEADLINE:
Player learns THREAT exists (gypsies face consequences) but NO COUNTDOWN DISPLAYS.
Game continues normally if player ignores it—consequence only manifests as LOST OPPORTUNITY.
PERMANENT STORY CHANGE:Puzzle opportunity closes after certain point (exact timing undocumented, varies by playthrough).
Unlike "game over" puzzles, the game CONTINUES but specific content becomes UNACCESSIBLE.
This is hallmark Timed Consequence: narrative urgency, player-managed priority, permanent consequence of delay.
COMPARISON TO SPACEQUEST 4 EXPLOSION:SQ4 = mechanical death if fail (hard reset)
QFG4 = missed questline content (soft lockout, game continues)
Both share core TC trait: no visible timer, must infer urgency from narrative context.
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:831-856, qfg4-gamefaqs-sac.txt:2430-2447</small>
---
### Quest for Glory IV: Will-o'-Wisp Nighttime Capture (QFG4)
**Setup**: To reveal the Sense Ritual location at the Squid Stone, player must capture Will-o'-Wisps. Wisps only appear at NIGHT and die if not released before DAYBREAK. This creates a strict time-window puzzle combining environmental timing with consequence management.
<small>Source: qfg4-gamefaqs-sac.txt lines 1946-1952 — "Make sure to let them out before daybreak or else they'll expire"</small>
```
ENVIRONMENTAL URGENCY SIGNAL - Celestial Cycle:
Step 1 → Travel to swamp edge area (west forest, near Dark One Cave entrance)
CRITICAL CONSTRAINT: Must visit during NIGHT game time only
NIGHTTIME DETECTION:Will-o'-Wisps visible as floating lights above dark water surface.
During daytime: Wisps disappear entirely; cannot be captured or interacted with.
CAPTURE MECHANIC:Step 2 → Ensure candy in inventory (purchased from General Store, town)
Item prerequisite for luring wisps
Step 3 → Use CANDY on ground/water near visible wisp
Result: Wisps approach slowly, attracted by sweet smell
Step 4 → Wait ~3-5 seconds until wisp enters capture range
Step 5 → Use EMPTY FLASK on approaching wisp
Result: Wisp captured inside flask, added to inventory item "Flask of Will O' Wisps"
TIMED CONSEQUENCE WINDOW - Daybreak Deadline:
URGENCY: Captured wisps are ALIVE organisms inside flask.
THREAT: If daybreak occurs before releasing wisps back into environment,
they DIE inside the flask permanently.
NO EXPLICIT WARNING: Game does not display countdown or "wisps dying soon" message.
Player must track time by observing sun/moon position OR checking clock UI.
RELEASE AND APPLICATION (Daytime):Step 6 → Travel to Squid Stone ritual marker location
Step 7 → Use Flask of Will O' Wisps on ritual stone BEFORE daybreak if captured at night end
Result: Wisp light reveals hidden Mad Monk's tomb entrance + Bone Ritual scroll location
CONSEQUENCE STRUCTURE:If wisps die from daybreak before release:Flask becomes empty/useless.
Must restart entire capture process (wait for next night cycle, repeat luring).
No permanent game lockout, but creates REPLAY PENALTY and delays progression.
WHY IT'S TIMED CONSEQUENCE PUZZLE:ENVIRONMENTAL URGENCY WITHOUT MECHANICAL TENSION:
Player knows "before daybreak" is deadline but no explicit countdown.
Natural celestial cycle serves as timer (day/night transition).
SOFT CONSEQUENCE (Not Death/Lockout):Wisps dying = inconvenience and delay, not permanent story change or game over.
This is softer Timed Consequence compared to Gypsy rescue (which can permanently close questlines).
HYBRID WITH OBSERVATION REPLAY:OR component:Lure pattern must be observed and reproduced correctly (behavior learning).
TC component: Capture-to-release window creates urgency layer on top of OR mechanics.
The Will-o'-Wisp puzzle demonstrates TC can apply to ITEM PRESERVATION not just character survival—
maintaining captured organism's viability is the timed challenge, with mechanical consequence (item uselessness) if deadline missed.
```
<small>Cited from: qfg4-gamefaqs-anonymous.txt:1075-1080, qfg4-gamefaqs-sac.txt:1946-1952</small>

View File

@@ -30,15 +30,15 @@ Status legend:
- [x] SpaceQuest 1: The Sarien Encounter (1986) - SQ1
- [x] SpaceQuest II: Vohaul's Revenge (1987)
- [ ] SpaceQuest III: The Pirates of Pestulon (1989)
- [x] SpaceQuest III: The Pirates of Pestulon (1989) - SQ3 ***Documented March 2026***
- [x] SpaceQuest IV: Roger Wilco and the Time Rippers (1991) - SQ4
## Sierra Games - Adventure RPG Series
- [x] Quest for Glory 1: So You Think You're a Hero (1989) - QFG1
- [x] Quest for Glory II: Trial by Fire (1990) - QFG2
- [ ] Quest for Glory III: Wages of War (1992)
- [ ] Quest for Glory IV: Shadows of Darkness (1994)
- [x] Quest for Glory III: Wages of War (1992) - QFG3 ***Documented March 2026***
- [x] Quest for Glory IV: Shadows of Darkness (1994) - QFG4 ***Documented March 2026***
## Revolution Software
@@ -48,9 +48,9 @@ Status legend:
## Other Studios
- [ ] Simon the Sorcerer (1993) - SIMON ***Already covered***
- [ ] Legend of Kyrandia: Book One (1992) - LK1 ***Already covered***
- [ ] Gabriel Knight: Sins of the Fathers (1993)
- [x] Simon the Sorcerer (1993) - SIMON ***Documented March 2026***
- [x] Legend of Kyrandia: Book One (1992) - LK1 ***Documented March 2026***
- [x] Gabriel Knight: Sins of the Fathers (1993) - GK1 ***Documented March 2026***
- [x] The Longest Journey (1999) - TLJ
- [x] Syberia (2002) - SYB
@@ -58,9 +58,9 @@ Status legend:
## Analysis Progress
**Total:** 30 games
**Complete:** 26 games (KQVI, KQVII, KQVIII, KQIII, MI1, MI2, SIMON, LK1, MM, ZAK, INDY1, LOOM, SMHTR, TD, FT, INDY2, DOTT, SQ2, SQ4, QFG1, QFG2, BAS, BS1, TLJ, SYB, GF)
**Remaining:** 4 games
**Total:** 31 games
**Complete:** 31 games
**Remaining:** 0 games
---
@@ -73,6 +73,12 @@ Status legend:
| MI1 | Monkey Island 1 | LucasArts 1990 |
| MI2 | Monkey Island 2 | LucasArts 1991 |
| KQVI | King's Quest VI | Sierra 1992 |
| LK1 | Legend of Kyrandia 1 | Westwood 1992 |
| SIMON | Simon the Sorcerer | Adventure Soft 1993 |
| GF | Grim Fandango | LucasArts 1998 |
| TLJ | The Longest Journey | Funcom 1999 |
| SYB | Syberia | Microids 2002 |
| SQ3 | SpaceQuest III | Sierra 1989 |
| QFG3 | Quest for Glory III: Wages of War | Sierra 1992 |
| QFG4 | Quest for Glory IV: Shadows of Darkness | Sierra 1994 |
| GK1 | Gabriel Knight: Sins of the Fathers | SIERRA-on-LINE 1993 |

View File

@@ -0,0 +1,585 @@
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=2N_sDSC0" charset="utf-8"></script>
<script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script>
<script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden","showSwfDownload":true};</script>
<script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script>
<script type="text/javascript">
__wm.init("https://web.archive.org/web");
__wm.wombat("https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough","20191016121601","https://web.archive.org/","web","https://web-static.archive.org/_static/",
"1571228161");
</script>
<link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=1utQkbB3" />
<link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" />
<!-- End Wayback Rewrite JS Include -->
<meta charset="UTF-8"/>
<title>Quest for Glory IV: Shadows of Darkness/Walkthrough — StrategyWiki, the video game walkthrough and strategy guide wiki</title>
<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough","wgTitle":"Quest for Glory IV: Shadows of Darkness/Walkthrough","wgCurRevisionId":458933,"wgRevisionId":458933,"wgArticleId":17263,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Sub-pages","Pages needing images"],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough","wgRelevantArticleId":17263,"wgRequestId":"f53d63c3d15d0bdb09e2ab44","wgCSPNonce":false,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgCargoMapClusteringMinimum":80,"wgCargoMonthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"wgCargoMonthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgCargoWeekDays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"wgCargoWeekDaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"wgMFExpandAllSectionsUserOption":true,"wgMFEnableFontChanger":true,"wgMFDisplayWikibaseDescriptions":{"search":false,"nearby":false,"watchlist":false,"tagline":false},"wgWikiEditorEnabledModules":[]});mw.loader.state({"site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"ready","user.tokens":"loading","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.skinning.interface":"ready","skins.dolphin.styles":"ready"});mw.loader.implement("user.tokens@0tffind",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});RLPAGEMODULES=["site","mediawiki.page.startup","mediawiki.user","mediawiki.page.ready","mediawiki.searchSuggest","ext.gadget.charinsert","skins.dolphin.js","skins.dolphin.collapsibleNav"];mw.loader.load(RLPAGEMODULES);});</script>
<link rel="stylesheet" href="/web/20191016121601cs_/https://strategywiki.org/w/load.php?debug=false&amp;lang=en&amp;modules=mediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.skinning.interface%7Cskins.dolphin.styles&amp;only=styles&amp;skin=dolphin"/>
<script async="" src="/web/20191016121601js_/https://strategywiki.org/w/load.php?debug=false&amp;lang=en&amp;modules=startup&amp;only=scripts&amp;skin=dolphin"></script>
<meta name="ResourceLoaderDynamicStyles" content=""/>
<link rel="stylesheet" href="/web/20191016121601cs_/https://strategywiki.org/w/load.php?debug=false&amp;lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=dolphin"/>
<meta name="generator" content="MediaWiki 1.32.2"/>
<link rel="alternate" type="application/x-wiki" title="Edit" href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit"/>
<link rel="edit" title="Edit" href="/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit"/>
<link rel="shortcut icon" href="//web.archive.org/web/20191016121601im_/https://cdn.wikimg.net/en/strategywiki/favicon.ico"/>
<link rel="search" type="application/opensearchdescription+xml" href="/web/20191016121601/https://strategywiki.org/w/opensearch_desc.php" title="StrategyWiki (en)"/>
<link rel="EditURI" type="application/rsd+xml" href="//strategywiki.org/w/api.php?action=rsd"/>
<link rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"/>
<link rel="alternate" type="application/atom+xml" title="StrategyWiki Atom feed" href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Special:RecentChanges&amp;feed=atom"/>
<script type="text/javascript">
(function(i,s,o,g,r,a,m) {
i["GoogleAnalyticsObject"]=r;
i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
a=s.createElement(o),
m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)
})(window,document,"script","https://web.archive.org/web/20191016121601/https://www.google-analytics.com/analytics.js","ga");
ga("create", "UA-84370-4", "auto");
ga("send", "pageview");
</script>
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement("script");
elem.src = (document.location.protocol == "https:" ? "https://web.archive.org/web/20191016121601/https://secure" : "https://web.archive.org/web/20191016121601/http://edge") + ".quantserve.com/quant.js";
elem.async = true; elem.type = "text/javascript";
var scpt = document.getElementsByTagName("script")[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
</script>
<script async="async" src="https://web.archive.org/web/20191016121601js_/https://cdn.staticneo.com/neoassets/js/confiant.1546035434.js"></script>
<script src="https://web.archive.org/web/20191016121601js_/https://cdn.staticneo.com/neoassets/js/prebidneo1320.1543278685.js" type="text/javascript"></script>
<script type="text/javascript">
// Load APS library
!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//web.archive.org/web/20191016121601/https://c.amazon-adsystem.com/aax2/apstag.js");
// initialize apstag and have apstag set bids on the googletag slots when they are returned to the page
apstag.init({
pubID: "ea68add7-6d8d-4fda-af78-ed58e10bc8a0",
adServer: "googletag",
simplerGPT: true,
bidTimeout: 2e3
});
</script>
<script type="text/javascript">
var SWadSlots = [];
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
googletag.cmd.push(function() {
slot1 = googletag.defineSlot("/1015505/SW_728x90_ROS", [728, 90], "div-gpt-ad-728-top").addService(googletag.pubads());
SWadSlots.push(slot1);
slot2 = googletag.defineSlot("/1015505/SW_300x250_ROS", [300, 250], "div-gpt-ad-1340045808850-1").addService(googletag.pubads());
SWadSlots.push(slot2);
slot3 = googletag.defineSlot("/1015505/SW_728x90_Footer", [728, 90], "div-gpt-ad-728-footer").addService(googletag.pubads());
SWadSlots.push(slot3);
googletag.pubads().disableInitialLoad();
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
var sizes300 = [
[300, 250]
];
var sizesleader = [
[728, 90],[468, 60],[320,50]
];
var adUnits = [
{
code: '/1015505/SW_728x90_ROS',
mediaTypes: {
banner: {
sizes: sizesleader
}
},
bids: [{
bidder: 'appnexus',
params: {
placementId:14386006
}
}, {
bidder: 'aol',
params: {
placement: '5018140',
network: '10274.1'
}
}]
},{
code: '/1015505/SW_300x250_ROS',
mediaTypes: {
banner: {
sizes: sizes300
}
},
bids: [{
bidder: 'appnexus',
params: {
placementId:14386006
}
}, {
bidder: 'aol',
params: {
placement: '5018141',
network: '10274.1'
}
}]
},
{
code: '/1015505/SW_728x90_Footer',
mediaTypes: {
banner: {
sizes: sizesleader
}
},
bids: [{
bidder: 'appnexus',
params: {
placementId:14386006
}
}, {
bidder: 'aol',
params: {
placement: '5018144',
network: '10274.1'
}
}]
}];
var apstagSlots = [{
slotID: 'div-gpt-ad-728-top',
slotName: '/1015505/SW_728x90_ROS',
sizes: [[728, 90]]
},
{
slotID: 'div-gpt-ad-1340045808850-1',
slotName: '/1015505/SW_300x250_ROS',
sizes: [[300, 250]]
},
{
slotID: 'div-gpt-ad-728-footer',
slotName: '/1015505/SW_728x90_Footer',
sizes: [[728, 90]]
}];
// ======== DO NOT EDIT BELOW THIS LINE =========== //
var pbjsneo = pbjsneo || {};
pbjsneo.que = pbjsneo.que || [];
function fetchHeaderBids(apstagSlots, adUnits) {
var TIMEOUT = 2000;
//declare bidders
var bidders = ['a9', 'prebid'];
// create a requestManager to keep track of bidder state to determine when to send ad server
// request and what apstagSlots to request from the ad server
var requestManager = {
adserverRequestSent: false,
apstagSlots: apstagSlots,
adUnits: adUnits
};
//loop through bidder array and add the bidders to the request manager:
bidders.forEach(function(bidder) {
requestManager[bidder] = false;
})
// return true if all bidders have returned
function allBiddersBack() {
var allBiddersBack = bidders
// get the booleans from the object
.map(function(bidder) {
return requestManager[bidder];
})
// get rid of false values - indicates that the bidder has responded
.filter(Boolean)
// if length is equal to bidders, all bidders are back
.length === bidders.length;
return allBiddersBack;
}
// handler for header bidder responses
function headerBidderBack(bidder) {
// return early if request to adserver is already sent
if (requestManager.adserverRequestSent === true) {
return;
}
// set the bidder targeting and flip bidder back flag
if (bidder === 'a9') {
requestManager.a9 = true;
} else if (bidder === 'prebid') {
requestManager.prebid = true;
}
// if all bidders are back, send the request to the ad server
if (allBiddersBack()) {
console.log('all bids rcvd, sending server req');
sendAdserverRequest();
}
}
// actually get ads from DFP
function sendAdserverRequest() {
// return early if request already sent
if (requestManager.adserverRequestSent === true) {
return;
}
// flip the boolean that keeps track of whether the adserver request was sent
requestManager.adserverRequestSent = true;
// make ad request to DFP
googletag.cmd.push(function() {
apstag.setDisplayBids();
pbjsneo.setTargetingForGPTAsync();
googletag.pubads().refresh(SWadSlots);
});
}
function requestBids() {
// request bids from prebid
pbjsneo.que.push(function() {
pbjsneo.bidderSettings = {
standard: { },
aol: {
bidCpmAdjustment : function(bidCpm, bid){
// adjust the bid in real time before the auction takes place
console.log('Bidder is: ' + bid.bidderCode);
return bidCpm * .95;
}
}
};
console.log('viewport when prebid set config: '+document.documentElement.clientWidth);
pbjsneo.addAdUnits(requestManager.adUnits);
/*pbjsneo.setConfig({ debug: true });*/
pbjsneo.setConfig({ priceGranularity: "dense" });
pbjsneo.requestBids({
bidsBackHandler: function (bidResponses) {
headerBidderBack('prebid');
}
});
});
// fetch bids from APS
apstag.fetchBids({
slots: requestManager.apstagSlots
}, function(bids) {
headerBidderBack('a9');
});
}
requestBids();
// set timeout to send request to call sendAdserverRequest() after timeout
// if all bidders haven't returned before then
window.setTimeout(function() {
console.log('hb timeout reached');
sendAdserverRequest();
}, TIMEOUT);
};
fetchHeaderBids(apstagSlots, adUnits);
</script>
<script type="text/javascript" src="/web/20191016121601js_/https://strategywiki.org/w/extensions/StrategyWiki/js/SWNeoIntegration.js" async="true"></script>
<link rel="stylesheet" href="/web/20191016121601cs_/https://strategywiki.org/w/extensions/StrategyWiki/css/SWNeoIntegration.css"/>
<script type="text/javascript" id="nsgpt" src="//web.archive.org/web/20191016121601js_/https://cdn.nsstatic.net/ns/strategywiki.com.js" async="true"></script>
<!--[if lt IE 9]><script src="/w/load.php?debug=false&amp;lang=en&amp;modules=html5shiv&amp;only=scripts&amp;skin=dolphin&amp;sync=1"></script><![endif]-->
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Quest_for_Glory_IV_Shadows_of_Darkness_Walkthrough rootpage-Quest_for_Glory_IV_Shadows_of_Darkness skin-dolphin action-view"> <div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="container">
<div id="content-container">
<!-- Start Header Banner Ad -->
<div id="leaderboard-ad-top" class="leaderboard-ad">
<div id="div-gpt-ad-728-top" style="width:728px; height:90px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display('div-gpt-ad-728-top'); });
</script>
</div>
</div>
<!-- End Header Banner Ad -->
<a id="top"></a>
<h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Quest for Glory IV: Shadows of Darkness/Walkthrough</span></h1> <div id="content-nav-container">
<div id="content-nav">
<div id="left-navigation">
<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
<h3 id="p-namespaces-label">Namespaces</h3>
<ul>
<li id="ca-nstab-main" class="selected"><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough" title="View the content page [c]" accesskey="c">Page</a></span></li><li id="ca-talk" class="new"><span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Talk:Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit&amp;redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t">Discussion</a></span></li> </ul>
</div>
<div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
<input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-variants-label"/>
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
</div>
<div id="right-navigation">
<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
<h3 id="p-views-label">Views</h3>
<ul>
<li id="ca-view" class="collapsible selected"><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough">Read</a></span></li><li id="ca-edit" class="collapsible"><span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li><li id="ca-history" class="collapsible"><span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></span></li> </ul>
</div>
<div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
<input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-cactions-label"/>
<h3 id="p-cactions-label"><span>More</span></h3>
<div class="menu">
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="content" class="mw-body" role="main">
<div class="mw-indicators mw-body-content">
</div>
<div id="bodyContent" class="mw-body-content">
<div id="siteSub-wrapper">
<div id="siteSub" class="noprint">From StrategyWiki, the video game walkthrough and strategy guide wiki</div> <!-- Start AddThis button -->
<div class="addthis_sharing_toolbox"></div>
<!-- End AddThis button -->
</div>
<div class="visualClear"></div>
<div id="contentSub"><span class="subpages">&lt; <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness" title="Quest for Glory IV: Shadows of Darkness">Quest for Glory IV: Shadows of Darkness</a></span></div>
<div id="jump-to-nav"></div> <a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#p-search">Jump to search</a>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div class="header_box developer_header_box" style="display: none"><div class="floatleft"><a href="/web/20191016121601/https://strategywiki.org/wiki/File:Needimage_icon.png" class="image" title="needimage"><img alt="needimage" src="//web.archive.org/web/20191016121601im_/https://cdn.wikimg.net/en/strategywiki/images/4/49/Needimage_icon.png" width="64" height="52"/></a></div><p><b>This article needs images!</b> If you have any images of the things detailed in this page, please <span class="plainlinks"><a rel="nofollow" class="external text" href="//web.archive.org/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit">add them</a></span> to this page.</p><p style="font-size:smaller">If you need help with wiki markup, see the <a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Guide/Wiki_markup" title="StrategyWiki:Guide/Wiki markup">wiki markup page</a>. If you want to try out wiki markup without damaging a page, why not use the <a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Sandbox" title="StrategyWiki:Sandbox">sandbox</a>?</p><div style="clear: both;"></div></div><div class="nav_toc_append articletag" style="display: none"><a href="/web/20191016121601/https://strategywiki.org/wiki/File:Needimage_icon.png" class="image" title="This article needs images!"><img alt="This article needs images!" src="//web.archive.org/web/20191016121601im_/https://cdn.wikimg.net/en/strategywiki/images/thumb/4/49/Needimage_icon.png/25px-Needimage_icon.png" width="25" height="20" srcset="//web.archive.org/web/20191016121601im_/https://cdn.wikimg.net/en/strategywiki/images/thumb/4/49/Needimage_icon.png/38px-Needimage_icon.png 1.5x, //web.archive.org/web/20191016121601im_/https://cdn.wikimg.net/en/strategywiki/images/thumb/4/49/Needimage_icon.png/50px-Needimage_icon.png 2x"/></a><span style="padding-left:0.1em">This page needs some <a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Guide/Images" title="StrategyWiki:Guide/Images">images</a>!</span><div class="desc"><p><b>This article needs images!</b> If you have any images of the things detailed in this page, please <span class="plainlinks"><a rel="nofollow" class="external text" href="//web.archive.org/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=edit">add them</a></span> to this page.</p><p style="font-size:smaller">If you need help with wiki markup, see the <a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Guide/Wiki_markup" title="StrategyWiki:Guide/Wiki markup">wiki markup page</a>. If you want to try out wiki markup without damaging a page, why not use the <a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Sandbox" title="StrategyWiki:Sandbox">sandbox</a>?</p></div><div style="clear: both;"></div></div>
<div class="nav_box header_nav NavFrame noprint"><p class="NavHead"><b><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness" title="Quest for Glory IV: Shadows of Darkness">Quest for Glory IV: Shadows of Darkness</a></b> | <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Table_of_Contents" title="Quest for Glory IV: Shadows of Darkness/Table of Contents">Table of Contents</a> | <a class="mw-selflink selflink">Walkthrough</a> </p><div class="NavContent" style="display: none;"><p class="nav_box_toc_heading">Table of Contents</p><div style="float:left;width:33%">
<div class="toc_h2"><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Getting_Started" title="Quest for Glory IV: Shadows of Darkness/Getting Started">Getting Started</a></div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Controls&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory IV: Shadows of Darkness/Controls (page does not exist)">Controls</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory/Plot&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory/Plot (page does not exist)">Plot</a></li></ul>
</div><div style="float:left;width:33%">
<div class="toc_h2"><a class="mw-selflink selflink">Walkthrough</a></div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Introduction" title="Quest for Glory IV: Shadows of Darkness/Introduction">Introduction</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Town_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Town of Mordavia">Town of Mordavia</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Valley_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Valley of Mordavia">Valley of Mordavia</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Igor" title="Quest for Glory IV: Shadows of Darkness/Rescuing Igor">Rescuing Igor</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Dealing_with_Baba_Yaga" title="Quest for Glory IV: Shadows of Darkness/Dealing with Baba Yaga">Dealing with Baba Yaga</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Tanya" title="Quest for Glory IV: Shadows of Darkness/Rescuing Tanya">Rescuing Tanya</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Obtaining_the_rituals" title="Quest for Glory IV: Shadows of Darkness/Obtaining the rituals">Obtaining the rituals</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Endgame" title="Quest for Glory IV: Shadows of Darkness/Endgame">Endgame</a></li></ul>
</div><div style="float:left;width:33%">
<div class="toc_h2">Appendices</div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Side_quests" title="Quest for Glory IV: Shadows of Darkness/Side quests">Side quests</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Points" title="Quest for Glory IV: Shadows of Darkness/Points">Points</a></li></ul>
</div><div style="clear: both;"></div>
<div style="clear: both;"></div></div></div><!-- 300x250 ad --><div class="section-ad desktop-300-right"><div id="div-gpt-ad-1340045808850-1"><script type="text/javascript">googletag.cmd.push(function() { googletag.display('div-gpt-ad-1340045808850-1'); });</script></div></div>
<p>Because the Structure of the game is largely non-linear, the walkthrough is broken into a few sections. The <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Introduction" title="Quest for Glory IV: Shadows of Darkness/Introduction">Introduction</a> section describes the opening puzzles you need to get through to reach the Mordavian Valley. The <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Town_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Town of Mordavia">Town of Mordavia</a> section describes the essential places and puzzles in the town proper, and the <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Valley_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Valley of Mordavia">Valley of Mordavia</a> section does the same for everything outside the town gates.
</p><p>The above sections briefly describe most of the puzzles which are necessary for beating the game, and the <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Side_quests" title="Quest for Glory IV: Shadows of Darkness/Side quests">side quests</a> section describes optional quests particular to individual character classes, but may be solvable by anyone depending upon what abilities your hero possess.
</p><p>The <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Igor" title="Quest for Glory IV: Shadows of Darkness/Rescuing Igor">Rescuing Igor</a> section describes a strictly plot related set of events which occurs on day 5 and must be completed to beat the game, and <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Dealing_with_Baba_Yaga" title="Quest for Glory IV: Shadows of Darkness/Dealing with Baba Yaga">Dealing with Baba Yaga</a> and <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Tanya" title="Quest for Glory IV: Shadows of Darkness/Rescuing Tanya">Rescuing Tanya</a> are two more detailed quests which must be completed after certain events in the game are activated. <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Obtaining_the_rituals" title="Quest for Glory IV: Shadows of Darkness/Obtaining the rituals">Obtaining the Rituals</a> is a non linear set of quests which must be completed before <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Endgame" title="Quest for Glory IV: Shadows of Darkness/Endgame">EndGame</a>.
</p><p>Strictly speaking, you could just use all the sections from <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Igor" title="Quest for Glory IV: Shadows of Darkness/Rescuing Igor">Rescuing Igor</a> onward as a direct walkthrough to the game. Keep in mind that many puzzles have alternate solutions, and any method of progressing through the game varies by class.
</p>
<div class="nav_box footer_nav NavFrame noprint"><p class="NavHead"><span class="nav_box_goto_top_link"><a href="#top">[Go to top]</a></span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Plot&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory IV: Shadows of Darkness/Plot (page does not exist)">Plot</a> | Walkthrough | <a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Introduction" title="Quest for Glory IV: Shadows of Darkness/Introduction">Introduction</a></p><div class="NavContent" style="display:block"><p class="nav_box_toc_heading">Table of Contents</p>
<div style="float:left;width:33%">
<div class="toc_h2"><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Getting_Started" title="Quest for Glory IV: Shadows of Darkness/Getting Started">Getting Started</a></div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Controls&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory IV: Shadows of Darkness/Controls (page does not exist)">Controls</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory/Plot&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory/Plot (page does not exist)">Plot</a></li></ul>
</div><div style="float:left;width:33%">
<div class="toc_h2"><a class="mw-selflink selflink">Walkthrough</a></div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Introduction" title="Quest for Glory IV: Shadows of Darkness/Introduction">Introduction</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Town_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Town of Mordavia">Town of Mordavia</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Valley_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Valley of Mordavia">Valley of Mordavia</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Igor" title="Quest for Glory IV: Shadows of Darkness/Rescuing Igor">Rescuing Igor</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Dealing_with_Baba_Yaga" title="Quest for Glory IV: Shadows of Darkness/Dealing with Baba Yaga">Dealing with Baba Yaga</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Tanya" title="Quest for Glory IV: Shadows of Darkness/Rescuing Tanya">Rescuing Tanya</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Obtaining_the_rituals" title="Quest for Glory IV: Shadows of Darkness/Obtaining the rituals">Obtaining the rituals</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Endgame" title="Quest for Glory IV: Shadows of Darkness/Endgame">Endgame</a></li></ul>
</div><div style="float:left;width:33%">
<div class="toc_h2">Appendices</div>
<ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Side_quests" title="Quest for Glory IV: Shadows of Darkness/Side quests">Side quests</a></li>
<li><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Points" title="Quest for Glory IV: Shadows of Darkness/Points">Points</a></li></ul>
</div><div style="clear: both;"></div><div style="clear: both;"></div></div></div>
<!--
NewPP limit report
Cached time: 20190908192834
Cache expiry: 86400
Dynamic content: false
CPU time usage: 0.036 seconds
Real time usage: 0.051 seconds
Preprocessor visited node count: 355/1000000
Preprocessor generated node count: 1548/1000000
Postexpand include size: 11984/2097152 bytes
Template argument size: 1785/2097152 bytes
Highest expansion depth: 8/40
Expensive parser function count: 1/100
Unstrip recursion depth: 0/20
Unstrip postexpand size: 234/5000000 bytes
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 34.817 1 -total
52.38% 18.238 1 Template:Header_Nav
48.16% 16.767 2 Quest_for_Glory_IV:_Shadows_of_Darkness/Table_of_Contents
24.68% 8.594 1 Template:Needimages
22.39% 7.797 1 Template:Footer_Nav
18.80% 6.545 8 Template:Col
17.25% 6.005 1 Template:Tag
8.46% 2.945 6 Template:H2
6.32% 2.201 6 Template:-
-->
<!-- Saved in parser cache with key enstrategywiki-stratw_:pcache:idhash:17263-0!canonical and timestamp 20190908192834 and revision id 458933
-->
</div></div> <div class="printfooter">
Retrieved from "<a dir="ltr" href="https://web.archive.org/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;oldid=458933">https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;oldid=458933</a>" </div>
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:Categories" title="Special:Categories">Category</a>: <ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Category:Pages_needing_images" title="Category:Pages needing images">Pages needing images</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden category: <ul><li><a href="/web/20191016121601/https://strategywiki.org/wiki/Category:Sub-pages" title="Category:Sub-pages">Sub-pages</a></li></ul></div></div> <div class="visualClear"></div>
</div>
</div>
<!-- Start Footer Ad -->
<div id="leaderboard-ad-bottom" class="leaderboard-ad">
<div id="div-gpt-ad-728-footer">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display('div-gpt-ad-728-footer'); });
</script>
</div>
</div>
<!-- End Footer Ad -->
<div id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 24 December 2009, at 19:08.</li>
<li id="footer-info-viewcount">This page has been accessed 7,363 times.</li>
<li id="footer-info-copyright">Content is available under <a class="external" rel="nofollow" href="https://web.archive.org/web/20191016121601/http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike</a> unless otherwise noted.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Privacy_policy" title="StrategyWiki:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Guide/About" title="StrategyWiki:Guide/About">About StrategyWiki</a></li>
<li id="footer-places-disclaimer"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:General_disclaimer" title="StrategyWiki:General disclaimer">Disclaimers</a></li>
<li id="footer-places-mobileview"><a href="//web.archive.org/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
</ul>
<!-- Start Ads Byline -->
<div id="ads-footer"><div id="evolve_footer"></div></div>
<!-- End Ads Byline -->
<div style="clear: both;"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="/web/20191016121601/https://strategywiki.org/wiki/Main_Page" title="Visit the main page"></a></div>
<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
<h3 id="p-personal-label">Personal tools</h3>
<ul>
<li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Special:CreateAccount&amp;returnto=Quest+for+Glory+IV%3A+Shadows+of+Darkness%2FWalkthrough" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Special:UserLogin&amp;returnto=Quest+for+Glory+IV%3A+Shadows+of+Darkness%2FWalkthrough" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li> </ul>
</div>
</div>
<div id="mw-panel">
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/web/20191016121601/https://strategywiki.org/w/index.php" id="searchform">
<div id="simpleSearch">
<input type="search" name="search" placeholder="Search StrategyWiki" title="Search StrategyWiki [f]" accesskey="f" id="searchInput"/><input type="hidden" value="Special:Search" name="title"/><input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/> </div>
</form>
</div>
<div class="portal" role="navigation" id="p-navigation" aria-labelledby="p-navigation-label">
<h3 id="p-navigation-label">Navigation</h3>
<div class="body">
<ul>
<li id="n-mainpage-description"><a href="/web/20191016121601/https://strategywiki.org/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-Games"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Categories">Games</a></li><li id="n-portal"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Community_Portal" title="About the project, what you can do, where to find things">Community</a></li><li id="n-Staff-lounge"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Staff_lounge">Staff lounge</a></li><li id="n-recentchanges"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li><li id="n-randompage"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:Random" title="Load a random page [x]" accesskey="x">Random page</a></li><li id="n-help"><a href="/web/20191016121601/https://strategywiki.org/wiki/StrategyWiki:Guide" title="The place to find out about StrategyWiki.">Help</a></li><li id="n-facebook"><a href="https://web.archive.org/web/20191016121601/http://www.facebook.com/StrategyWiki" rel="nofollow">Facebook</a></li><li id="n-twitter"><a href="https://web.archive.org/web/20191016121601/http://twitter.com/StrategyWiki" rel="nofollow">Twitter</a></li><li id="n-discord"><a href="https://web.archive.org/web/20191016121601/https://discord.gg/pYghWh3" rel="nofollow">Discord Chat</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-tb" aria-labelledby="p-tb-label">
<h3 id="p-tb-label">Tools</h3>
<div class="body">
<ul>
<li id="t-whatlinkshere"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:WhatLinksHere/Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough" title="A list of all wiki pages that link here [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:RecentChangesLinked/Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-print"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;printable=yes" rel="alternate" title="Printable version of this page [p]" accesskey="p">Printable version</a></li><li id="t-permalink"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;oldid=458933" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cargopagevalueslink"><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Walkthrough&amp;action=pagevalues" rel="cargo-pagevalues">Page values</a></li><li id="t-guidepages"><a href="/web/20191016121601/https://strategywiki.org/wiki/Special:PrefixIndex/Quest_for_Glory_IV:_Shadows_of_Darkness">Guide pages</a></li><li id="t-guideimages"><a href="/web/20191016121601/https://strategywiki.org/wiki/Category:Quest_for_Glory_IV:_Shadows_of_Darkness_images">Guide images</a></li> </ul>
</div>
</div>
<div class="portal" role="navigation" id="p-autotoc" aria-labelledby="p-autotoc-label">
<h3 id="p-autotoc-label">Table of Contents</h3>
<div class="body">
<ul class="autotoc-navhead">
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness" title="Quest for Glory IV: Shadows of Darkness">Quest for Glory IV: Shadows of Darkness</a></span></li><li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Table_of_Contents" title="Quest for Glory IV: Shadows of Darkness/Table of Contents">Table of Contents</a></span></li></ul>
<ul class="level-1">
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Getting_Started" title="Quest for Glory IV: Shadows of Darkness/Getting Started">Getting Started</a></span>
<ul class="level-2">
<li><span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory_IV:_Shadows_of_Darkness/Controls&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory IV: Shadows of Darkness/Controls (page does not exist)">Controls</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/w/index.php?title=Quest_for_Glory/Plot&amp;action=edit&amp;redlink=1" class="new" title="Quest for Glory/Plot (page does not exist)">Plot</a></span></li>
</ul>
</li>
<li class="current"><span><a href="#top" title="Quest for Glory IV: Shadows of Darkness/Walkthrough">Walkthrough</a></span>
<ul class="level-2">
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Introduction" title="Quest for Glory IV: Shadows of Darkness/Introduction">Introduction</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Town_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Town of Mordavia">Town of Mordavia</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Valley_of_Mordavia" title="Quest for Glory IV: Shadows of Darkness/Valley of Mordavia">Valley of Mordavia</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Igor" title="Quest for Glory IV: Shadows of Darkness/Rescuing Igor">Rescuing Igor</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Dealing_with_Baba_Yaga" title="Quest for Glory IV: Shadows of Darkness/Dealing with Baba Yaga">Dealing with Baba Yaga</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Rescuing_Tanya" title="Quest for Glory IV: Shadows of Darkness/Rescuing Tanya">Rescuing Tanya</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Obtaining_the_rituals" title="Quest for Glory IV: Shadows of Darkness/Obtaining the rituals">Obtaining the rituals</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Endgame" title="Quest for Glory IV: Shadows of Darkness/Endgame">Endgame</a></span></li>
</ul>
</li>
<li><span>Appendices</span>
<ul class="level-2">
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Side_quests" title="Quest for Glory IV: Shadows of Darkness/Side quests">Side quests</a></span></li>
<li><span><a href="/web/20191016121601/https://strategywiki.org/wiki/Quest_for_Glory_IV:_Shadows_of_Darkness/Points" title="Quest for Glory IV: Shadows of Darkness/Points">Points</a></span></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.036","walltime":"0.051","ppvisitednodes":{"value":355,"limit":1000000},"ppgeneratednodes":{"value":1548,"limit":1000000},"postexpandincludesize":{"value":11984,"limit":2097152},"templateargumentsize":{"value":1785,"limit":2097152},"expansiondepth":{"value":8,"limit":40},"expensivefunctioncount":{"value":1,"limit":100},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":234,"limit":5000000},"timingprofile":["100.00% 34.817 1 -total"," 52.38% 18.238 1 Template:Header_Nav"," 48.16% 16.767 2 Quest_for_Glory_IV:_Shadows_of_Darkness/Table_of_Contents"," 24.68% 8.594 1 Template:Needimages"," 22.39% 7.797 1 Template:Footer_Nav"," 18.80% 6.545 8 Template:Col"," 17.25% 6.005 1 Template:Tag"," 8.46% 2.945 6 Template:H2"," 6.32% 2.201 6 Template:-"]},"cachereport":{"timestamp":"20190908192834","ttl":86400,"transientcontent":false}}});});</script>
<script type="text/javascript">
_qevents.push( { qacct:"p-fcld_JQnVOLnA"} );
</script>
<noscript><div style="display: none;"><img src="//web.archive.org/web/20191016121601im_/https://pixel.quantserve.com/pixel/p-fcld_JQnVOLnA.gif" border="0" height="1" width="1" alt="Quantcast"/></div></noscript>
<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":121});});</script> <!-- Start AddThis code -->
<script type="text/javascript">
var addthis_config = {
data_ga_property: 'UA-84370-4',
data_track_clickback: true,
ui_tabindex: 7
};
</script>
<script type="text/javascript" src="//web.archive.org/web/20191016121601js_/https://s7.addthis.com/js/300/addthis_widget.js#pubid=strategywiki" async="async"></script>
<!-- End AddThis code -->
</body>
<!-- Cached 20190908192834 -->
</html>
<!--
FILE ARCHIVED ON 12:16:01 Oct 16, 2019 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 19:59:27 Mar 18, 2026.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
captures_list: 1.096
exclusion.robots: 0.088
exclusion.robots.policy: 0.066
esindex: 0.025
cdx.remote: 47.028
LoadShardBlock: 325.561 (3)
PetaboxLoader3.datanode: 136.506 (4)
PetaboxLoader3.resolve: 195.856 (3)
load_resource: 120.049
-->

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,266 @@
<!DOCTYPE html>
<html lang="en"><!-- InstanceBegin template="/templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<title>Quest for Glory 4 : The Walkthrough King</title>
<meta charset="UTF-8">
<meta name="author" content="Ashley Bennett">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An original walkthrough for the game Quest for Glory 4, brought to you exclusively by The Walkthrough King">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/walkthrough.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="https://www.walkthroughking.com/text/questforglory4.aspx">
<script data-ad-client="ca-pub-3269843767100313" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="https://fundingchoicesmessages.google.com/i/pub-3269843767100313?ers=1" nonce="3-l4VaMc4Ncig06XdQ755Q"></script><script nonce="3-l4VaMc4Ncig06XdQ755Q">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-static-top wk-navbar">
<div class="container">
<div class="navbar-header"><a class="navbar-brand" href="/index.aspx"><img src="/pictures/icon.png" width="30" height="30" alt="The Walkthrough King" title="The Walkthrough King">The Walkthrough King</a>
</div>
</div>
</nav>
<div class="container wk-container">
<div class="row">
<div id="divsidebar" class="col-md-3 hidden-print hidden-sm hidden-xs" role="complementary">
<div id="divsections" class="wk-sidebar"> <!-- InstanceBeginEditable name="sidebarcontent" -->
<ul class="nav wk-sidenav">
<li><a class="blue" href="#1">Caves</a></li>
<li><a class="blue" href="#2">Town of Mordavia</a></li>
<li><a class="blue" href="#3">Valley of Mordavia</a></li>
<li><a class="blue" href="#4">Baba Yaga</a></li>
<li><a class="blue" href="#5">Igor and the Gypsies</a></li>
<li><a class="blue" href="#6">Rescuing Tanya</a></li>
<li><a class="blue" href="#7">Wraiths and Rituals</a></li>
<li><a class="blue" href="#8">Ad Avis and Caves</a></li>
</ul>
<!-- InstanceEndEditable --> </div>
<div id="divadsidebar" class="wk-advert-responsive">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3269843767100313" data-ad-slot="2107338584" data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div>
<div id="divmain" class="col-md-9" role="main">
<div class="wk-stats">
<div id="divgameheading">
<h1><img src="/covers/questforglory4.jpg" class="img-thumbnail wk-cover" width="150" height="225" alt="Quest for Glory 4" title="Quest for Glory 4" />Quest for Glory 4</h1>
<p class="wk-subtitle">Shadows of Darkness</p>
<p><strong>Game Details:</strong> &nbsp;Fantasy, 1993</p>
<p><strong>Links:</strong> &nbsp;<a href="https://www.mobygames.com/game/119" target="_blank">Moby Games</a>, <a href="https://store.steampowered.com/app/502750" target="_blank">Steam</a></p>
<p><strong>Walkthrough Updated:</strong> &nbsp;8/5/2004</p>
<p><strong>Suggested Listening:</strong> &nbsp;<a href="https://artists.landr.com/055120446818" class="blue" target="_blank">Help Me Out</a> (<a href="https://www.instagram.com/ash25music/" class="blue" target="_blank">Ash 25</a>)</p>
</div>
<div id="divgameintro"> <!-- InstanceBeginEditable name="gameintro" -->Quest for Glory 4: Shadows of Darkness is the fourth in a series of hybrid RPG adventure games by Sierra On-Line. This continues after <a href="/text/questforglory3.aspx">Quest for Glory 3: Wages of War</a>. You can name your character, and choose to play as different character classes which have different puzzle solutions. In this game, you arrive in the land of Mordavia, an eastern European setting, and set out to investigate the horrors and darkness enveloping the land and its inhabitants. The series continues with <a href="/text/questforglory5.aspx">Quest for Glory 5: Dragon Fire</a>.<!-- InstanceEndEditable --> </div>
<br class="clear" />
</div>
<div id="divadheader" class="wk-admain hidden-print">
<div class="wk-advert-main">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3269843767100313" data-ad-slot="1958099389" data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div>
<div class="wk-main">
<div id="divwalkthrough"> <!-- InstanceBeginEditable name="maincontent" -->
<h2 id="1">Caves </h2>
<p>Search the 3 skeletons to get coins, a flint and a dagger. Pick up a torch from the altar on the right and use your flint on it to light it. Now open the door at the back of this room.</p>
<ul>
<li>If you are a <strong>fighter</strong>, pick up the sword and shield. Try to head south and you will be attacked. Go south and use the rope (hand over hand) to cross the chasm.</li>
<li>If you are a <strong>wizard</strong>, pick up the sheet. Go south and use the sheet on yourself, then cast Levitate to cross the chasm.</li>
<li>If you are a <strong>thief</strong>, look at the mark on the small rock on the ground to see it is a Thief Mark. Go south and walk over the rope to cross the chasm.</li>
</ul>
<p>Continue northwest to leave the caves. After talking to Katrina, look at the arch and take the Dark One Sign. Go west, down a slimy path, and west again. Go north 6 times, east and north to reach the town gates. Pick some corn and search the tree stump for some money, then continue north into the town.</p>
<h2 id="2">Town of Mordavia</h2>
<p>Look at the staff in the stone here, and try to take it. Pick some flowers. Go north on the left side of the staff to meet the Burgomeister. Enter his office and talk to him to get keys to the Adventurers' Guild. Go back outside and enter the General Store. Talk to Olga, then buy 10 food rations, a garlic clove, 2 lots of candy, a pie pan, a flask of oil, a shopping bag and a hand broom. Go back outside and enter the Hotel Mordavia - you will automatically pay for board for a room and get a key. Talk to the Innkeeper and the other men here, then leave again.</p>
<p>Head through the archway to the north part of town. Talk to Igor, then use your keys to enter the Guild. Sign the logbook and read the logbook. Read all of the books in the bookcase.</p>
<ul>
<li>If you are a <strong>fighter</strong>, take the rope and grapnel. Smash open the case on the wall to get the sword. You can use the grapnel with the hook in the ceiling to practice climbing, and use the weights on the left to improve your strength. Make sure you take the grapnel with you when you go.</li>
<li>If you are a <strong>wizard</strong>, you can use the weights on the left to improve your strength.</li>
<li>If you are a <strong>thief</strong>, take the rope and grapnel, use it on the hook in the ceiling and climb up to see a Thief Mark. Now look under the desk holding the logbook to see another Thief Mark. Use the coat hooks on the right; rotate the 3rd one to point up, then the 2nd to point down, the 4th to point right and the 1st to point left. Climb up and enter the Thieves' Guild. Take the guild card from the poster on the back wall. Look in the 2 grates on the floor to see another Thief Mark, and find a safe knob. Examine the door in the back wall, then use your guild card to open it. Read the books in the next room to learn about traps, then use your safe knob on the safe. Open the safe by entering the code FILCH. Look below the safe to see more Thief Marks. Search for traps in the desk, then pick the lock. Read the book to find a code you will use shortly. Move each of the empty picture frames on the right wall to reveal 2 safes; disarm the trap on each and crack each of the safes. Now move the barrel beneath the poster and enter the code BBY, GGG, RGR to meet the Chief. Talk to him, then leave the Guild. Make sure you take the grapnel with you when you go.</li>
</ul>
<p>Go east and talk to Nikolai. Now try to open the door to Dr Cranium's house; repeat the bell sequence to get inside. Open the right door to be attacked by baby Antwerps. Use the machine here, answering questions to identify a baby Antwerp. Use one of your rations to bait the machine, and you will catch a baby Antwerp. Use the machine again to identify another animal, this time with 6 legs, and say that eating Heroes is not a good idea; hexopods apparently like garlic. Now open the left door and rotate the maze so the Antwerp gets the key and then reaches the exit. Now use the door on the far wall and rearrange the tiles to show a large keyhole, then open the door. Talk to Dr Cranium about everything, including healing potions and poison cures. Ask him for at least 4 empty flasks.</p>
<ul>
<li>If you are a <strong>wizard</strong>, ask him about magic and you will get a scroll for the Glide spell.</li>
</ul>
<p>Outside, talk to Nikolai again and he will hopefully tell you more about Anna, who is missing. Return to the north part of town and use your Dark One sign in the door to enter the monastery.</p>
<ul>
<li>If you are a <strong>thief</strong>, climb up and take the blackbird statue from above the entry door.</li>
</ul>
<p>Give your garlic to the hexopod above the fireplace, then pull the post next to the fireplace and head down to the basement. Stay away from the back wall in this room. Note the letters on the wall: AVOOZL.</p>
<ul>
<li>If you are a <strong>wizard</strong>, cast open on the desk from far away.</li>
<li>If you are a <strong>fighter or thief</strong>, force open the desk (you will be poisoned).</li>
</ul>
<p>Search the desk to learn about the 6 Dark One Rituals. Drink from the large cask on the back right wall and you will get the <strong>Blood Ritual</strong>.</p>
<ul>
<li>If you are a <strong>thief</strong>, use your shopping bag to pick up the squid statue from the small alcove. Return to the Chief Thief and use this on him to cure his condition.</li>
</ul>
<p>Now leave the monastery and you will take your Dark One sign with you. Wait until it is night time.</p>
<ul>
<li>If you are a <strong>thief</strong>, sneak through the window of Nikolai's house in the east part of town. Use oil on both doors of the wardrobe, then search both doors. Search the chest at the foot of the bed, and put the locket back in the chest. Go downstairs towards the desk and move the mug to the floor, then open the desk. Leave through the window.</li>
<li>If you are a <strong>paladin</strong>, go to Erana's Staff and talk to the ghost of Paladin Piotyr.</li>
</ul>
<p>Return to the Inn and eat then sleep.</p>
<h2 id="3">Valley of Mordavia</h2>
<h3>Day Time</h3>
<p>From the town gates, head south 4 times, east 3 times and south to find the Rusalka. Give her some flowers, then return to town by going north, west 3 times and north 4 times.</p>
<p>You can now visit the Leshy by going south twice and east 3 times. Click on the bushes until you find the creature, and say his name is &quot;Leshy&quot; (you learn this from the magazine in the Adventurer's Guild). Leave and come back and he will tell you to save a bush from goo. Return to town by going west 3 times and north twice.</p>
<p>Next head to the swamp, by going south, west and south 6 times. Pick up some rocks from the ground on the way. Continue east to the slime area. Pick up some goo in 3 empty flasks.</p>
<ul>
<li>If you are a <strong>fighter or thief</strong>, throw 3 lots of rocks at the pile of rocks in the bottom right, then pick up the bush.</li>
<li>If you are a <strong>wizard</strong>, cast Force Bolt on the pile of rocks in the bottom right, then Fetch on the bush.</li>
</ul>
<p>Return west to the swamp. Go north and west and pick up a bone, then return east and south.</p>
<ul>
<li>If you are a <strong>fighter</strong>, walk through the swamp avoiding the hands.</li>
<li>If you are a <strong>wizard</strong>, cast Glide and head west over the swamp, avoiding the hands.</li>
<li>If you are a <strong>thief</strong>, jump west over the hillocks, avoiding the hands.</li>
</ul>
<p>Attack the wizards when you reach the tomb, then use your Dark One sign in the tomb. Highlight the symbols in order from top right around clockwise to top left, and you will get the <strong>Sense Ritual</strong>. Return east the same way you got here, then go back to town by going north 6 times, east and north.</p>
<p>Visit the Leshy again, and tell him about the bush - he will tell you to plant it. Return to town.</p>
<p>To reach Erana's garden, from the town gates go south 3 times, east twice, south, east and north. Search the first lantern for some money. Plant your bush in the ground here (at the bottom right of the screen).</p>
<ul>
<li>If you are a <strong>wizard</strong>, cast Fetch on the tree each time you come here to get a mana fruit. Cast Detect Magic to find magic in the pond, then cast Trigger on the pond to raise a flower, and cast Open on the flower to find a scroll. Cast Fetch on the scroll to learn the spell of Protection.</li>
</ul>
<p>Return to town by going south, west, north, west twice and north 3 times.</p>
<p>Visit the Leshy again, and answer his riddle with &quot;Rusalka&quot;. He will now tell you the password to get through some other bushes you will meet shortly.</p>
<p>From the town gates go south, west twice and north to reach Boris at the castle gates. He won't let you inside but you can talk to him about his wife Olga (by talking to yourself).</p>
<ul>
<li>If you are a <strong>paladin</strong>, during the coming days keep talking to Olga about her husband and Boris about his wife to eventually reunite the two of them.</li>
</ul>
<p>On day 3, return to Dr Cranium and ask him about a rehydration potion. Leave, come back and give him a flask of goo you collected earlier, and he can give you the rehydration potion.</p>
<h3>Night Time</h3>
<p>If you are outside the town gates at night time, you will eventually meet Katrina. On subsequent nights you may find her either here or outside the castle gates instead.</p>
<ul>
<li>If you are a <strong>wizard</strong>, she will teach you how to cast Frostbite.</li>
</ul>
<p>From the town gates, go south 3 times and east to find a ghost. Talk to her, leave and come back again. Repeat this 3 times, but she won't be able to leave this place. Tell her she is a ghost (talk to yourself to do this), then go and come back again to have a proper conversation. Go back and talk to Nikolai during the day (talk to yourself and tell him about Anna). Go back and see them together at night, and they will reward you with Nikolai's hat.</p>
<p>Also from the town gates, head south, west and south 6 times to reach the swamp. Place some candy on the ground the will o' wisps will come towards it - catch them in an empty flask. Head east and use the flask on the stone. Use your Dark One sign on the lit stone. Spell out the name AVOOZL with the dial and you will get the <strong>Bone Ritual</strong>. Go west and use the flask on the ground to release the will o' wisps.</p>
<h2 id="4">Baba Yaga</h2>
<p>On night 3, go to the inn and you will see an awful jester. Go up to his room after the show and talk to him to learn about his curse. Take the rubber chicken from on his bed before leaving. Now leave town and head south 3 times, east twice, south, east 3 times and south twice. Assuming you have learnt the phrase from the Leshy, say the magic phrase (talk to yourself) to get it to move. Go west and talk to Bonehead. Tell him about the gnome (talk to yourself) and he will make you a deal.</p>
<p>Get Nikolai's hat if you don't have it already, and give it to Bonehead. Now walk to the hut and it will walk away from you. Put some corn on the ground, then go inside. When you are able, tell Baba Yaga about the gnome (talk to yourself) and she will ask for an Elderbury pie. After being sent outside, check that you have a bone, a pie pan, an empty flask and a flask of goo. Go to the Elderbury bush by heading away from this screen, then north twice, west 4 times and south.</p>
<ul>
<li>If you are a <strong>fighter or thief</strong>, throw some rocks at the bush to dislodge a branch. </li>
<li>If you are a <strong>wizard</strong>, cast Force Bolt at the bush to dislodge a branch.</li>
</ul>
<p>Put the rubber chicken on the ground and walk around behind the bush to get the berries. Return to the hut by going north, east 4 times and south twice. Say the magic phrase and go east. Now put your bone in the big pot and use the mortar and pestle to grind the bone. Pur your goo in the pie pan, add the berries, get the ground bone in your empty flask and add this to the pie. Now show your pie to Bonehead, then to the other skulls to have it cooked. Once inside, give the pie to Baba Yaga, then tell her about the gnome's sense of humor to get a Good Humor Bar.</p>
<p>Go back into the hut and give Baba Yaga some goo. Ask for the ritual to get the <strong>Breath Ritual</strong>.</p>
<ul>
<li>If you are a <strong>wizard</strong>, go back inside and give her goo once more and ask for a spell to get the Hide spell.</li>
</ul>
<p>Now return to town and go to see the jester in his room. Give him the bar and you will learn the Ultimate Joke when you leave his room.</p>
<h2 id="5">Igor and the Gypsies</h2>
<p>On day 5, there will be a gathering of villages in town outside the Burgomeister's office. Talk to the Burgomeister. Visit the Leshy again and answer &quot;Baba Yaga&quot; to the current riddle. Go away and come back and answer &quot;Elderbury Bush&quot; to the next riddle. Now wait until it is night time.</p>
<ul>
<li>If you are a <strong> thief</strong>, pick the lock on the Burgomeister's window and climb inside. Sneak to the desk and search it to get money and a key. Use this to unlock the gypsy's cell.</li>
</ul>
<p>Leave town and go to the cemetery by going south twice, east twice and north.</p>
<ul>
<li>If you are a <strong>fighter</strong>, lift up the fallen tombstone.</li>
<li>If you are a <strong>thief</strong>, climb the tree and use your grapnel on the tombstone, then pull the rope.</li>
<li>If you are a <strong>wizard</strong>, cast Open on the fallen tombstone.</li>
</ul>
<p>Return to town by going south, west twice and north twice. Enter the inn and talk to Yuri and Bella, then go to sleep. The next morning, head to the gypsy camp by leaving town and going south twice, east 3 times, north 3 times, east and north. You will meet Magda, who will teach you the Aura spell. Give her money to learn your fortune. You will sleep overnight with the gypsies. Keep going in and seeing Magda until she has a vision of a girl, then you can learn about Erana and the Destiny Spell. Return to town by going south, west, south 3 times, west 3 times and north twice.</p>
<ul>
<li>If you are a <strong> wizard</strong>, visit the Faeries by going south 3 times, east twice, south and east from the town gates. Touch the floating staff and you will be taught the Ritual of Release by the Faeries.</li>
</ul>
<h2 id="6">Rescuing Tanya</h2>
<p>Go to the inn and wait inside until after midnight. Talk to the Domovoi in the main hall, and it will ask you to come back another night. Come back the next night and talk to it again, and it will ask you to help another Domovoi. The next morning, leave the inn and go to the monastery, using your Dark One sign to get inside. Use your rehydrating potion on the dried Domovoi which is in the cabinet on the left. Now visit the Domovoi in the inn the following night and talk to it about Tanya and her doll. Open the cabinet at the back of the room and you will get the doll. Sleep until morning.</p>
<p>Go and see Igor and ask him for the crypt key. Now go to the cemetery by leaving town and going south twice, east twice and north. Use the key to enter the crypt, then when you get inside, shake the Reaper's hand to leave. Go back inside and use the mural on the floor. Press the colors for BORGOV (blue, orange, red, green, orange, violet) and you will get another key. Use the statue on the far right to enter Castle Borlov.</p>
<ul>
<li>If you are a <strong>thief</strong>, you will need to pick the lock of every door before going through.</li>
</ul>
<p>From the bookcase, go east 3 times, then up the stairs. Turn the crest on the top of the bookcase and go west through the secret passage, then through the door to the north. Climb up the next set of stairs, then go west and up some more stairs. The monster here won't let you inside. Wait until night time, then open the door to meet Tanya. Talk to her and give her the doll, then tell her about the Destiny Spell. You will end up back in the inn with Erana's staff in your possession.</p>
<h2 id="7">Wraiths and Rituals</h2>
<p>Now you should go around and kill all the wraiths that are found throughout the valley at night time. Make sure you use your Aura spell if you are a wizard to protect yourself during the fight. After each fight, search the burrow to find some items. The most important wraith is found by starting at the town gates and going south 3 times, east twice, and south 4 times.</p>
<ul>
<li>If you are a <strong>fighter or thief</strong>, you will get the <strong>Heart Ritual</strong>.</li>
<li>If you are a <strong>paladin</strong>, you will get the <strong>Heart Ritual</strong> and a magical sword.</li>
</ul>
<p>The remaining wraiths are found throughout the valley and will reward you with money and other items but nothing essential to complete the game.</p>
<ul>
<li>If you are a <strong>wizard</strong>, visit the Faeries by going south 3 times, east twice, south and east. Summon the staff, then cast Reversal, then Resistance, and attack the queen with Frost Bite repeatedly, healing yourself if necessary. Eventually the Faeries will leave and you can pick up the <strong>Heart Ritual</strong>.</li>
<li>If you are a <strong>paladin</strong>, try to give the sword to the Burgomeister, but instead he will give you a shield. If you have seen Piotyr a few times he will have told you to ask the gypsies for help. Visit the gypsies and ask about helping the Rusalka. Go to the cemetery and look at all the headstones to see the name Elyssa. Go to the lake and tell her the name Elyssa, then ask about her hair. Combine the hair with your broom, then go to the cemetery the next night and use the broom on the grave next to Elyssa's (Janos' grave). Fight against Janos, then return to the lake and kiss the Rusalka.</li>
</ul>
<p>You should now have a total of 5 Dark One Rituals. In summary:</p>
<ul>
<li>Bone: In the stone east of the swamp.</li>
<li>Blood: In the basement of the monastery.</li>
<li>Breath: From Baba Yaga after first making her Elderbury pie.</li>
<li>Sense: At the Mad Monk's tomb west of the swamp.</li>
<li>Heart: Either by killing one of the wraiths or the Fairie Queen.</li>
</ul>
<p>Return to the Leshy and answer his last riddle.</p>
<ul>
<li>If you are a <strong>fighter or thief</strong>, answer with &quot;Wraith&quot;.</li>
<li>If you are a <strong>wizard</strong>, answer with &quot;Heart Ritual&quot;.</li>
</ul>
<p>Sleep overnight in the inn and when you wake up look at the note on the chest near your bed - it is from Katrina. Wait until night time, then go to the castle gates (from the town gates go south, west twice and north). On the way you will run into Ad Avis. Talk to him, then you will be captured and taken to a dungeon, where you will sleep until dawn.</p>
<ul>
<li>If you are a <strong>fighter</strong>, break the chains.</li>
<li>If you are a <strong>thief</strong>, pick the lock on the chains.</li>
<li>If you are a <strong>wizard</strong>, cast Open on the chains.</li>
</ul>
<p>Pick up the stake and hammer, then listen at the door twice. Open the iron maiden and go through the secret passage to the Master's bedroom. Touch her to wake her up, and talk to her - she asks you to retrieve the 5 missing rituals, and sends you out of the castle.</p>
<p>Since you already have all 5 of the rituals, go back to the castle; the gate will be open and you can walk all the way inside. You will automatically end up being taken back inside the caves.</p>
<h2 id="8">Ad Avis and Caves</h2>
<p>On the first screen you will see a book next to a beast.</p>
<ul>
<li>If you are a <strong>fighter</strong>, use your grapnel to climb down, attack the monster and take the book to get the <strong>Essence Ritual</strong>. Use your grapnel to climb back up.</li>
<li>If you are a <strong>thief</strong>, start sneaking, then use your grapnel to climb down. Take the book to get the <strong>Essence Ritual</strong>. Use your grapnel to climb back up.</li>
<li>If you are a <strong>wizard</strong>, cast Calm on the beast, the cast Levitate to get down. Take the book to get the <strong>Essence Ritual</strong>. Cast Levitate to get back up.</li>
</ul>
<p>Cross over the rope and enter the heart cave. Open the pulsating right door to enter the bone cave. Use your lit torch to light the other torch in its sconce, then place your lit torch in the second sconce. Use the Dark One sign on the altar, then use the Bone Ritual on the altar. </p>
<ul>
<li>If you are a <strong>fighter</strong>, wait for the bones to close on you, then break them.</li>
<li>If you are a <strong>thief</strong>, quickly jump out of the way before the bones close on you.</li>
<li>If you are a <strong>wizard</strong>, wait for the bones to close on you, then cast Frost Bite, Flame Dart and Force Bolt on them.</li>
</ul>
<p>Take your torch and go back to the heart cave. Open the pulsating left door to enter the blood cave. Climb down and around to the altar, then use the Blood Ritual on the altar.</p>
<ul>
<li>If you are a <strong>fighter</strong>, use your grapnel to climb up, push the boulder over the end, then climb back down and around to the exit.</li>
<li>If you are a <strong>thief</strong>, use your grapnel to climb up, then jump up and over to the exit.</li>
<li>If you are a <strong>wizard</strong>, cast Frost Bite on the acid to freeze it, then quickly go back down and around to the exit.</li>
</ul>
<p>Open the top left pulsating door to enter the breath cave. Walk over to the altar on the left, and use the Breath Ritual on the altar. There are 6 tentacles on the altar. Blow the bottom right, bottom left, bottom middle and top middle tentacles in that order. Walk back towards the right to the exit.</p>
<ul>
<li>If you are a <strong>fighter</strong>, click on the hanging plant as you walk past.</li>
<li>If you are a <strong>thief</strong>, click on yourself after you get flung forward.</li>
<li>If you are a <strong>wizard</strong>, when you get sucked inside cast Calm then Open on the valve.</li>
</ul>
<p>Go through the top right pulsating door to enter the sense cave. Walk to the bottom left, then upper left, then upper right part of this screen. When you reach the altar, use the Sense Ritual on it.</p>
<ul>
<li>If you are a <strong>fighter</strong>, use your grapnel on the ear at the top of the screen, then run back down to the exit.</li>
<li>If you are a <strong>thief</strong>, use your grapnel on the ear at the top of the screen, then on the bottom right ledge and go through the exit.</li>
<li>If you are a <strong>wizard</strong>, cast Lightning Ball on the dendrites as you make your way back down to the exit.</li>
</ul>
<p>Use the Heart Ritual on the heart altar.</p>
<ul>
<li>If you are a <strong>fighter or thief</strong>, use your grapnel in the ceiling to climb up.</li>
<li>If you are a <strong>wizard</strong>, cast Levitate and go up through the ceiling.</li>
</ul>
<p>After the summoning a fight will break out. </p>
<ul>
<li>If you are a <strong>fighter</strong>, equip Erana's staff, then tell the ultimate joke (talk to yourself). Throw the staff at Ad Avis, then use the staff on the crystal.</li>
<li>If you are a <strong>thief</strong>, equip Erana's staff, then tell the ultimate joke (talk to yourself). Jump on Ad Avis, then jump back to the platform and use the staff on the crystal.</li>
<li>If you are a <strong>wizard</strong>, summon Erana's staff, then tell the ultimate joke (talk to yourself). Cast Force Bolt at Ad Avis, then summon the staff again.</li>
</ul>
<!-- InstanceEndEditable --> </div>
</div>
<div id="divadfooter" class="wk-admain hidden-print">
<div class="wk-advert-main">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3269843767100313" data-ad-slot="3434832589" data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div>
<div class="wk-footer">
<p>These walkthroughs may not be published or reproduced in any format without the author's prior written consent. All game titles, art and character references remain the copyright of their respective holders. <a href="/privacy.aspx"><strong>View our Privacy Policy</strong></a>.</p>
</div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>