Quick start
This guide will walk you through installing your first audio mod using ZZAR. You’ll go from a fresh installation to a working mod in just a few minutes.Before you begin, make sure you’ve installed ZZAR and completed the first-time setup.
Installing your first mod
If you just want to install mods created by others, follow these steps:Launch ZZAR
Open ZZAR and wait for it to load. You should see the main interface with tabs for Mod Manager, Audio Browser, Audio Converter, and Import Wizard.
Download a mod
Get a
.zzar mod file from a mod site like GameBanana or a community Discord. Save it somewhere you can find it.Install the mod
- Go to the Mod Manager tab
- Click the Install Mod button
- Browse to your downloaded
.zzarfile and select it - Click Open
Enable the mod
After installation, the mod appears in your mod list but is disabled by default.
- Find the mod in the list
- Check the Enable checkbox next to it
- Click the Apply Mods button at the bottom
ZZAR will generate modified PCK files and place them in your game directory. This may take a few seconds.
Creating your first mod
If you want to replace audio yourself and create a mod package, follow these steps:Find the sound you want to replace
- Go to the Audio Browser tab
- Browse through the PCK files to find the sound you want to replace
- Click on a sound to preview it
Prepare your replacement audio
Your replacement audio should be:
- In a common format like MP3, WAV, FLAC, or OGG
- Similar length to the original (optional but recommended)
- At a reasonable volume level
ZZAR will automatically convert your audio to WEM format and normalize the volume, so you don’t need to match the exact format.
Replace the audio
- In the Audio Browser, select the sound you want to replace
- Click the Replace Audio button
- Browse to your replacement audio file and select it
- ZZAR will convert it to WEM format and mark it as changed
Export as a mod
- Click the Export Mod button in the Audio Browser
- Choose a name for your mod
- Fill in the metadata:
- Mod Name: A descriptive name for your mod
- Author: Your name or username
- Version: Start with
1.0.0 - Description: What your mod does
- Click Export
.zzar file containing all your changes.Converting existing mods
If you have old mods that aren’t in the.zzar format, you can convert them:
Choose your import method
WEM files
Select Import WEM Files if you have loose
.wem audio filesPCK files
Select Import PCK File if you have a built
.pck archiveImport the files
- Click Browse and select your WEM files or PCK file
- ZZAR will scan the files and try to match them to game audio
- Review the matches and adjust if needed
Common tasks
Managing multiple mods
When you have multiple mods enabled:- Use the Load Order in the Mod Manager to control which mod takes priority
- Drag and drop mods to reorder them (higher mods have higher priority)
- ZZAR will warn you if mods conflict and show which mod’s changes will be used
Disabling mods
To temporarily disable a mod without uninstalling it:- Go to the Mod Manager tab
- Uncheck the Enable checkbox next to the mod
- Click Apply Mods
Updating mods
When a mod author releases a new version:- Download the new
.zzarfile - Install it using the Install Mod button
- ZZAR will detect that it’s an update and ask if you want to replace the old version
- Click Yes to update
Troubleshooting
Mod doesn't work in game
Mod doesn't work in game
- Make sure the mod is enabled in the Mod Manager
- Click Apply Mods to generate the modified PCK files
- Check that the PCK files were created in your game’s
StreamingAssets/Audio/GeneratedSoundBanks/Windows/folder - Restart the game if it was running when you applied the mod
Audio sounds distorted or too quiet
Audio sounds distorted or too quiet
ZZAR normalizes audio to -9 LUFS by default. If your audio sounds wrong:
- Go to Settings → Audio Converter
- Adjust the normalization target (try -12 LUFS or disable normalization)
- Re-export your mod
Mod conflicts with another mod
Mod conflicts with another mod
When two mods replace the same audio:
- ZZAR will show a conflict warning
- The mod higher in the load order takes priority
- Drag mods in the Mod Manager to reorder them
- Click Apply Mods to use the new order
Can't find a specific sound
Can't find a specific sound
To make finding sounds easier:
- Go to Settings → Download Tags
- Download the official tag database
- Now you can search by character names, sound types, etc. instead of just IDs
- Use the Find Matching Sound feature to find variations of a sound
Next steps
Now that you know the basics, explore more features:Mod Manager
Learn advanced mod management features
Audio Browser
Master the Audio Browser for precise replacements
Creating Mods
Deep dive into mod creation workflows
Audio Converter
Use the Audio Converter for batch operations