Larxia
Member
Quite insane and out of nowhere. People made a tool to recompile 360 games, and released a native PC port of Sonic Unleashed.
"Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation."
GitHub - hedge-dev/UnleashedRecomp: An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation.
An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation. - hedge-dev/UnleashedRecomp
They also released the recompiler on github:
GitHub - hedge-dev/XenonRecomp: A tool for recompiling Xbox 360 games to native executables.
A tool for recompiling Xbox 360 games to native executables. - hedge-dev/XenonRecomp
I'll definitely try it later, and I'm really curious what other games will manage to be ported with this. This is great for preservation of games that never got PC ports / remasters.XenonRecomp is a tool that converts Xbox 360 executables into C++ code, which can then be recompiled for any platform. Currently, it only supports x86 platforms due to the use of x86 intrinsics.
This project was heavily inspired by N64: Recompiled, a similar tool for N64 executables.