• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Compiling plugins

Uyndaio

Member
Joined
May 24, 2005
RedCents
26¢
I was just wondering how to compile plugins not that i compiled MQ2
 
Uyndaio said:
I was just wondering how to compile plugins not that i compiled MQ2


If you dont have MQ2 source, you cant compile plugins to work with MQ2. The plugins require files from MQ2 to build.
 
I don't use VS.NET but I belive this is how:


1) Download the MQ2 source (duh)
2) Open a command prompt
3) In the command prompt navagate to the folder with the MQ2 source in it
4) Type
Rich (BB code):
mkplugin YourPluginNameHere
5) Close the command prompt and open your MQ2 folder, then open the folder by the name of the plugin you want to compile (what you typed right after "mkplugin")
6) Open YourPluginName.cpp, delete everything in it, and c/p the plugin source there
7) Save and close
8) Go back to the main MQ2 folder, not any subfolders and open MacroQuest2.sln
9) Go to File->Add Project->Existing project, and select the Myplugin.vcproj.
10) Compile like normal
 
Compiling plugins

Users who are viewing this thread

Back
Top
Cart