Domination - Q3 v1
------------------

Basic rules
-----------

"Capture" the domination points. While you hold a control point,
your team gains points at a rate of 1 point every 2 seconds. The
more points you have, the more points you will get.

The first team to reach "dominationlimit" points wins the match.


Installation & Running notes
----------------------------

Drop the domination.pk3 file inside a "domination" directory off
your quake3 main directory. To launch a domination server, use 
the command line:

quake3.exe +set sv_pure 0 +set fs_game domination +set g_gametype 5 +map q3ctf1

When launching a CTF map with g_gametype 5 set, the flags will be
set to domination points. Hopefully soon there will be some custom
domination levels available.

With the current point release, all clients connecting must also
be started with the command line:

quake3.exe +set fs_game domination

ID will be addressing this in a release shortly.

IMPORTANT: if you have installed some DLL's in your Quake3 directory
to increase speed, this WILL cause an imcompatibility with Domination-Q3
unless you replace them with the supplied DLL's.


Note on QVM vs DLL's
--------------------

Domination Q3 is supplied with both QVM's and also DLLs. On some systems,
using the DLL's may give a performance improvement. Note however they
are less secure (although QVM's arent secure either) - although I have
not intentionally placed any mallicious code into either the QVM/DLLs.

To use the DLLs with the current release, they must be in your quake3
directory (ie same directory as quake3.exe) - this means that you will
not be able to play other mods with these DLL's installed.

ID's position is that the DLL's are not intended for end-users, so only
use these if you are suffering from slow framerates.

If you choose not to use the DLL's, there is no extra installation of
the QVM's - these are in the domination.pk3 file.


Notes for mappers
-----------------

To create a domination level, simply insert domination_point entities,
much as you would the "team_CTF_blueflag" entities for CTF. Note that
location descriptions should be made available for all areas with a
domination point.

I believe domination Q3 supports as many domination points as the mapper
chooses to place in the level - so levels with 3 or more points are
perfectly feasable.

Please contact me with details of domination maps - I will attempt to
maintain a list of maps on the homepage.


Homepage
--------

Hopefully I will find a more suitable location for this homepage soon,
however until then, it can be found at:
     http://www.jacquesa.freeserve.co.uk/


Credits
-------

Coding: Anthony Jacques - AnthonyJ@btinternet.com
Model: based upon Threewave CTF
Sound: temporarily using an LMCTF sound
Quake3: ID Software.
<????>: for implementing a fun gamemode in Unreal Tournament.

