CompositeColumn "Player"
{
	Size = 100
	ShortName = "Plr"
}

Column "ClassName"
{
	AddFlag NOENEMIES
	AddFlag ALWAYSUSESHORTESTWIDTH

	Alignment = Right
	GameType = Cooperative, Deathmatch, TeamGame
	DisplayName = "Class"
	ShortName = "Cls"
	MaxLength = 12
	Size = 8
}

Column "Ratio"
{
	AddFlag NOSPECTATORS
	AddFlag ALWAYSUSESHORTESTWIDTH

	Alignment = Right
	GameType = Deathmatch, TeamGame
	ShortName = "Rtio"
	MaxLength = 2
	Size = 16
}

Scoreboard
{
	//RowHeight = -6
	ColumnOrder = "BotSkillIcon", "Index", "ReadyToGoAndStatusIcons", "ArtifactIcon", "PlayerIcon", "CountryFlag", "Player", "ClassName", "Vote", "Handicap", "Wins", "Points", "Frags", "Kills", "Damage", "Lives", "Secrets", "Deaths", /*"Ratio",*/ "Ping", "ConnectionStrength"
}