How to apply the jumpy mouse camera fix patch to WotLK
There has been some interest in this patch recently. The patch is distributed as an already-playable game executable but there are some people who already have patches applied to their executable to fix other bugs and would like to keep those patches too. This is the link but I can't give credit because I don't know who the original author is. https://mega.nz/folder/ykZglR6J#LOG-hGTqJ3ZOTROwTlG5Hw
Download HxD, which is an editor that you will use to apply the patch: https://mh-nexus.de/en/hxd/. Then open the wow executable using that editor. You have to close the game first.
The following table presents an offset (the offset is the number of bytes where the original code starts, counting from the beginning of the file), the original code that will be there, and the code that you have to replace it with. You have to apply all of these modifications, one by one. To apply one:
1) Press Ctrl+G to open the "Go to" dialog and paste the offset. Your cursor will be positioned right before the original code.
2) Select all the original code making sure it's the same as presented here.
3) Copy and paste the patched code on top of it. If, when pasting, you get a dialog that says "This operation changes the file-size.", you didn't select the correct amount of bytes. Press Cancel and go back to 2.
Do this for every row of the table.
You can also reduce your mouse polling rate to 125hz. I do this via my logitech driver. 1000hz is crazy buggy, but 125 is pretty good. Its not perfect though.
Thank you very much. This issue has troubled me for many years. I'm a player from China, and I noticed this problem several years ago. I asked other players in the game about it but never got a proper answer—it seems as if they didn't even notice it.