A simple tool to replace .bnk files in League of Legends mod folders with correct versions from a central folder.
ONLY FOR EN/US VOICEOVER SFX!!!!!!
- Download the
bnk_replacer_embedded.exefile - Run the executable by double-clicking it
- Follow the prompts:
- Enter the path to your central folder (where your correct .bnk files are stored)
- Enter the path to your mod folder (where you want to replace .bnk files)
- Wait for the process to complete
- Recursively searches through all mod subfolders
- Finds all .bnk files in each mod
- Replaces any .bnk file that has an exact filename match in your central folder
- Leaves your central folder untouched (files are copied, not moved)
- Only replaces files with exact matches - no other files are modified
Central folder: C:\MyBNKFiles\all vo and sfx bnks
Mod folder: C:\LeagueMods\testmodfolder
The tool will process all subfolders in your mod directory and replace matching .bnk files.
- Only replaces files with exact filename matches
- Your central folder remains unchanged
- No files are deleted, only replaced
- Works with any number of mods and champions
If you want to build the executable yourself:
- Install Python 3.7+
- Run
build_exe.bat - Find the executable in the
distfolder