Skip to main content
When you sync mods, BD2 Mod Manager writes all enabled mods into the game’s mod folder:
<game_directory>/BepInEx/plugins/BrownDustX/mods/BD2MM/
Three methods are available. Each one has different performance, disk space, and permission characteristics.

Comparison

CopySymlinkHardlink
How it worksDuplicates mod files into the game folderCreates a directory symlink pointing to the staging folderCreates hardlinks — multiple directory entries for the same file data
Disk spaceUses extra space (full copy)No extra spaceNo extra space
SpeedSlower (file I/O for each mod)Fastest (single filesystem operation)Fast
Admin rights requiredNoYes (Windows UAC)No
Drag & Drop in game folderYesNo (Windows restriction on symlink targets)Yes
Works across drivesYesYesNo (hardlinks are per-volume)

Method details

Copy

Copy is the default and safest sync method. BD2 Mod Manager reads every enabled mod from your staging directory and writes a full copy of each file into BD2MM/.Pros:
  • No administrator rights required
  • Works on all Windows configurations
  • Drag & Drop inside the game folder works normally
  • Works across different drives
Cons:
  • Slower sync, especially with many or large mods
  • Doubles disk usage for all enabled mods
Best for: Most users, especially those without administrator access or who want the simplest setup.

Choosing a sync method

1

Check your drive layout

If your staging directory and game directory are on different drives, Hardlink is not available. Use Copy or Symlink.
2

Check your permissions

If you do not have administrator rights on your Windows account, Symlink is not available. Use Copy or Hardlink.
3

Consider mod volume and disk space

If you manage many large mods and want fast syncs, prefer Symlink (with admin) or Hardlink (same drive). If disk space is not a concern and you want zero friction, use Copy.

Sync errors

If a sync fails, BD2 Mod Manager reports one of the following errors:
ErrorCauseResolution
SymlinkAdminRequiredSymlink method selected but app lacks admin rightsRun BD2 Mod Manager as administrator, or switch to Copy or Hardlink
ModPathNotFoundA mod’s folder in the staging directory does not existReinstall the missing mod or remove it from the mod list
CopyFailedA file could not be copiedCheck disk space and file permissions
SymlinkFailedSymlink creation failed for a reason other than permissionsCheck that the target path is valid and accessible
HardlinkFailedHardlink creation failedConfirm staging and game directories are on the same volume
DirectoryCreationFailedCould not create a directory inside the game folderCheck disk space and write permissions on the game directory
RemovalFailedAn existing file or symlink could not be removed during re-syncClose the game if it is running, then retry
Most sync errors are resolved by ensuring BD2 Mod Manager has write access to the game directory and that the game is not currently running.

Build docs developers (and LLMs) love