Unleashed Recompiled includes a built-in installation wizard that guides you through the full setup process. Before you begin, make sure you have legally dumped your copy of Sonic Unleashed for Xbox 360 — the project does not include any game assets.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/hedge-dev/UnleashedRecomp/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
You will need the following before installing:- A legally acquired copy of Sonic Unleashed for Xbox 360 (US or EU disc or digital copy)
- The Title Update for the game (required)
- All available DLC Adventure Packs (optional but highly recommended — they include high-quality lighting for the entire game)
- Your dumped game files, obtained by following one of the dumping guides
Dumping Overview
Learn how to acquire your game files from an Xbox 360 hard drive or USB storage device.
Installation Steps
Download the latest release
Download the latest release of Unleashed Recompiled from the official GitHub Releases page. Always download from this page — builds are never distributed through Discord servers, third-party websites, or update tools.
Extract the archive
Extract the downloaded archive to the folder where you want the game to be installed. This directory will serve as the game’s installation location.
Run the executable
Launch the Unleashed Recompiled executable. If this is your first time running it, the installation wizard will start automatically and walk you through the setup process.
Provide your game files
The installer will prompt you to provide your dumped game files. You will be presented with two options depending on how your files are organized:Add Files — Use this if you have raw container or image files dumped directly from your Xbox 360. These are typically very large files without a standard file extension. The installer will automatically detect the type of content inside each container, so you do not need to know what is inside them beforehand.Add Folder — Use this if you have a directory containing the game’s already-extracted raw files (e.g. files with extensions like
.xex, .ar.00, .arl). This option expects the folder to contain the extracted content for a specific piece of the game directly — it will not scan subfolders or search for compatible content automatically.Only the US and EU regional versions of Sonic Unleashed are supported. The Japanese version has differences in both file structure and content that make it incompatible, and it is unlikely to be supported in the future. US and EU versions already include Japanese language support.
If you did not include the DLC Adventure Packs during the initial setup, you can add them at any time by accessing the installer again from the title screen once the game is running.
Add Files vs. Add Folder
Understanding the difference between the two installer options will help you avoid common errors:| Option | Use when… | What it accepts |
|---|---|---|
| Add Files | You have raw dump files from an Xbox 360 | Large container/image files without extensions |
| Add Folder | You have pre-extracted game content | A directory containing extracted files (.xex, .ar.00, .arl, etc.) |
Portable Mode
By default, Unleashed Recompiled stores your save data and configuration in a system-level directory (see Save Data Locations below). If you prefer to keep everything self-contained within your installation folder — for example, on a portable drive — you can enable portable mode. To enable portable mode, create an empty file namedportable.txt in the same directory as the Unleashed Recompiled executable. The game will then store all configuration and save data inside the installation folder instead of the default system path.
Save Data Locations
Unless portable mode is enabled, save data and configuration are stored at the following locations:- Windows:
%APPDATA%\UnleashedRecomp\ - Linux:
~/.config/UnleashedRecomp/
save/— your save data (ormlsave/if using Hedge Mod Manager’s save file redirection)config.toml— the game’s configuration file
