Quote:
Originally Posted by Secrets
A good start would be to see what memory addresses MQ2 uses, and go from there. Look into Microsoft Detours as well, it should work for what you are looking to do. Also, you may have to open a disassembler on eqgame.exe to see function prototypes.
|
Hey man thanks for responding was kinda hoping you would. I started with the MQ2 source thats more or less where I found the memory addresses. I tried finding them on my own and did get lucky with the map and compass. I did get detours as well. I will have to try disassembly because the part that has me stuck is what to inject that part of memory with.
I'm no where near your knowledge of this kinda stuff.