
Metal Slug XX has landed on Windows again, but not in the way you might expect. This unofficial port takes the Xbox 360 release, rebuilds its code for modern PCs and adds features such as 60fps support, keyboard controls and cleaner image scaling. It’s not a remake. It’s not a simple emulator package either. The project uses the ReXGlue SDK to convert the Xbox 360 game code into portable C++, which then runs as a native x86-64 Windows application. That makes this release technically unusual, but the result is easy to understand: it gives players a more direct way to run the console version on a PC.
A different kind of PC port
Most unofficial ports rely on emulation. The original game runs inside software that imitates the console hardware in real time. This project takes another route. ReXGlue translates the Xbox 360’s PowerPC code ahead of time, then compiles it for Windows processors. The port still needs runtime components that recreate parts of the Xbox 360 environment, including graphics and system behaviour, but the game logic itself can run as native PC code.
That matters because it gives the developers more control over performance, rendering and input. It also avoids some of the overhead that comes with translating instructions while the game is running.
You’ll still need files from a legitimate copy of the Xbox 360 release. The project doesn’t include the commercial game data, and the files from the official Steam version won’t work. This port specifically targets the Xbox 360 build.
The biggest change is 60fps
The optional 60fps mode is the feature most players will notice first. Metal Slug XX wasn’t designed to run its full game logic at 60 frames per second. Doubling the update speed would change enemy timing, animation speed and movement. It could break the game very quickly.
The port avoids that problem by interpolating sprite and background positions during rendering. In simple terms, it creates smoother movement between the game’s normal updates without making the action itself run twice as fast.
It works especially well during fast scrolling sections, vehicle battles and scenes packed with enemies. The original animation frames stay the same, so don’t expect newly drawn motion. What you get is smoother movement across the screen.
Early versions had a few visible issues, including flickering enemies and occasional background problems. Later updates fixed several of those bugs, along with a crash connected to dropping weapons. The current build also supports a wider range of older processors by targeting the x86-64-v2 instruction set instead of the more demanding x86-64-v3 standard.
Where Metal Slug XX fits in the series
Metal Slug XX first appeared on PSP in 2009. It’s an expanded version of Metal Slug 7, which launched on Nintendo DS a year earlier. The game sticks closely to the formula that made the series famous. You move from left to right, rescue prisoners, collect heavy weapons and jump into armed vehicles known as Slugs. The campaign includes seven main stages, branching paths and the usual mix of soldiers, machines, mutants and oversized bosses.
The playable cast brings together Marco, Tarma, Eri and Fio, alongside Ralf and Clark from Ikari Warriors. Leona later joined the roster as an additional character. An Xbox Live Arcade version arrived in 2010. PlayStation 4 and Steam releases followed years later. The Xbox 360 edition matters here because it was built as a native console version, while the later PC release followed the PSP-based edition.
That gives this project a clear reason to exist. It isn’t simply recreating something already available on Steam. It brings a different version of the game to Windows and adds technical options that the official releases don’t offer.
An impressive result, even at version 0.9.5
The developers still describe version 0.9.5 as an early build, and some work remains. Rendering accuracy can improve. Compatibility may need more testing. Network features are still missing. Even so, the port already works as more than a technical experiment.
Metal Slug XX runs as a dedicated Windows application, supports smoother rendering and offers sensible display and control options. It keeps the original game design intact while making the Xbox 360 version easier to run on current hardware. That’s a practical achievement. And for anyone interested in static recompilation, it’s also a strong example of what the technology can do.














