MW3 Targeting fix
A while ago I created a patched EXE for Mechwarrior 3 which worked around a bug in the game where it would try and draw a targeting box off the edge of the screen and crash the game.
This was completely unmaintainable and didn’t work for some people so I went back to the drawing board and created a loader which injects a DLL into the EXE and replaces the dodgy bit of code.
Sadly the loader still doesnt appear to work for everyone so heres the fixed exe, loader+dll and source code for the loader+dll. The code is fairly horrific so if anyone wants to have a play and fix it please do.
Loader + src