-
Notifications
You must be signed in to change notification settings - Fork 0
Map Walker
Vairn edited this page Jul 7, 2026
·
3 revisions
Interactive HTML5 first-person 3D explorer for all 60 map.dat screens — ASM frustum wall rendering, outdoor terrain lanes, cartography minimap.
GitHub Wiki cannot run JavaScript. Open the walker on GitHub Pages:
https://Vairn.github.io/MM2/maze-walker/
Controls: W/S forward/back, A/D turn. Toolbar: Graphics (Amiga / PC CGA / PC EGA) and Wallset (Auto / Town / Cavern / Castle). PC wall art is exported from GOG .4/.16 via parse_wall_sheet (packed-u32 tables).
See map.dat reference for tile/event data.
python tools/export_map_walker.py --pc-gog "C:\Program Files (x86)\GOG Galaxy\Games\Might and Magic 2"
cd wiki/maze-walker
python -m http.server 8080
# open http://localhost:8080/- Docs Wiki Hub ← full doc index
- Getting Started ← read this first
- Overview
- Workspace Notes
- Open Questions
- Full Analysis
- Game Remake
- Startup and Init
- Runtime Memory Map
- Main Loop and Map
- Exploration Input and Options
- Party and Session
- Game State Struct
- Data Hunk mm2 data 00
- Time Era Calendar
- GFX Loading
- ANM TV Format
- PC DOS graphics
- SNES graphics
- 3D View and Game Screen
- Amiga 3D Render Process
- Scripted Scene Graphics
- Event Graphics Opcodes
- Title Screen Assets
- Title Screen Animation
- Format inventory
- items.dat
- monsters.dat
- roster.dat
- attrib.dat
- map.dat
- spells & item use
- event.dat
- Events by location ← 71 maps
- Events hub (numbered)
- Event Script Opcodes
-
Event Script DSL ←
.mm2evtauthoring - Event Text Rendering
- Event Graphics Opcodes
- Combat Overview
- Combat System
- Encounter Tables
- Spell Cast ASM
- monsters.dat abilities
- Spells and item use
- Amiga audio in exe ← Paula / DATA / remake
- Controls: Sounds / Walk Beep
- MM2 music format (superseded)
- Title/death audio paths (superseded)
- Known songs catalog (superseded)
- Town Services
- Spell Sources
- Character Mechanics
- Skills and Hirelings
- Commerce Formulas
- Commerce World Services
- Mount Farview Class Quest
- Class Quest HP Bug
- Event Runtime
- Event to String Path
- Embedded Exe Strings
- Copy Protection
- Time Era Calendar
- Game State Struct
- MM1 Overview ← hub + decode status
- MM1 MAZEDATA format
- MM1 to MM2 outdoor
- MM1 WALLPIX by sector
- MM1 art & graphics
- MM1 items / monsters (status)
- MM1 map walker ↗
- MM1 2D maps gallery
- MM1 WALLPIX gallery