// Game type info
//
// description, g_gametype enum
//
// 0 - GT_FFA,			// free for all
// 1 - GT_TOURNAMENT,		// one on one tournament
// 2 - GT_SINGLE_PLAYER,	// single player ffa
// 3 - GT_TEAM,			// team deathmatch
// 4 - GT_CTF,			// capture the flag
// 5 - GT_1FCTF,		// one flag ctf
// 6 - GT_OBELISK,		// obelisk
// 7 - GT_HARVESTER,		// harvester
// 8 - GT_DOM			// command point

gametypes {
  { "Free For All" 0 }
  { "Tournament" 1 }
  { "Team Deathmatch" 3 } 
  { "Capture the Flag" 4 }
  { "One Flag CTF" 5 }
  { "Overload" 6 }
  { "Harvester" 7 }
  { "Command Point" 8 }
}


// english name, map name, vs count, par times per gametype valid gametyes for ui
// 
maps {
  { "Dueling Keeps" 	"q3ctf1" "3"	"Sarge"	2 "0" 4 "180" }
  { "Troubled Waters" 	"q3ctf2" "3"	"Sarge"	2 "0" 4 "180" }
  { "The Stronghold" 	"q3ctf3" "3"	"Sarge"	2 "0" 4 "180" }
  { "Space CTF" 	"q3ctf4" "3"	"Sarge"	2 "0" 4 "180" }
  { "Powerstation 0218" 	"q3tourney1" "3"	"Sarge"	2 "0" 1 "240"  }
  { "The ProvingGrounds" 	"q3tourney2" "3"	"Sarge"	2 "0" 1 "240"  }
  { "Hell's Gate" 		"q3tourney3" "3"	"Sarge"	2 "0" 1 "240"  }
  { "Vertical Vengeance" 	"q3tourney4" "3"	"Sarge"	2 "0" 1 "240"  }
  { "Fatal Instinct" 		"q3tourney5" "3"	"Sarge"	2 "0" 1 "240"  }
  { "The Very End Of You" 	"q3tourney6" "3"	"Sarge"	2 "0" 1 "240"  }
}										  

joingametypes {
  { "All" -1 }
  { "Free For All" 0 }
  { "Tournament" 1 }
  { "Team Deathmatch" 3 } 
  { "Capture the Flag" 4 }
  { "One Flag CTF" 5 }
  { "Overload" 6 }
  { "Harvester" 7 }
  { "Command Point" 8 }
}


//  { "Overdose" "mpterra1" "3"				"180" 4 5 6 7 }
//  { "Distant Screams" "mpterra2" "4" "180" 4 5 6 7 }
//  { "Final Strike" "mpterra3" "3" "180" 4 5 6 7 }
//  { "Beyond Reality" "mpq3tourney6" "3" "180" 4 5 6 7 }
  

