mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation.
* Implement Vibration & Background Input thumbnails * Disable Resolution Scale and Subtitle Thumbnails * Remove unused thumbnails & redirect original shadow resolution thumbnail to 1024x. * Fix else if chain. * Update resources submodule. --------- Co-authored-by: RadiantDerg <9061202+RadiantDerg@users.noreply.github.com> Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| flatpak | ||
| thirdparty | ||
| toolchains | ||
| tools | ||
| UnleashedRecomp | ||
| UnleashedRecompLib | ||
| UnleashedRecompResources@cf06ae4952 | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| README.md | ||
| update_submodules.bat | ||
| vcpkg.json | ||
UnleashedRecomp
Building
- Clone UnleashedRecomp with submodules (or run
update_submodules.batto ensure submodules are pulled).
git clone --recurse-submodules https://github.com/hedge-dev/UnleashedRecomp.git
- Place
default.xexanddefault.xexpin./UnleashedRecompLib/private/. - Decompress
shader.arand place the resulting file in./UnleashedRecompLib/private/. - 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-Releaseconfiguration. - Under Solution Explorer, right-click and choose "Switch to CMake Targets View".
- Right-click the UnleashedRecomp project and choose "Set as Startup Item", then choose "Add Debug Configuration".
- Add a
currentDirproperty to the first element underconfigurationsin the generated JSON and set its value to the path to your game directory (where root is the directory containingdlc,game,save,update, etc). - Run or debug UnleashedRecomp. The initial compilation might take a while to complete due to code and shader recompilation.