• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Compiling plugins (1 Viewer)

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