This file contains the program Patch, needed for some QuakeC add-ons which contain a .pat file, and two docs on how to use it. There are a couple of things that need to be set up before you begin. First, make a directory under your harddrive called tmp. Patch will not operate properly unless this is done so. Unzip the patch.zip file into a reserved directory such as c:\quake\utils\quakec\patch\ and under that make a directory called v101qc. To use a .pat file, first put all the .qc files and the ProQCC into the v101qc direcory. Yes, you may use the 1.06 QuakeC Source found at, ftp://ftp.cdrom.com/pub/quake/planetquake/quakeplace/utilities/qc_utils/v106qc.zip. ProQCC can be found here, ftp://ftp.cdrom.com/pub/quake/planetquake/quakeplace/utilities/qc_utils/proqc150.zip. Next, put the .pat file under the root directory of patch and run patch with the < filename.pat paremeter. After that is done, change to the v101qc directory and run ProQCC and when thats done you'll have the completed progs.dat file under the patch root directory, which you can now use!