Skip to content

Patched Client Merger

Choose a tag to compare

This script merges the 3.3.5 camera fix patch (https://mega.nz/folder/ykZglR6J#LOG-hGTqJ3ZOTROwTlG5Hw) with the patched executable created by kebabstorm's patcher (https://www.wowmodding.net/files/file/283-wow-335-patcher-custom-item-fix/).

You'll need three files: an unmodified Wow.exe (MD5 45892bdedd0ad70aed4ccd22d9fb5984), the modified Wow.exe file patched with the camera fix, and the Wow.exe file created by kebabstorm's patcher (it doesn't matter which patches you apply with it).
Place all three executables in the same folder as the script and run the following command:

python patch_merge.py Wow.exe CameraPatch.exe KebabPatch.exe
(or whatever names you chose for your respective executables; patched executable order is irrelevant, but the clean executable must come first)

If the process is successful, it will create a Wow_merged.exe file that has all of the patches applied.