Skip to content

Releases: wiztailworks/wiz_codex

Wiz Codex: Mapbook v1.0 (EXE Release)

29 Dec 18:51
09d543c

Choose a tag to compare

Overview

Wiz Codex: Mapbook is a companion tool for Wizardry: FoV2.

It reads the game’s runtime state from memory and visualizes the player’s
current position, direction, and floor on captured map images.

This is the first stable EXE release intended for practical, day-to-day use.


Features

  • Automatic detection of menu_state structure via memory scanning
  • Real-time display of player position / direction / floor
  • Manual and automatic map capture
  • Scenario-based map management (separate folders)
  • Automatic resolution detection (576p–2160p)
  • Marker offset adjustment (cell-based)
  • Optional minimap window
  • Always-on-top mode
  • UI themes and language toggle (EN / JA)
  • Persistent settings via settings.json

Technical Notes

  • Uses pymem and Win32 API to read process memory
  • Structure candidates are validated through in-game state transitions
  • Designed for PyInstaller EXE distribution
  • All user data is stored next to the executable (not in temp directories)

Requirements

  • Windows 10 / 11
  • Wizardry: FoV2 running
  • Administrator privileges may be required depending on environment

Disclaimer

  • Game updates may break memory offsets
  • Intended for single-player assistance
  • Use at your own risk

Status

Version 1.0 focuses on stability and completeness rather than new features.

Full Changelog: v1.0.0...v1.0.0