C&H Maps
********

The control points use CTF flag entities, so you put flags wherever you 
want your control points to be. You can have up to four control
points per map (more will work, but they wont show up on the HUD, so
they're isn't much point in having them).

You can use "CTF_Flag_Hardcorps", "CTF_Flag_Sintek" or the new entity 
"CTF_Flag_None" for your control points. They all get set to no team 
when the map starts, so it doesn't matter which you use. The only difference 
between them is that the default ident for each flag.

CTF_Flag_Hardcorps = Blue Flag
CTF_Flag_Sintek = Red Flag
CTF_Flag_None = Unknown

So if C&H is run with a normal CTF, there will be two control points, and they 
will have the ident "Red Flag" and "Blue Flag". 

To set the ident for a control point (the name that it used for that control 
point, on the HUD and in messages), and a "ident" key to the flag and set the value
to ident you want for that flag.

You should use short, but descriptive names for the control points. So if you have a 
three floor map, with a control point on each floor. It would make sense to use "Top", 
"Middle" and "Bottom" instead of "CP1", "CP2" and "CP3".

Remember not to have your ident too big, it needs to fit on the HUD without covering 
to much of the screen.


Using Normal DM Maps
********************

You can add control points to any map by using the 'newFileFlag' command, it will write the info for a 
CTF_Flag_None entity to a file in your maps dir named <map_name>.ch. When a map loads it will check for a
.ch file and add any entities in that file to the map. You can use this command for CTF maps if you 
want to add more control points. To change the ident, you'll need to open up the file in notepad and
do it by hand.

You can only use newFileFlag if cheats are enabled.

- Wilka