.zip, .rar, .7z) and from plain folders. Both methods extract or copy the mod into the app’s staging directory, where it appears in the Mods tab.
Install from archive
Use this method when you have downloaded a mod as a.zip, .rar, or .7z file.
Open the install dialog
Click the Install mod button in the Mods tab toolbar, then choose From archive.
Wait for extraction
BD2 Mod Manager extracts the archive into the staging directory. A success notification appears when the install is complete.
Install from folder
Use this method when you already have a mod extracted on disk, or when a mod is distributed as a plain folder rather than an archive.Open the install dialog
Click the Install mod button in the Mods tab toolbar, then choose From folder.
Select the mod folder
Browse to and select the folder that contains the mod files (the folder with the
.modfile and spine/texture assets).Staging directory structure
All installed mods are stored in the staging directory. BD2 Mod Manager scans this directory on launch and whenever you add a new mod.Each mod must be in its own subfolder inside the staging directory. If the mod’s files are placed directly in the root staging directory without a containing folder, BD2 Mod Manager reports a
ShouldBeInFolder error.Supported archive formats
.zip
Standard ZIP archive. Most commonly used for mod distribution.
.rar
RAR archive. Widely used on modding communities like Nexus and Discord.
.7z
7-Zip archive. High compression ratio, common for larger spine mod packs.
Install errors
If installation fails, BD2 Mod Manager returns one of the following errors:| Error | Cause |
|---|---|
PathNotFound | The source archive or folder path no longer exists. |
InvalidName | The archive or folder name is empty or cannot be used as a mod name. |
InvalidFormat | The archive is corrupted or cannot be read. |
ModAlreadyExists | A mod with the same name already exists in the staging directory. |
InvalidMod | No .modfile was found inside the archive or folder — the mod structure is not recognized. |
MultipleModsFound | The archive contains more than one .modfile, so the app cannot determine which is the root mod. |
UnsupportedFormat | The file extension is not .zip, .rar, or .7z. |