Progress on documentation
This commit is contained in:
240
README.md
240
README.md
@@ -6,12 +6,15 @@ A comprehensive documentation of all game interactions extracted from the decomp
|
||||
|
||||
```
|
||||
/
|
||||
├── rooms/ # Room-specific interaction documentation
|
||||
│ ├── kq4-001.md # Beach (starting room)
|
||||
│ ├── kq4-002.md # Beach continuation
|
||||
│ ├── kq4-007.md # Fisherman's shack exterior
|
||||
│ ├── kq4-042.md # Fisherman's cottage interior
|
||||
│ └── ... # One file per room
|
||||
├── rooms/ # Room-specific documentation (one directory per room)
|
||||
│ ├── kq4-001-beach/ # Beach (starting room)
|
||||
│ │ ├── 001-beach.md # Room documentation
|
||||
│ │ ├── pic_001_visual.png # Background visual
|
||||
│ │ ├── pic_001_control.png # Control (walkable areas)
|
||||
│ │ └── pic_001_priority.png # Priority (z-ordering)
|
||||
│ ├── kq4-002-meadow/ # Meadow (with Satyr/Pan)
|
||||
│ ├── kq4-010-forest-path/ # Forest Path
|
||||
│ └── ... # One directory per room
|
||||
├── KQ4_v1.006.004_int0.000.502_SRC_(6)/
|
||||
│ └── src/ # Decompiled SCI scripts
|
||||
│ ├── Main.sc # Game engine & global handlers
|
||||
@@ -218,6 +221,39 @@ When adapting to a KQ5-style interface (walk, look, hand, talk, inventory):
|
||||
|
||||
Text messages referenced as `Print scriptNum messageNum` will be extracted from the game's RESOURCE files and added to each room's documentation.
|
||||
|
||||
## Generating Room Visuals
|
||||
|
||||
Each room directory contains rendered PNG images of the game's PIC resources:
|
||||
|
||||
### Using sci_pic_render
|
||||
|
||||
```bash
|
||||
./sci_pic_render <room_number> "<path_to_game>" <output_directory>
|
||||
```
|
||||
|
||||
**Example:**
|
||||
```bash
|
||||
./sci_pic_render 1 "King's Quest IV - The Perils of Rosella (1988)/KQ4" rooms/kq4-001-beach
|
||||
```
|
||||
|
||||
This generates three PNG files in the room directory:
|
||||
- `pic_###_visual.png` - The background visual
|
||||
- `pic_###_control.png` - Control (walkable areas)
|
||||
- `pic_###_priority.png` - Priority (z-ordering)
|
||||
|
||||
### Directory Structure
|
||||
|
||||
```
|
||||
rooms/
|
||||
├── kq4-001-beach/
|
||||
│ ├── 001-beach.md # Room documentation
|
||||
│ ├── pic_001_visual.png # Background
|
||||
│ ├── pic_001_control.png # Walkable areas
|
||||
│ └── pic_001_priority.png # Z-ordering
|
||||
└── kq4-010-forest-path/
|
||||
└── ...
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
When adding room documentation:
|
||||
@@ -233,105 +269,105 @@ When adding room documentation:
|
||||
|
||||
| Room Number | Room Description | Status |
|
||||
|-------------|------------------|--------|
|
||||
| 001 | Beach | [DONE](./rooms/kq4-001-beach.md) |
|
||||
| 002 | Meadow (with Satyr/Pan) | [DONE](./rooms/kq4-002-meadow.md) |
|
||||
| 003 | Fountain Pool | [DONE](./rooms/kq4-003-fountain-pool.md) |
|
||||
| 004 | Ogre's Cottage Exterior | [DONE](./rooms/kq4-004-ogres-cottage.md) |
|
||||
| 005 | Forest Grove | [DONE](./rooms/kq4-005-forest-grove.md) |
|
||||
| 006 | Cave Entrance | [DONE](./rooms/kq4-006-cave-entrance.md) |
|
||||
| 007 | Fisherman's Shack Exterior | [DONE](./rooms/kq4-007-fishermans-shack.md) |
|
||||
| 008 | Back of Fisherman's Shack | [DONE](./rooms/kq4-008-back-of-fishermans-shack.md) |
|
||||
| 009 | Shady Wooded Area | [DONE](./rooms/kq4-009-shady-wooded-area.md) |
|
||||
| 010 | Forest Path | [DONE](./rooms/kq4-010-forest-path.md) |
|
||||
| 011 | Enchanted Grove | [DONE](./rooms/kq4-011-enchanted-grove.md) |
|
||||
| 012 | Haunted Forest | [DONE](./rooms/kq4-012-haunted-forest.md) |
|
||||
| 013 | Beach | [DONE](./rooms/kq4-013-beach.md) |
|
||||
| 014 | Green Meadow | [DONE](./rooms/kq4-014-green-meadow.md) |
|
||||
| 015 | The Frog Pond | [DONE](./rooms/kq4-015-frog-pond.md) |
|
||||
| 016 | Graveyard | [DONE](./rooms/kq4-016-graveyard.md) |
|
||||
| 017 | Spooky House Exterior | [DONE](./rooms/kq4-017-spooky-house-exterior.md) |
|
||||
| 018 | Cemetery | [DONE](./rooms/kq4-018-cemetery.md) |
|
||||
| 019 | Coastal Cliffs | [DONE](./rooms/kq4-019-coastal-cliffs.md) |
|
||||
| 020 | Meadow | [DONE](./rooms/kq4-020-meadow.md) |
|
||||
| 021 | Bridge Over Stream | [DONE](./rooms/kq4-021-bridge-over-stream.md) |
|
||||
| 022 | Gnome's Cottage | [DONE](./rooms/kq4-022-gnomes-cottage.md) |
|
||||
| 023 | Forest Path with Cottage | [DONE](./rooms/kq4-023-forest-path-with-cottage.md) |
|
||||
| 024 | Waterfall and Pool | [DONE](./rooms/kq4-024-waterfall-and-pool.md) |
|
||||
| 025 | Beach at River Delta | [DONE](./rooms/kq4-025-beach-at-river-delta.md) |
|
||||
| 026 | River Meadow | [DONE](./rooms/kq4-026-river-meadow.md) |
|
||||
| 027 | Forest Path | [DONE](./rooms/kq4-027-forest-path.md) |
|
||||
| 028 | Mine Entrance | [DONE](./rooms/kq4-028-mine-entrance.md) |
|
||||
| 029 | Dense Forest | [DONE](./rooms/kq4-029-dense-forest.md) |
|
||||
| 030 | Mountain Pass | [DONE](./rooms/kq4-030-mountain-pass.md) |
|
||||
| 031 | Open Ocean | [DONE](./rooms/kq4-031-open-ocean.md) |
|
||||
| 032 | Ocean Near Island | [DONE](./rooms/kq4-032-ocean-near-island.md) |
|
||||
| 033 | Enchanted Island Beach | [DONE](./rooms/kq4-033-enchanted-island-beach.md) |
|
||||
| 034 | Island Beach | [DONE](./rooms/kq4-034-island-beach.md) |
|
||||
| 035 | Island Beach | [DONE](./rooms/kq4-035-island-beach.md) |
|
||||
| 036 | Island Garden Pond | [DONE](./rooms/kq4-036-island-garden-pond.md) |
|
||||
| 037 | Fairy Island | [DONE](./rooms/kq4-037-fairy-island.md) |
|
||||
| 038 | Island Garden | [DONE](./rooms/kq4-038-island-garden.md) |
|
||||
| 039 | Island Beach | [DONE](./rooms/kq4-039-island-beach.md) |
|
||||
| 040 | Island Beach (East) | [DONE](./rooms/kq4-040-island-beach-east.md) |
|
||||
| 041 | Island Shore | [DONE](./rooms/kq4-041-island-shore.md) |
|
||||
| 042 | Fisherman's Cottage Interior | [DONE](./rooms/kq4-042-fishermans-shack-inside.md) |
|
||||
| 043 | Desert Island | [DONE](./rooms/kq4-043-desert-island.md) |
|
||||
| 044 | Inside Whale | [DONE](./rooms/kq4-044-inside-whale.md) |
|
||||
| 045 | Genesta's Bed Chamber | [DONE](./rooms/kq4-045-genestas-bed-chamber.md) |
|
||||
| 046 | Tower Stairway | [DONE](./rooms/kq4-046-tower-stairway.md) |
|
||||
| 047 | Genesta's Palace Entry Hall | [DONE](./rooms/kq4-047-genestas-palace-entry-hall.md) |
|
||||
| 048 | Ogre's Bedroom | [DONE](./rooms/kq4-048-ogres-bedroom.md) |
|
||||
| 049 | Ogre's Cottage | [DONE](./rooms/kq4-049-ogres-cottage.md) |
|
||||
| 050 | Ogress's Kitchen | [DONE](./rooms/kq4-050-ogress-kitchen.md) |
|
||||
| 051 | Ogre's Closet | [DONE](./rooms/kq4-051-ogres-closet.md) |
|
||||
| 001 | Beach |  [DONE](./rooms/kq4-001-beach/001-beach.md) |
|
||||
| 002 | Meadow (with Satyr/Pan) |  [DONE](./rooms/kq4-002-meadow/kq4-002-meadow.md) |
|
||||
| 003 | Fountain Pool |  [DONE](./rooms/kq4-003-fountain-pool/kq4-003-fountain-pool.md) |
|
||||
| 004 | Ogre's Cottage Exterior |  [DONE](./rooms/kq4-004-ogres-cottage/kq4-004-ogres-cottage.md) |
|
||||
| 005 | Forest Grove |  [DONE](./rooms/kq4-005-forest-grove/kq4-005-forest-grove.md) |
|
||||
| 006 | Cave Entrance |  [DONE](./rooms/kq4-006-cave-entrance/kq4-006-cave-entrance.md) |
|
||||
| 007 | Fisherman's Shack Exterior |  [DONE](./rooms/kq4-007-fishermans-shack/kq4-007-fishermans-shack.md) |
|
||||
| 008 | Back of Fisherman's Shack |  [DONE](./rooms/kq4-008-back-of-fishermans-shack/kq4-008-back-of-fishermans-shack.md) |
|
||||
| 009 | Shady Wooded Area |  [DONE](./rooms/kq4-009-shady-wooded-area/kq4-009-shady-wooded-area.md) |
|
||||
| 010 | Forest Path |  [DONE](./rooms/kq4-010-forest-path/kq4-010-forest-path.md) |
|
||||
| 011 | Enchanted Grove |  [DONE](./rooms/kq4-011-enchanted-grove/kq4-011-enchanted-grove.md) |
|
||||
| 012 | Haunted Forest |  [DONE](./rooms/kq4-012-haunted-forest/kq4-012-haunted-forest.md) |
|
||||
| 013 | Beach |  [DONE](./rooms/kq4-013-beach/kq4-013-beach.md) |
|
||||
| 014 | Green Meadow |  [DONE](./rooms/kq4-014-green-meadow/kq4-014-green-meadow.md) |
|
||||
| 015 | The Frog Pond |  [DONE](./rooms/kq4-015-frog-pond/kq4-015-frog-pond.md) |
|
||||
| 016 | Graveyard |  [DONE](./rooms/kq4-016-graveyard/kq4-016-graveyard.md) |
|
||||
| 017 | Spooky House Exterior |  [DONE](./rooms/kq4-017-spooky-house-exterior/kq4-017-spooky-house-exterior.md) |
|
||||
| 018 | Cemetery |  [DONE](./rooms/kq4-018-cemetery/kq4-018-cemetery.md) |
|
||||
| 019 | Coastal Cliffs |  [DONE](./rooms/kq4-019-coastal-cliffs/kq4-019-coastal-cliffs.md) |
|
||||
| 020 | Meadow |  [DONE](./rooms/kq4-020-meadow/kq4-020-meadow.md) |
|
||||
| 021 | Bridge Over Stream |  [DONE](./rooms/kq4-021-bridge-over-stream/kq4-021-bridge-over-stream.md) |
|
||||
| 022 | Gnome's Cottage |  [DONE](./rooms/kq4-022-gnomes-cottage/kq4-022-gnomes-cottage.md) |
|
||||
| 023 | Forest Path with Cottage |  [DONE](./rooms/kq4-023-forest-path-with-cottage/kq4-023-forest-path-with-cottage.md) |
|
||||
| 024 | Waterfall and Pool |  [DONE](./rooms/kq4-024-waterfall-and-pool/024-waterfall-and-pool.md) |
|
||||
| 025 | Beach at River Delta |  [DONE](./rooms/kq4-025-beach-at-river-delta/kq4-025-beach-at-river-delta.md) |
|
||||
| 026 | River Meadow |  [DONE](./rooms/kq4-026-river-meadow/kq4-026-river-meadow.md) |
|
||||
| 027 | Forest Path |  [DONE](./rooms/kq4-027-forest-path/kq4-027-forest-path.md) |
|
||||
| 028 | Mine Entrance |  [DONE](./rooms/kq4-028-mine-entrance/kq4-028-mine-entrance.md) |
|
||||
| 029 | Dense Forest |  [DONE](./rooms/kq4-029-dense-forest/kq4-029-dense-forest.md) |
|
||||
| 030 | Mountain Pass |  [DONE](./rooms/kq4-030-mountain-pass/kq4-030-mountain-pass.md) |
|
||||
| 031 | Open Ocean |  [DONE](./rooms/kq4-031-open-ocean/kq4-031-open-ocean.md) |
|
||||
| 032 | Ocean Near Island |  [DONE](./rooms/kq4-032-ocean-near-island/kq4-032-ocean-near-island.md) |
|
||||
| 033 | Enchanted Island Beach |  [DONE](./rooms/kq4-033-enchanted-island-beach/kq4-033-enchanted-island-beach.md) |
|
||||
| 034 | Island Beach |  [DONE](./rooms/kq4-034-island-beach/kq4-034-island-beach.md) |
|
||||
| 035 | Island Beach |  [DONE](./rooms/kq4-035-island-beach/kq4-035-island-beach.md) |
|
||||
| 036 | Island Garden Pond |  [DONE](./rooms/kq4-036-island-garden-pond/kq4-036-island-garden-pond.md) |
|
||||
| 037 | Fairy Island |  [DONE](./rooms/kq4-037-fairy-island/kq4-037-fairy-island.md) |
|
||||
| 038 | Island Garden |  [DONE](./rooms/kq4-038-island-garden/kq4-038-island-garden.md) |
|
||||
| 039 | Island Beach |  [DONE](./rooms/kq4-039-island-beach/kq4-039-island-beach.md) |
|
||||
| 040 | Island Beach (East) |  [DONE](./rooms/kq4-040-island-beach-east/kq4-040-island-beach-east.md) |
|
||||
| 041 | Island Shore |  [DONE](./rooms/kq4-041-island-shore/kq4-041-island-shore.md) |
|
||||
| 042 | Fisherman's Cottage Interior |  [DONE](./rooms/kq4-042-fishermans-shack-inside/kq4-042-fishermans-shack-inside.md) |
|
||||
| 043 | Desert Island |  [DONE](./rooms/kq4-043-desert-island/kq4-043-desert-island.md) |
|
||||
| 044 | Inside Whale |  [DONE](./rooms/kq4-044-inside-whale/kq4-044-inside-whale.md) |
|
||||
| 045 | Genesta's Bed Chamber |  [DONE](./rooms/kq4-045-genestas-bed-chamber/kq4-045-genestas-bed-chamber.md) |
|
||||
| 046 | Tower Stairway |  [DONE](./rooms/kq4-046-tower-stairway/kq4-046-tower-stairway.md) |
|
||||
| 047 | Genesta's Palace Entry Hall |  [DONE](./rooms/kq4-047-genestas-palace-entry-hall/kq4-047-genestas-palace-entry-hall.md) |
|
||||
| 048 | Ogre's Bedroom |  [DONE](./rooms/kq4-048-ogres-bedroom/kq4-048-ogres-bedroom.md) |
|
||||
| 049 | Ogre's Cottage |  [DONE](./rooms/kq4-049-ogres-cottage/kq4-049-ogres-cottage.md) |
|
||||
| 050 | Ogress's Kitchen |  [DONE](./rooms/kq4-050-ogress-kitchen/kq4-050-ogress-kitchen.md) |
|
||||
| 051 | Ogre's Closet |  [DONE](./rooms/kq4-051-ogres-closet/kq4-051-ogres-closet.md) |
|
||||
| 052 | | N/A (doesn't exist) |
|
||||
| 053 | Seven Dwarfs' Bedroom | [DONE](./rooms/kq4-053-seven-dwarfs-bedroom.md) |
|
||||
| 054 | Seven Dwarfs' Cottage | [DONE](./rooms/kq4-054-seven-dwarfs-cottage.md) |
|
||||
| 055 | Seven Dwarfs Diamond Mine | [DONE](./rooms/kq4-055-seven-dwarfs-diamond-mine.md) |
|
||||
| 056 | Seven Dwarfs' Diamond Mine (West) | [DONE](./rooms/kq4-056-seven-dwarfs-diamond-mine-west.md) |
|
||||
| 057 | Witches' Cave | [DONE](./rooms/kq4-057-witches-cave.md) |
|
||||
| 058 | Tower Organ Room | [DONE](./rooms/kq4-058-tower-organ-room.md) |
|
||||
| 059 | Baby Nursery | [DONE](./rooms/kq4-059-baby-nursery.md) |
|
||||
| 060 | Bedroom | [DONE](./rooms/kq4-060-bedroom.md) |
|
||||
| 061 | Tower Stairs | [DONE](./rooms/kq4-061-tower-stairs.md) |
|
||||
| 062 | Bedroom | [DONE](./rooms/kq4-062-bedroom.md) |
|
||||
| 063 | Attic | [DONE](./rooms/kq4-063-attic.md) |
|
||||
| 064 | Old Dining Room | [DONE](./rooms/kq4-064-old-dining-room.md) |
|
||||
| 065 | Old Kitchen | [DONE](./rooms/kq4-065-old-kitchen.md) |
|
||||
| 066 | Secret Tower | [DONE](./rooms/kq4-066-secret-tower.md) |
|
||||
| 067 | The Parlor | [DONE](./rooms/kq4-067-the-parlor.md) |
|
||||
| 068 | The Foyer | [DONE](./rooms/kq4-068-the-foyer.md) |
|
||||
| 069 | The Crypt | [DONE](./rooms/kq4-069-the-crypt.md) |
|
||||
| 070 | Waterfall Cave | [DONE](./rooms/kq4-070-waterfall-cave.md) |
|
||||
| 071 | Cave Entrance | [DONE](./rooms/kq4-071-cave-entrance.md) |
|
||||
| 072 | Dark Cave Passage | [DONE](./rooms/kq4-072-dark-cave-passage.md) |
|
||||
| 073 | Cave Exit | [DONE](./rooms/kq4-073-cave-exit.md) |
|
||||
| 074 | Troll Cave | [DONE](./rooms/kq4-074-troll-cave.md) |
|
||||
| 075 | Troll Cave Passage | [DONE](./rooms/kq4-075-troll-cave-passage.md) |
|
||||
| 076 | Dark Chasm | [DONE](./rooms/kq4-076-dark-chasm.md) |
|
||||
| 077 | Swamp | [DONE](./rooms/kq4-077-swamp.md) |
|
||||
| 078 | Swamp Island | [DONE](./rooms/kq4-078-swamp-island.md) |
|
||||
| 079 | Mountain Path to Dark Castle | [DONE](./rooms/kq4-079-mountain-path-to-dark-castle.md) |
|
||||
| 080 | Lolotte's Castle Entrance | [DONE](./rooms/kq4-080-lolottes-castle-entrance.md) |
|
||||
| 081 | Edgar's Tower Bedroom | [DONE](./rooms/kq4-081-edgars-tower-bedroom.md) |
|
||||
| 082 | Lolotte's Tower Bedroom | [DONE](./rooms/kq4-082-lolottes-tower-bedroom.md) |
|
||||
| 083 | Castle Dungeon Cell | [DONE](./rooms/kq4-083-castle-dungeon-cell.md) |
|
||||
| 084 | Cottage Front | [DONE](./rooms/kq4-084-cottage-front.md) |
|
||||
| 085 | Dark Tower Stairs | [DONE](./rooms/kq4-085-dark-tower-stairs.md) |
|
||||
| 086 | Dim Hallway (West End) | [DONE](./rooms/kq4-086-dim-hallway-west-end.md) |
|
||||
| 087 | East End of Hallway | [DONE](./rooms/kq4-087-east-end-of-hallway.md) |
|
||||
| 088 | Stone Tower Stairs | [DONE](./rooms/kq4-088-stone-tower-stairs.md) |
|
||||
| 089 | Castle Kitchen | [DONE](./rooms/kq4-089-castle-kitchen.md) |
|
||||
| 090 | West Tower Bottom | [DONE](./rooms/kq4-090-west-tower-bottom.md) |
|
||||
| 091 | Castle Dining Room | [DONE](./rooms/kq4-091-castle-dining-room.md) |
|
||||
| 092 | Lolotte's Throne Room | [DONE](./rooms/kq4-092-lolottes-throne-room.md) |
|
||||
| 093 | Bottom of East Tower | [DONE](./rooms/kq4-093-bottom-of-east-tower.md) |
|
||||
| 094 | Unicorn Stable | [DONE](./rooms/kq4-094-unicorn-stable.md) |
|
||||
| 095 | Fisherman's Pier | [DONE](./rooms/kq4-095-fishermans-pier.md) |
|
||||
| 053 | Seven Dwarfs' Bedroom |  [DONE](./rooms/kq4-053-seven-dwarfs-bedroom/kq4-053-seven-dwarfs-bedroom.md) |
|
||||
| 054 | Seven Dwarfs' Cottage |  [DONE](./rooms/kq4-054-seven-dwarfs-cottage/kq4-054-seven-dwarfs-cottage.md) |
|
||||
| 055 | Seven Dwarfs Diamond Mine |  [DONE](./rooms/kq4-055-seven-dwarfs-diamond-mine/055-seven-dwarfs-diamond-mine.md) |
|
||||
| 056 | Seven Dwarfs' Diamond Mine (West) |  [DONE](./rooms/kq4-056-seven-dwarfs-diamond-mine-west/kq4-056-seven-dwarfs-diamond-mine-west.md) |
|
||||
| 057 | Witches' Cave |  [DONE](./rooms/kq4-057-witch-cave/57-witch-cave.md) |
|
||||
| 058 | Tower Organ Room |  [DONE](./rooms/kq4-058-tower-organ-room/kq4-058-tower-organ-room.md) |
|
||||
| 059 | Baby Nursery |  [DONE](./rooms/kq4-059-baby-nursery/kq4-059-baby-nursery.md) |
|
||||
| 060 | Bedroom |  [DONE](./rooms/kq4-060-bedroom/kq4-060-bedroom.md) |
|
||||
| 061 | Tower Stairs |  [DONE](./rooms/kq4-061-tower-stairs/kq4-061-tower-stairs.md) |
|
||||
| 062 | Bedroom |  [DONE](./rooms/kq4-062-bedroom/kq4-062-bedroom.md) |
|
||||
| 063 | Attic |  [DONE](./rooms/kq4-063-attic/kq4-063-attic.md) |
|
||||
| 064 | Old Dining Room |  [DONE](./rooms/kq4-064-old-dining-room/kq4-064-old-dining-room.md) |
|
||||
| 065 | Old Kitchen |  [DONE](./rooms/kq4-065-old-kitchen/kq4-065-old-kitchen.md) |
|
||||
| 066 | Secret Tower |  [DONE](./rooms/kq4-066-secret-tower/kq4-066-secret-tower.md) |
|
||||
| 067 | The Parlor |  [DONE](./rooms/kq4-067-the-parlor/kq4-067-the-parlor.md) |
|
||||
| 068 | The Foyer |  [DONE](./rooms/kq4-068-the-foyer/kq4-068-the-foyer.md) |
|
||||
| 069 | The Crypt |  [DONE](./rooms/kq4-069-the-crypt/kq4-069-the-crypt.md) |
|
||||
| 070 | Waterfall Cave |  [DONE](./rooms/kq4-070-waterfall-cave/070-waterfall-cave.md) |
|
||||
| 071 | Cave Entrance |  [DONE](./rooms/kq4-071-cave-entrance/kq4-071-cave-entrance.md) |
|
||||
| 072 | Dark Cave Passage |  [DONE](./rooms/kq4-072-dark-cave-passage/kq4-072-dark-cave-passage.md) |
|
||||
| 073 | Cave Exit |  [DONE](./rooms/kq4-073-cave-exit/kq4-073-cave-exit.md) |
|
||||
| 074 | Troll Cave |  [DONE](./rooms/kq4-074-troll-cave/kq4-074-troll-cave.md) |
|
||||
| 075 | Troll Cave Passage |  [DONE](./rooms/kq4-075-troll-cave-passage/kq4-075-troll-cave-passage.md) |
|
||||
| 076 | Dark Chasm |  [DONE](./rooms/kq4-076-dark-chasm/kq4-076-dark-chasm.md) |
|
||||
| 077 | Swamp |  [DONE](./rooms/kq4-077-swamp/kq4-077-swamp.md) |
|
||||
| 078 | Swamp Island |  [DONE](./rooms/kq4-078-swamp-island/kq4-078-swamp-island.md) |
|
||||
| 079 | Mountain Path to Dark Castle |  [DONE](./rooms/kq4-079-mountain-path-to-dark-castle/kq4-079-mountain-path-to-dark-castle.md) |
|
||||
| 080 | Lolotte's Castle Entrance |  [DONE](./rooms/kq4-080-lolottes-castle-entrance/kq4-080-lolottes-castle-entrance.md) |
|
||||
| 081 | Edgar's Tower Bedroom |  [DONE](./rooms/kq4-081-edgars-tower-bedroom/kq4-081-edgars-tower-bedroom.md) |
|
||||
| 082 | Lolotte's Tower Bedroom |  [DONE](./rooms/kq4-082-lolottes-tower-bedroom/kq4-082-lolottes-tower-bedroom.md) |
|
||||
| 083 | Castle Dungeon Cell |  [DONE](./rooms/kq4-083-castle-dungeon-cell/kq4-083-castle-dungeon-cell.md) |
|
||||
| 084 | Cottage Front |  [DONE](./rooms/kq4-084-cottage-front/kq4-084-cottage-front.md) |
|
||||
| 085 | Dark Tower Stairs |  [DONE](./rooms/kq4-085-dark-tower-stairs/kq4-085-dark-tower-stairs.md) |
|
||||
| 086 | Dim Hallway (West End) |  [DONE](./rooms/kq4-086-dim-hallway-west-end/kq4-086-dim-hallway-west-end.md) |
|
||||
| 087 | East End of Hallway |  [DONE](./rooms/kq4-087-east-end-of-hallway/kq4-087-east-end-of-hallway.md) |
|
||||
| 088 | Stone Tower Stairs |  [DONE](./rooms/kq4-088-stone-tower-stairs/kq4-088-stone-tower-stairs.md) |
|
||||
| 089 | Castle Kitchen |  [DONE](./rooms/kq4-089-castle-kitchen/kq4-089-castle-kitchen.md) |
|
||||
| 090 | West Tower Bottom |  [DONE](./rooms/kq4-090-west-tower-bottom/kq4-090-west-tower-bottom.md) |
|
||||
| 091 | Castle Dining Room |  [DONE](./rooms/kq4-091-castle-dining-room/kq4-091-castle-dining-room.md) |
|
||||
| 092 | Lolotte's Throne Room |  [DONE](./rooms/kq4-092-lolottes-throne-room/kq4-092-lolottes-throne-room.md) |
|
||||
| 093 | Bottom of East Tower |  [DONE](./rooms/kq4-093-bottom-of-east-tower/kq4-093-bottom-of-east-tower.md) |
|
||||
| 094 | Unicorn Stable |  [DONE](./rooms/kq4-094-unicorn-stable/kq4-094-unicorn-stable.md) |
|
||||
| 095 | Fisherman's Pier |  [DONE](./rooms/kq4-095-fishermans-pier/kq4-095-fishermans-pier.md) |
|
||||
| 096 | | N/A (doesn't exist) |
|
||||
| 097 | | N/A (doesn't exist) |
|
||||
| 098 | Transitional Room | [DONE](./rooms/kq4-098-transitional-room.md) |
|
||||
| 099 | Transitional Room | [DONE](./rooms/kq4-099-transitional-room.md) |
|
||||
| 098 | Transitional Room | [DONE](./rooms/kq4-098-transitional-room/kq4-098-transitional-room.md) |
|
||||
| 099 | Transitional Room | [DONE](./rooms/kq4-099-transitional-room/kq4-099-transitional-room.md) |
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user