Overview
Frosty Mod Manager handles installing, applying, and launching games with mods. It manages mod load order, resolves conflicts, and applies modifications to game files.Mods created with Frosty Editor are packaged as
.fbmod files and can only be installed with Frosty Mod Manager.Installing Frosty Mod Manager
Download Mod Manager
- Get Frosty Mod Manager from the official source
- Extract to a folder on your system
- Run
FrostyModManager.exe
Select Game
On first launch:
- Select your game from the dropdown
- Mod Manager will detect the game installation path
- If not found, manually browse to the game folder
- Click Continue
Adding Mods
Import Mods
Add Mod Files
Multiple ways to add mods:Option 1: Import Button
- Click Import Mod in the toolbar
- Browse to your
.fbmodfile - Select and click Open
- Drag
.fbmodfile from Explorer - Drop onto Mod Manager window
- Mod is automatically imported
- Place
.fbmodin the Mods folder - Default:
Documents\Frosty\[GameName]\Mods\ - Restart Mod Manager to detect
Enable/Disable Mods
- Individual Mods
- Bulk Operations
Toggle mods on/off:
- Check the box next to a mod to enable
- Uncheck to disable
- Disabled mods stay in list but don’t apply
Mod Load Order
Mods are applied in order from top to bottom. Later mods override earlier ones if they modify the same assets.Organizing Load Order
Reorder Mods
Drag and drop mods to change priority:
- Click and hold a mod
- Drag up or down in the list
- Release to set new position
- Which mod’s changes take priority
- Texture/mesh replacements
- EBX property values
Handling Conflicts
Detecting Conflicts
Detecting Conflicts
Mod Manager shows conflicts:
- Yellow Warning: Same asset modified by multiple mods
- Red Error: Incompatible modifications
- Details Panel: Lists conflicting mods
Resolving Conflicts
Resolving Conflicts
Options to fix conflicts:
- Reorder Mods: Change priority
- Disable One Mod: Choose which to keep
- Merge Mods: Some mods can be merged (advanced)
- Contact Authors: Request compatibility patch
Compatible Conflicts
Compatible Conflicts
Not all conflicts are bad:
- Intentional overrides (texture packs)
- Complementary modifications
- Patches designed to override
Applying Mods
Mods must be applied before launching the game.Apply Mods
Click the Apply Mods button:The mod executor:
- Reads all enabled mods
- Merges modifications by load order
- Creates modified game files in
ModDatafolder - Generates bundle patches
- Writes CAS archives
- Creates symbolic links
- Current operation
- Percentage complete
- Estimated time remaining
Applying Process
What happens during apply:Loading Mods:
- Reads
.fbmodfiles - Validates mod format and version
- Loads resource archives
- Merges EBX modifications
- Combines RES changes
- Handles chunk data
- Processes bundle actions
- Creates modified CAS files
- Generates superbundle patches
- Updates catalog entries
- Creates bundle layouts
Launching the Game
Standard Launch
Launch with Mods
After applying mods:
- Click Launch button
- Game launches with mods active
- Mod Manager can stay open or minimize
Launch Process
ModData Folder
ModData Folder
Mods are stored in a ModData folder:Game-specific paths:
- Most Games:
Patch/ - BFN/BFV:
Data/ - Older Games:
Update/Patch/Data/
Symbolic Links
Symbolic Links
Mod Manager creates symlinks:
- Links ModData to game directory
- Makes mods visible to game
- Preserves original files
- Easy to remove by deleting ModData
Mod Pack Tracking
Mod Pack Tracking
mods.json tracks applied mods:Managing ModData
When to Reapply Mods
Mods need reapplying when:- Mod Changes
- Game Updates
- Auto-Detection
Reapply if you:
- Add new mods
- Remove mods
- Change load order
- Update existing mods
- Enable/disable mods
Cleaning ModData
Remove ModData
To remove all mods:
- Close the game
- In Mod Manager, click Clear ModData
- Or manually delete
ModDatafolder in game directory - Game returns to vanilla state
Advanced Features
Profile Management
Mod Profiles
Mod Profiles
Save different mod configurations:
- Create Profile: Save current mod list and order
- Load Profile: Switch between setups
- Rename Profile: Organize by purpose
- Delete Profile: Remove unused profiles
- Different playstyles
- Testing configurations
- Vanilla vs modded
Mod Packs
Mod Packs
Bundle multiple mods:
- Group related mods
- Share configurations
- Quick enable/disable sets
- Simplified mod management
Bundle Whitelisting
Optimize performance by limiting modified bundles:- Faster mod application
- Reduced ModData size
- Better game performance
Custom Mod Actions
Some mods include custom execution actions:- Standard Actions
- Legacy Actions
- Custom Handlers
Built-in bundle operations:
- Add: Insert assets into bundles
- Modify: Change existing assets
- Remove: Delete assets from bundles
Troubleshooting
Game Won't Launch
Game Won't Launch
If game fails to start:
- Check ModData was created successfully
- Verify no antivirus blocking
- Run Mod Manager as administrator
- Check game is closed before applying
- Try launching game directly first (vanilla)
Mods Not Working
Mods Not Working
If mods don’t appear in game:
- Verify mods were applied (check ModData)
- Check load order for conflicts
- Ensure mods are for correct game version
- Look for error messages during apply
- Try disabling other mods to isolate issue
Apply Process Fails
Apply Process Fails
If applying mods errors:
- Check console output for specific error
- Verify mod files aren’t corrupted
- Ensure enough disk space
- Try removing recently added mods
- Rebuild cache if needed
Performance Issues
Performance Issues
If game runs poorly with mods:
- Check total mod size (large texture mods impact FPS)
- Disable mods one by one to find culprit
- Reduce graphics settings
- Close background applications
- Monitor VRAM usage
Crash on Startup
Crash on Startup
If game crashes immediately:
- Remove ModData
- Test vanilla game
- If vanilla works, mods are incompatible
- Check mod descriptions for requirements
- Test mods individually to find problem
Safety and Best Practices
Next Steps
Create Mods
Learn how to create your own mods with Frosty Editor
Best Practices
Follow best practices for a smooth modding experience