1# Tournament Settings
2#
3
4# time format: quotes required:
5#
6# "MM/DD/YYYY HH:MM:SS"
7
8start_preliminary = "08/01/2003 08:00:00"
9end_signup	  = "08/01/2003 09:00:00"
10end_preliminary	  = "08/01/2003 10:00:00"
11start_round_1	  = "08/01/2003 11:00:00"
12start_round_2	  = "08/01/2003 12:00:00"
13start_round_3	  = "08/01/2003 13:00:00"
14start_round_4	  = "08/01/2003 14:00:00"
15tournament_end	  = "08/01/2003 15:00:00"
16
17# game selection:
18#
19# PG = 1
20# AT = 2
21
22game_selection	= 1
23
24# game type:
25#
26# 1v1 = 1
27# 2v2 = 2
28# 3v3 = 3
29# 4v4 = 4
30
31game_type	= 1
32
33# game client:
34#
35# due to the fact RoC and FT clients can not play
36# games together, tournaments must be specified
37# for one or the other but not both
38#
39# RoC = 1
40# FT  = 2
41game_client = 2
42
43# available races: quotes required:
44#
45# H = Humans
46# O = Orcs
47# N = Night Elves
48# U = Undead
49# R = Random
50
51races		= "HONUR"
52
53# Notice Format: quotes required:
54
55format		= "PvPGN 1v1 Tournament"
56
57# Notice Sponsor: quotes required:
58sponsor		= "The PvPGN Team"
59
60# Notice Icon: quotes required:
61#-----------------------------------------------------------------#
62#	Frozen Throne		#	Reign of Chaos		  #
63# R = Ramdom			# R = Ramdom			  #
64#	2 = Myrmidon		#	2 = Green Dragon Whelp	  #
65#	3 = Siren		#	3 = Blue Dragon		  #
66#	4 = Dragon Turtle	#	4 = Red Dragon		  #
67#	5 = Sea Witch		#	5 = Deathwing		  #
68#	6 = Illidan		#				  #
69# H = Human			# H = Human			  #
70#	2 = Rifleman		#	2 = Footman		  #
71#	3 = Sorceress		#	3 = Knight		  #
72#	4 = Spellbreaker	#	4 = Archmage		  #
73#	5 = Blood Mage		#	5 = Medivh		  #
74#	6 = Jaina		#				  #
75# O = Orcs			# O = Orcs			  #
76#       1 = Peon		#	1 = Peon		  #
77#       2 = Troll Headhunter	#	2 = Grunt		  #
78#       3 = Shaman		#	3 = Tauren		  #
79#       4 = Spirit Walker	#	4 = Far Seer		  #
80#       5 = Shadow Hunter	#	5 = Thrall		  #
81#	6 = Rexxar		#				  #
82# U = Undead			# U = Undead			  #
83#       2 = Crypt Fiend		#	2 = Ghoul		  #
84#       3 = Banshee		#	3 = Abomination		  #
85#       4 = Destroyer		#	4 = Lich		  #
86#       5 = Crypt Lord		#	5 = Tichondrius		  #
87#       6 = Sylvanas		#				  #
88# N = Night Elves		# N = Night Elves		  #
89#       2 = Huntress		#	2 = Archer		  #
90#       3 = Druid of the Talon	#	3 = Druid of the Claw	  #
91#       4 = Dryad		#	4 = Priestess of the Moon #
92#       5 = Keeper of the Grove	#	5 = Furion Stormrage	  #
93#	6 = Maiev		#				  #
94# D = Demons			#				  #
95#	2 = Felguard		#				  #
96#	3 = Infernal		#				  #
97#	4 = Doomguard		#				  #
98#	5 = Pit Lord		#				  #
99#	6 = Archimonde		#				  #
100#				#				  #
101# W3XP = Frozen Throne Icon	# WAR3 = Reign of Chaos Icon	  #
102#-----------------------------------------------------------------#
103icon		= "R4"
104
105
106# Thumbs down limit:
107thumbs_down	= 0
108
109# Maps section:
110#
111# all maps used for tournaments must be included between [MAPS] & [ENDMAPS]
112# DO NOT use quotes around client tag or map name in this section
113[MAPS]
114WAR3    Maps\(8)Battleground.w3m
115WAR3    Maps\(8)PlainsOfSnow.w3m
116WAR3    Maps\(8)BloodvenomFalls.w3m
117WAR3    Maps\(8)GardenOfWar.w3m
118
119W3XP    Maps\FrozenThrone\(8)Mur'gulOasis.w3x
120W3XP    Maps\FrozenThrone\(8)PlainsOfSnow.w3x
121W3XP    Maps\FrozenThrone\(8)RockQuarry.w3x
122W3XP    Maps\FrozenThrone\(8)Sanctuary.w3x
123[ENDMAPS]
124