Mod Tutorial
________________________________________
Constructing the Mod Cont.:

Now start dev-c++ and choose in the menu "File" the option "New project". In the appearing dialog window choose "Empty Project" (scroll) and "C project". After clicking "OK" another dialog window will appear. The name of the project has to be written in it. the server project is named "qagame_mp_x86" .

Save the project files in the directory "c:\mymod\dev". The automtically added empty source file has to be deleted. Open the context menu by right clicking on the file symbol in the left corner of the window and choose the option "Remove from project".

________________________________________
Adding source files to the project:

Open the context menu by right clicking on the file symbol in the left corner of the window and choose the option "Add to project". When you are adding files you really only need all the ".c" files and g_local.h that should get you started.


Continued on Next page...