Botpack
Class LadderDOMDemo

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

class LadderDOMDemo
extends Botpack.Ladder



Source Code


00001	class LadderDOMDemo expands Ladder;
00002	
00003	defaultproperties
00004	{
00005	     Matches=10
00006	     bTeamGame=True
00007	     MapPrefix="DOM-"
00008	     Maps(0)="Tutorial.unr"
00009	     Maps(1)="SesmarDemo.unr"
00010	     MapAuthors(0)="Cliff Bleszinski"
00011	     MapAuthors(1)="Juan Pancho Eekels"
00012	     MapTitle(0)="DOM Tutorial"
00013	     MapTitle(1)="Sesmar"
00014	     MapDescription(0)="Learn the basic rules and systems of Domination in this special training environment. Test your skills against an untrained enemy team before entering the tournament proper."
00015	     MapDescription(1)="Despite worldwide protests, this historical landmark is now owned by Liandri. Jerl Liandri, President Liandri Mining Corporation: 'We owe it to the people to ensure quality cultural events. We won't settle for less.'"
00016	     RankedGame(0)=1
00017	     RankedGame(1)=4
00018	     GoalTeamScore(0)=30
00019	     GoalTeamScore(1)=100
00020	     MatchInfo(0)="Botpack.RatedMatchDOMTUT"
00021	     MatchInfo(1)="Botpack.RatedMatchDOMDemo1"
00022	}

End Source Code