You can pretty much install this anywhere. The executable is the only
important part. You design the .cfg file.

To see a sample of what this tool produced, copy the "intro.dem" file into
        /quake/id1
A type the following:
        quake +playdemo intro

To get started right away and see the full functionality of this tool,
do the following:

1) extract these files into their own subdirectory
2) in this subdirectory, type "intro" at the command line
3) make a subdirectory under QUAKE called INTRO
4) make a subdirectory under INTRO called PROGS
        * your path should be: /quake/intro/progs
5) copy the base .QC distribution into this directory
6) copy the generated INTRO.QC into this directory
7) edit PROGS.SRC and put "intro.qc" before "client.qc"
8) edit CLIENT.QC and put the line "Intro ();" in the function
        "ClientConnect ()"
9) compile, run, and enjoy


