Releases: florinp93/xmd-recompiled
Releases · florinp93/xmd-recompiled
Release list
v0.1.0-alpha.3
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
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_825CD3C0at an invalid boundary, leaving the loop body and epilogue ungenerated. This corrupted ther30register, which later caused an access violation whensub_82666A10usedr30as a base pointer (r30 + -31396). - Fix:
sub_825CD3C0now bypasses the broken split and jumps straight to the proper epilogue (sub_825CD678).
Notes
- Installer bundles the corrected
xmd.exeand updatedxmd_launcher.exe.
X-Men Destiny PC Port v0.1.0-alpha.1
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
- Run xmd_installer.exe
- Select your X-Men Destiny ISO
- Choose install location
- Launch from the desktop shortcut
For support, open an issue on GitHub.