// Game type info
//
// description, g_gametype enum
//

gametypes {
  { "Free For All" 0 }
  { "Last Man Standing" 1 }
  { "Team Deathmatch" 3 } 
  { "Team Survivor" 4 }
  { "Follow the Leader" 5 }
  { "Capture and Hold" 6 }
  { "Capture the Flag" 7 }
  { "Bomb Mode" 8 }	
  { "Jump" 9 } 
  { "Freeze Tag" 10 }
  { "Gun Game" 11 }
}


// english name, map name, vs count, par times per gametype valid gametyes for ui
// 
maps {

}										  

joingametypes {
  { "All" -1 }
  { "Free For All" 0 }
  { "Last Man Standing" 1 }
  { "Team Deathmatch" 3 } 
  { "Team Survivor" 4 }
  { "Follow the Leader" 5 }
  { "Capture and Hold" 6 }
  { "Capture the Flag" 7 }
  { "Bomb Mode" 8 }
  { "Jump" 9 } 
  { "Freeze Tag" 10 }
  { "Gun Game" 11 }
}

