Post
by Mckorr » Thu Sep 25, 2003 5:24 pm
There is no longer a precompiled MacroQuest, so no, you can't just install and run.
You now have to download the source code and compile it yourself, using either Visual C++ 6.0 or Visual C++ .NET. Compiling it creates the necessary .exe and .dll files. There are several other files in the Release subdirectory of the source code that are also required: eqgame.ini, which has the memory offsets; macroquest.ini, which provides basic settings for MacroQuest, and which is customized to reflect the end user's desired behavior; and locations.txt, which provides a road map for mouse movement and clicking under the new UI.
CVS stands for Concurrent Version System, and that is where the source code is stored online. There are two "flavors", the developer version where all the changes are input, and the public version. Only devs have access to the developer CVS. The public CVS typically lags behind the dev CVS by about 24 hours, sometimes a little more. DKAA also posts a zip file of the latest source code, and depending on his time and timing it will usually be up to date with the dev CVS, or off by a few hours. The zip file is, however, usually more up to date than the public CVS.
MQ2: Think of it as Evolution in action.