Where can I get mods?
Where can I get mods?
You can find mods on the BrownDustX Discord server: https://discord.gg/B3Aqz6tDG2
Why is the .exe flagged as a virus?
Why is the .exe flagged as a virus?
This is a false positive caused by how PyInstaller packages Python applications into executables. The program does not contain any malware.If you’re unsure about the safety of the application, you can:
- Check the source code on GitHub
- Build the
.exeyourself from the source code - Use the
*-Full.zipversion instead, which is less likely to trigger false positives
What's the difference between the .exe and the *-Full.zip version?
What's the difference between the .exe and the *-Full.zip version?
- The
.exeis a standalone, single-file version that contains everything bundled into one executable - The
*-Full.zipis the full version, containing all required files separately - The Full.zip version is less likely to trigger antivirus false positives
- If you run into issues with the single
.exe, the Full.zip version is recommended
How do I verify the application is safe?
How do I verify the application is safe?
You can verify the safety of BD2 Mod Manager by:
- Reviewing the source code on GitHub
- Building the executable yourself from the source
- Checking the project’s releases and community feedback
- Scanning the downloaded file with multiple antivirus tools (note that some may show false positives due to PyInstaller)
Which sync method should I use: Copy or Symlink?
Which sync method should I use: Copy or Symlink?
Choose the sync method based on your needs:Copy method:
- No administrator rights required
- Slower synchronization
- Uses more disk space
- Best for users without admin access
- Much faster synchronization
- Saves disk space by creating shortcuts instead of copying files
- Requires administrator rights
- Drag & Drop functionality is not available (Windows restrictions)
- Best for users with many mods who have admin access
What are profiles and when should I use them?
What are profiles and when should I use them?
Profiles allow you to save and apply different sets of enabled mods. Use cases include:
- Maintaining different character customizations (e.g., “Casual Look” vs “Battle Ready”)
- Switching between mod collections for different game modes
- Testing new mods without affecting your main setup
- Creating themed collections (e.g., “Summer” or “Holiday” themes)
What languages does BD2 Mod Manager support?
What languages does BD2 Mod Manager support?
BD2 Mod Manager has multi-language support for:
- English (en-US)
- Portuguese (Brazil) (pt-BR)
- Japanese (ja-JP)
- Korean (ko-KR)
- Chinese (Simplified) (zh-CN)
Does the application update automatically?
Does the application update automatically?
Yes, BD2 Mod Manager includes auto-update features for:
- New character data and assets
- Game data files (characters.csv, datings.csv, npcs.csv)
- Application resources
Do I need to sync after making changes?
Do I need to sync after making changes?
Yes, after making any changes to your mods (enable, disable, delete, or rename), you must sync your mods to update the game folder.The sync process creates a folder named
BD2MM inside the BrownDustX mods folder with all your enabled mods.