The Weapons Factory version 4.2
Source Code Notes
---------------------------------

This release includes all of the source code for the Weapons Factory mod
for Quake2.

To compile and link the code correctly, you must set up your project to create a windows
DLL.  The output dll must be called gamex86.dll (for Windows platforms)

In addition to the .c and .h files, there are a number of additional files included:

1) game.def - It is very important to add this to your project file.
2) p_trail.obj - Also important to add to your project file.  This is one of the critical
   files needed for the eraser bot. The author of the eraser bot has been prevented from
   releasing the source code to this file, so he has distributed the compiled version.
3) zip32.dll and unzip32.dll do NOT have to be added to the project file.  They will be
   loaded dynamically by the eraser bot code if needed.  Just make sure you put them
   in the same directory as the gamex86.dll file.



