Mods for Unleashed Recompiled are installed and managed through Hedge Mod Manager (HMM) — the same tool used across many other Sonic titles. This guide walks you through getting HMM set up and installing your first mod.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.
Choosing the Right Version of HMM
| Platform | Recommended Version |
|---|---|
| Windows | Hedge Mod Manager (stable) |
| Linux / Steam Deck | HMM 8 (development version) |
Installing Mods
Download and install Hedge Mod Manager
Grab the latest release of Hedge Mod Manager (Windows) or HMM 8 (Linux / Steam Deck) from the respective GitHub releases page. Run the installer or extract the archive to a location of your choice.
Point HMM at your Unleashed Recompiled installation
When you first launch HMM it will ask you to locate the game. Browse to the directory where you extracted Unleashed Recompiled (the folder containing the game executable). HMM will detect the game and configure itself automatically.
Download a mod
Find a mod you want to install — most mods are distributed as
.zip archives containing either a mod.ini file at the root or a folder that itself contains mod.ini. Download the archive but do not extract it manually.Add the mod through HMM
In Hedge Mod Manager, click Add Mod (or drag the
.zip directly onto the HMM window). HMM will extract and register the mod for you.Enable the mod and apply changes
Check the box next to the mod in HMM’s mod list to enable it. If you are enabling multiple mods, drag them into the order you want (mods higher in the list take priority). Click Save & Play or Apply to confirm.
Using the Codes Tab
Unleashed Recompiled embeds a set of built-in gameplay codes that can be toggled without any extra files. Open the Codes tab in Hedge Mod Manager to browse and enable them. These are especially useful while code modding (which allows arbitrary runtime patches) is still under development.Save File Redirection
When Hedge Mod Manager is active, it redirects your save files to anmlsave folder instead of the default save folder inside the game’s configuration directory:
- Windows:
%APPDATA%\UnleashedRecomp\mlsave\ - Linux:
~/.config/UnleashedRecomp/mlsave/
save folder automatically.
Mod Format Basics
Unleashed Recompiled uses the same mod format as Sonic Generations. A valid mod contains at minimum:mod.ini to display the mod’s name and description and uses the files folder to overlay replacement assets on top of the base game at launch.
Portable Installation Note
If you have created aportable.txt file in your Unleashed Recompiled installation directory to keep saves and configuration next to the executable, HMM’s save-file redirection still works — the mlsave folder will be created alongside the executable rather than in the default OS configuration directory.
