Search found 6 matches

by Fjodor
Tue Feb 08, 2005 5:22 am
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

I didn't manage to find the offset as I don't know how to debug a file. However, I changed the clientoverride to 1 and didn't get that error again, however I got a other error that eqgame.exe needs to be closed :P As I REALLY want this to work, how much work do I need to do ? What do I need to chang...
by Fjodor
Tue Feb 08, 2005 4:20 am
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

dont_know_at_all wrote:You can look for those strings in the game with a debugger.
Any sugestion what debugger I can use and where to find it ?
And well, a tip how I could find the offset too :)
by Fjodor
Tue Feb 08, 2005 4:00 am
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

Ok, I've extracted ALL the offsets of my old eqgame.h file and changed em in the new eqgame.h file so that works atleast, I have allso got all the offsets that was in the eqgame.ini file and appended it to the eqgame.h file (eqgame.ini file doesn't exist in new vers) I still have one problem tho. It...
by Fjodor
Tue Feb 08, 2005 1:50 am
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

N0ctrnl wrote:You have to realize; All of the defines in eqgame.h are specific to the eqgame.exe. They change every time.

What's the date of the exe you're trying to get it working for?
It was in my first post : 20031223 exe so the 20040128 MQ2 works like a charm
by Fjodor
Mon Feb 07, 2005 5:48 pm
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

Well, that didn't quite work. As the old eqgame.h don't have all the #defines that is needed to compile the new ver. Now, if I copy all that is in the old eqgame.h file and paste it to the end of the new one, will those #defines work then ? *edit* I tried this and the compile worked, I allso changed...
by Fjodor
Mon Feb 07, 2005 5:27 pm
Forum: MQ2::Help
Topic: How do I get the latest ver of MQ2 to run on a old patch ?
Replies: 14
Views: 4224

How do I get the latest ver of MQ2 to run on a old patch ?

I'm playing on a EQEmu server that uses the 20031223 exe so the 20040128 MQ2 works like a charm. But now I want to work with macros and the new way to create macros don't work with that ver of MQ2. So my question, what do I need to do to get the latest ver of MQ2 to run on that exe ? Would it be a H...