An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation.
Find a file
2025-01-18 00:41:12 +03:00
flatpak
thirdparty Implement frame limiter. (#60) 2024-12-22 19:58:06 +03:00
toolchains
tools Place function table after the executable. 2025-01-15 02:01:59 +03:00
UnleashedRecomp Clean unnecessary hooks. 2025-01-18 00:41:12 +03:00
UnleashedRecompLib Clean unnecessary hooks. 2025-01-18 00:41:12 +03:00
UnleashedRecompResources@2817764f59 installer_wizard: added credits info (#103) 2025-01-17 15:14:18 +03:00
.editorconfig
.gitignore
.gitmodules Implement frame limiter. (#60) 2024-12-22 19:58:06 +03:00
CMakeLists.txt
CMakePresets.json
README.md README: remove notice about VS2022 Preview 2025-01-13 10:49:33 +00:00
update_submodules.bat Update submodule script to pull current commit submodules 2024-12-21 02:57:56 +00:00
vcpkg.json

UnleashedRecomp

Building

  1. Clone UnleashedRecomp with submodules (or run update_submodules.bat to ensure submodules are pulled).
git clone --recurse-submodules https://github.com/hedge-dev/UnleashedRecomp.git
  1. Decompress and decrypt default.xex, apply the title update patch (default.xexp), and place the resulting file in ./UnleashedRecompLib/private/.
  2. Decompress shader.ar and place the resulting file in ./UnleashedRecompLib/private/.
  3. Open the repository directory in Visual Studio 2022 and wait for CMake generation to complete. If you don't plan to debug, switch to the x64-Clang-Release configuration.
  4. Under Solution Explorer, right-click and choose "Switch to CMake Targets View".
  5. Right-click the UnleashedRecomp project and choose "Set as Startup Item", then choose "Add Debug Configuration".
  6. Add a currentDir property to the first element under configurations in the generated JSON and set its value to the path to your game directory (where root is the directory containing dlc, game, save, update, etc).
  7. Run or debug UnleashedRecomp. The initial compilation might take a while to complete due to code and shader recompilation.