Skip to content

v2.1.0-pre.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 00:00
· 969 commits to main since this release

What's New

FalloutAudioTranscriber

New standalone app for working with Fallout: New Vegas voice files from Xbox 360 BSA archives.

  • Browse voice files with automatic ESM cross-referencing (speaker, quest, subtitle text)
  • Batch transcription via Whisper with progress tracking
  • Export to CSV or text

Save Game Decoder

Full save file parser for FNV Xbox 360 saves (.fxs).

  • Decodes all 12 changed form types (references, actors, creatures, quests, etc.)
  • CLI commands for decoding, hex dumping, and listing save contents

DMP Map Rendering

New dmp render-map command that generates map marker overlays from memory dumps.

  • Renders per-dump PNGs and an animated GIF showing the timeline across builds
  • Frames sorted chronologically by build date with timestamps shown on each frame
  • Supports filtering out Fallout 3 markers that appear in early dumps (--fo3-esm flag)
  • 15 map marker icons matching the in-game types

Other Improvements

  • ESM scanning is significantly faster (was 15-25s per dump, now under 2s)
  • Build era detection now uses the actual dump contents instead of relying on file timestamps
  • Dialogue viewer shows player prompt text and speech challenge banners
  • Codebase cleanup and deduplication across the board
  • BSA file list parsing and new BSA CLI commands

Full Changelog: v2.0.0...v2.1.0-pre.1