Description:
	This mod is a slightly modified version of UsAaR33's Demo Manager v3.0. I wrote it because certain demos
	crashed because of UTDC while others looked kinda fucked up because of changes in the latest versions
	of UTPure.

Changes:
	* [ADDED]   : Option to destroy illegal actors (such as the UTDC native check that crashes demos, see (*) for details)
	* [FIXED]   : Fixed Scoreboard and HUD problems in 3rd person demos (Pure7G related)
	* [FIXED]   : Fixed Camera cycling problems in 3rd person demos (Pure7G related)
	* [CHANGED] : Cleaned up big parts of the code

Extra notes:

(*) As most people know, UTDC v1.7+ crashed clientside demos. The reason was that UTDC tried to perform checks
on the viewer of the demo. A lot of mods do this (including AnthChecker) but it does cause crashes/problems
sometimes. Demo Manager v3.1 includes a routine that allows you to safely destroy the classes that perform
these checks. In order to use this routine you must first install Demo Manager correctly (see OriginalInstall.txt
for details). After the installation you can open your UnrealTournament.ini file and add these lines:

[udemo.DemoSpawnNotify]
IllegalActors[0]="UTDCNCheck"
IllegalActors[1]=
IllegalActors[2]=
IllegalActors[3]=
IllegalActors[4]=
IllegalActors[5]=
IllegalActors[6]=
IllegalActors[7]=
IllegalActors[8]=
IllegalActors[9]=
IllegalActors[10]=
IllegalActors[11]=
IllegalActors[12]=
IllegalActors[13]=
IllegalActors[14]=
IllegalActors[15]=
IllegalActors[16]=
IllegalActors[17]=
IllegalActors[18]=
IllegalActors[19]=

If for example you wish to prevent AnthChecker from running while watching a demo, you can change the second line
so that it reads:

IllegalActors[1]="ACReplicationInfo"

(**) Azura added the fixes of demo manager v3.1 to Poema's "Movie Demo Manager".
See http://www.unrealadmin.org/forums/showthread.php?t=14014 for more details.

Enjoy
-- AnthraX
