Skip to content

Releases: florinp93/xmd-recompiled

v0.1.0-alpha.3

Choose a tag to compare

@florinp93 florinp93 released this 31 Aug 22:56

v0.1.0-alpha.3

Added

  • Modernized launcher UI with icon, animations, and fixed button layout.
  • Auto-updater: on launch the launcher checks GitHub for the latest release, displays the changelog, and can download and install the update silently. Game files and user data are preserved.

Fixed

  • PLAY and Exit buttons no longer cut off at the bottom.
  • The content area has a styled vertical scrollbar for overflow.

v0.1.0-alpha.2

Choose a tag to compare

@florinp93 florinp93 released this 31 Aug 22:27

v0.1.0-alpha.2

Fixed

  • Fixed a crash that occurred when pressing Continue or starting a New Game.
  • Root cause: the recompiler split sub_825CD3C0 at an invalid boundary, leaving the loop body and epilogue ungenerated. This corrupted the r30 register, which later caused an access violation when sub_82666A10 used r30 as a base pointer (r30 + -31396).
  • Fix: sub_825CD3C0 now bypasses the broken split and jumps straight to the proper epilogue (sub_825CD678).

Notes

  • Installer bundles the corrected xmd.exe and updated xmd_launcher.exe.

X-Men Destiny PC Port v0.1.0-alpha.1

Pre-release

Choose a tag to compare

@florinp93 florinp93 released this 31 Aug 12:08

First public alpha release. The game is playable from start to finish.

What's included

  • Self-contained installer (no prerequisites)
  • Standalone launcher with graphics, input, and advanced settings
  • Mouse & keyboard support
  • DualSense, DualShock, Xbox controller support (via SDL3)
  • Crash minidump generation (xmd_crash_*.dmp)
  • Version string printed in logs

Requirements

  • Windows 10/11 x64
  • A legally obtained X-Men Destiny Xbox 360 ISO

Known issues

  • This is an early alpha; some bugs may remain.
  • Button icon texture replacement is disabled.
  • Some visual effects may not render correctly.
  • Crashes are expected, please submit your crash logs

Installation

  1. Run xmd_installer.exe
  2. Select your X-Men Destiny ISO
  3. Choose install location
  4. Launch from the desktop shortcut

For support, open an issue on GitHub.