DefaultGameSettings
{
	// DMFlags
	SV_WeaponStay = true
	SV_NoExit = true
	SV_NoMonsters = true
	SV_ItemRespawn = true
	SV_SpawnFarthest = true
	
	// DMFlags2
	SV_DoubleAmmo = true
	SV_BFGFreeAim = true
	SV_BarrelRespawn = true
	
	// ZADMFlags
	SV_UnblockAllies = true
	SV_ShootThroughAllies = true
	SV_DontPushAllies = true
	
	//ZACompatFlags
	Compat_SkulltagJumping = true
	Compat_NoGravity_Spheres = true

	// Server CVars
	SV_AirControl = 0.125
	SV_RespawnDelayTime = 2.0
	SV_SuddenDeath = false
	SV_DontHideStats = true
}

DefaultLockedGameSettings
{
	// ZADMFlags
	SV_NoCrouch = true
	SV_ForceAlpha = true
	SV_NoDrop = true
	SV_NoEnemyIcons = true
	
	// ZACompatFlags
	Compat_Nogravity_Spheres = true
}


// Capture the flag
CTF
{
	AddFlag TEAMGAME
	AddFlag USEFLAGASTEAMITEM
	AddFlag PLAYERSEARNPOINTS
	AddFlag PLAYERSONTEAMS
	AddFlag USETEAMITEM

	Name "Capture the Flag"
	ShortName "CTF"
	F1Texture "F1_CTF"
	WelcomeSound "WelcomeToCTF"
}