Botpack
Class LadderDMDemo

source: e:\games\UnrealTournament\Botpack\Classes\LadderDMDemo.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--Botpack.Ladder
            |
            +--Botpack.LadderDMDemo
Direct Known Subclasses:None

class LadderDMDemo
extends Botpack.Ladder



Source Code


00001	class LadderDMDemo expands Ladder;
00002	
00003	defaultproperties
00004	{
00005	     Matches=14
00006	     MapPrefix="DM-"
00007	     Maps(0)="Tutorial.unr"
00008	     Maps(1)="TurbineDemo.unr"
00009	     Maps(2)="PhobosDemo.unr"
00010	     Maps(3)="MorpheusDemo.unr"
00011	     Maps(4)="TempestDemo.unr"
00012	     MapAuthors(0)="Cliff Bleszinski"
00013	     MapAuthors(1)="Cliff Bleszinski"
00014	     MapAuthors(2)="Cedric 'Inoxx' Florentino"
00015	     MapAuthors(3)="Dave Ewing"
00016	     MapAuthors(4)="Cliff Bleszinski"
00017	     MapTitle(0)="DM Tutorial"
00018	     MapTitle(1)="Turbine"
00019	     MapTitle(2)="Phobos"
00020	     MapTitle(3)="Morpheus"
00021	     MapTitle(4)="Tempest"
00022	     MapDescription(0)="Learn the basic rules of Deathmatch in this special training environment. Test your skills against an untrained enemy before entering the tournament proper."
00023	     MapDescription(1)="A decaying water-treatment facility that has been purchased for use in the Tourney, the Turbine Facility offers an extremely tight and fast arena for combatants which ensures that there is no running, and no hiding, from certain death."
00024	     MapDescription(2)="This Martian space station is caught between Mars and it's satellite Phobos, resulting in a chaotic rotation. Fortunately, the gravity generators are working well enough to lend a fast paced rhythm to deathmatch."
00025	     MapDescription(3)="LMC knew they had found an excellent arena at the very top of a newly constructed Galaxyscraper SuperStructure. Thanks to the modern miracle of super tensile solids, these three buildings reach a staggering 12 miles high at their pinnacle. The thin atmosphere and reduced influence of Earth's gravity provide an interesting test of the tournament athlete's ability to adapt and conquer in extreme environments."
00026	     MapDescription(4)="The Tempest Facility was built specifically for the Tournament. It was designed strictly for arena combat, with multi-layered areas and tiny hiding spots. It is a personal training arena of Xan Kriegor and sits high above the sprawling Reconstructed New York City."
00027	     RankedGame(0)=1
00028	     RankedGame(1)=2
00029	     RankedGame(2)=2
00030	     RankedGame(3)=3
00031	     RankedGame(4)=4
00032	     FragLimits(0)=3
00033	     FragLimits(1)=20
00034	     FragLimits(2)=20
00035	     FragLimits(3)=20
00036	     FragLimits(4)=25
00037	     MatchInfo(0)="Botpack.RatedMatchDMTUT"
00038	     MatchInfo(1)="Botpack.RatedMatchDMDemo1"
00039	     MatchInfo(2)="Botpack.RatedMatchDMDemo2"
00040	     MatchInfo(3)="Botpack.RatedMatchDMDemo3"
00041	     MatchInfo(4)="Botpack.RatedMatchDMDemo4"
00042	}

End Source Code