How symlink mode works
When you sync mods using symlink mode, BD2 Mod Manager creates symbolic links in the game’s mod directory that point to your staged mods. Instead of duplicating files, Windows treats these links as if the files exist in both locations.Performance benefits
Symlink mode offers two major advantages over copy mode:- Speed: Syncing is nearly instantaneous regardless of how many mods you have enabled
- Disk space: No duplicate files are created, saving significant storage space
Requirements
Administrator rights
Creating symbolic links on Windows requires administrator privileges. If you attempt to sync with symlink mode without admin rights, you’ll receive anAdminRequiredError.
The application checks for admin status using windll.shell32.IsUserAnAdmin() before creating any symlinks.
How to run as administrator
You have two options to run BD2 Mod Manager with admin rights:Option 1: Right-click method
- Right-click the BD2 Mod Manager executable
- Select “Run as administrator”
- Approve the User Account Control (UAC) prompt
Option 2: Use the admin launcher
The application includesrunasadmin_main.py, which automatically requests elevation:
Limitations
Drag and drop disabled
When running as administrator on Windows, drag-and-drop functionality from File Explorer is disabled for security reasons. This is a Windows restriction, not a limitation of the mod manager. You’ll need to add mods manually by:- Moving them to the
mods/folder - Using the file picker dialog in the application
Troubleshooting symlink issues
”Admin privileges required” error
If you see this error, you’re not running the application with administrator rights. Follow the steps above to run as administrator.Broken symlinks
If you move or rename mods in the staging directory while symlinks exist, the links become broken. The mod manager detects broken links during sync:Switching between copy and symlink mode
If you previously used copy mode, the mod manager will detect copied folders when switching to symlink mode:Best practices
- Use symlink mode if you manage a large number of mods
- Stick with copy mode if you don’t want to run as administrator
- Don’t manually edit files in the game’s
BD2MMfolder - always work in the staging directory
After enabling or disabling mods, you must sync to apply changes to the game directory.