Quote:
Originally Posted by nezmyth
Thanks for the response Lieka , just recently started with these EQ Server Creations so Im not sure what you mean by customizing the source code... How would i go about doing that?
|
First, you'll need Visual Studio 2005 C++ if you're on Windows.
Secondly, you'll need to set it up so it can compile EQEmulator.
A good guide for getting the environment set up is located at this wiki page:
http://www.eqemulator.net/wiki/wikka...a=DevVSExpress
Once you get it to compile, you'll be able to make changes as needed. Once your skill in C++ improves, then you'll be able to make changes, fixes, etc.
That's basically how you compile + edit the source, though.