"options_x360"
{
//
// BASIC OPTIONS
//

	"Difficulty"
	{
		"difficulty"	"2"

		"name"		"#GameUI_Difficulty"
		"convar"	"skill"
		"priority"	"0100"
		"type"		"choice"
		"choices"
		{
			"#GameUI_SkillEasy"	"1"
			"#GameUI_SkillNormal"	"2"
			"#GameUI_SkillHard"	"3"
		}
	}
	"Speaker Config"
	{
		"snd_surround_speakers"	"2"
		
		"name"		"#GameUI_SpeakerConfiguration"
		"convar"	"snd_surround_speakers"
		"priority"	"0190"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Headphones"	"0"
			"#GameUI_2Speakers"		"2"
			"#GameUI_4Speakers"		"4"
			"#GameUI_5Speakers"		"5"
			"#GameUI_7Speakers"		"7"
		}
	}
	"Game Volume"
	{
		"name"		"#GameUI_SoundEffectVolume"
		"convar"	"volume"
		"priority"	"0200"
		"type"		"slider"
		"minvalue"	"0.0"
		"maxvalue"	"1.0"
		"sliderhome"	"max"
	}
	"Music Volume"
	{
		"name"		"#GameUI_MusicVolume"
		"convar"	"Snd_MusicVolume"
		"priority"	"0300"
		"type"		"slider"
		"minvalue"	"0.0"
		"maxvalue"	"1.0"
		"sliderhome"	"max"
	}
	"Captions"
	{
		"name"		"#GameUI_Captioning"
		"convar"	"closecaption"
		"convar2"	"cc_subtitles"
		"priority"	"0400"
		"type"		"choice"
		"choices"
		{
			"#GameUI_NoClosedCaptions"			"0;0"
			"#GameUI_SubtitlesAndSoundEffects"	"1;0"
			"#GameUI_Subtitles"					"1;1"
		}
	}
	"FOV"
	{
		"name"		"#GameUI_FOV"
		"convar"	"fov_desired"
		"priority"	"0450"
		"type"		"slider"
		"minvalue"	"75"
		"maxvalue"	"90"
		"sliderhome"	"max"
	}
	"FPS"
	{
		"name"		"#OF_Options_FPS"
		"convar"	"fps_max"
		"priority"	"0000"
		"type"		"choice"
		"choices"
		{
			"30"		"30"
			"60"		"60"
			"90"		"90"
			"120"		"120"
			"300"		"300"
		}
	}
	"VSync"
	{
		"name"		"#OF_Options_VSync"
		"convar"	"mat_vsync"
		"priority"	"0600"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_Enabled"		"1"
		}
	}
	"TV Mode"
	{
		"name"		"#GameUI_DisplayMode"
		"convar"	"mat_monitorgamma_tv_enabled"
		"priority"	"0610"
		"type"		"choice"
		"choices"
		{
			"#GameUI_DisplayTV"		"1"
			"#GameUI_DisplayMonitor"	"0"
		}
	}
	"Brightness"
	{
		"name"		"#GameUI_Brightness"
		"convar"	"mat_monitorgamma"
		"priority"	"0700"
		"type"		"slider"
		"minvalue"	"1.8"					//Was 1.8
		"maxvalue"	"2.6"			//Was 2.6
		"incvalue"	"-1"
		"sliderhome"	"center"
	}
	"Antialiasing"
	{
		"name"		"#GameUI_Antialiasing_Mode"
		"convar"	"mat_antialias"
		"priority"	"0710"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_2X"				"2"
			"#GameUI_4X"				"4"
			"#GameUI_8X"				"8"
		}
	}
	"AnisFilter"
	{
		"name"		"#GameUI_Filtering_Mode"
		"convar"	"mat_forceaniso"
		"convar2"	"mat_trilinear"
		"priority"	"0720"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Bilinear"						"0;0"
			"#GameUI_Trilinear"						"0;1"
			"#GameUI_Anisotropic2X"			"2;0"
			"#GameUI_Anisotropic4X"			"4;0"
			"#GameUI_Anisotropic8X"			"8;0"
			"#GameUI_Anisotropic16X"			"16;0"
		}
	}
	"MtnBlur"
	{
		"name"		"#GameUI_MotionBlur"
		"convar"	"mat_motion_blur_rotation_intensity"
		"convar2"	"mat_motion_blur_falling_intensity"
		"priority"	"0730"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0;0"
			"#GameUI_Blur1"			"1;1"
			"#GameUI_Blur2"			"2;2"
			"#GameUI_Blur3"			"3;3"
			"#GameUI_Blur4"			"4;4"
			"#GameUI_Blur5"			"5;5"
		}
	}
	"HDR Level"
	{
		"name"		"#GameUI_HDR"
		"convar"	"mat_hdr_level"
		"priority"	"0740"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_hdr_level1"	"1"
			"#GameUI_hdr_level2"	"2"
		}
	}
	"Model Detail"
	{
		"name"		"#GameUI_Model_Detail"
		"convar"	"r_rootlod"
		"priority"	"0750"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"	"2"
			"#GameUI_Normal"	"1"
			"#GameUI_High"		"0"
		}
	}
	"Texture Quality"
	{
		"name"		"#GameUI_Texture_Detail"
		"convar"	"mat_picmip"
		"priority"	"0760"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"	"2"
			"#GameUI_Normal"	"1"
			"#GameUI_High"		"0"
			"#GameUI_Ultra"		"-1"
		}
	}
	"Shader Detail"
	{
		"name"		"#GameUI_Shader_Detail"
		"convar"	"mat_reducefillrate"
		"priority"	"0770"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"	"1"
			"#GameUI_High"		"0"
		}
	}
	"Water Quality"
	{
		"name"		"#GameUI_Water_Detail"
		"convar"	"r_waterforceexpensive"
		"convar2"	"r_waterforcereflectentities"
		"priority"	"0780"
		"type"		"choice"
		"choices"
		{
			"#gameui_noreflections"	"0;0"
			"#gameui_reflectonlyworld"	"1;0"
			"#gameui_reflectall"		"1;1"
		}
	}
	"Shadow Detail"
	{
		"name"		"#GameUI_Shadow_Detail"
		"convar"	"r_shadows"
		"convar2"	"r_shadowrendertotexture"
		"priority"	"0790"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0;0"
			"#GameUI_Normal"	"1;0"
			"#GameUI_High"		"1;1"
		}
	}
	"ColorCorr"
	{
		"name"		"#GameUI_Color_Correction"
		"convar"	"mat_colorcorrection"
		"priority"	"0800"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enabled"	"1"
		}
	}
	
	"DevConsole"
	{
		"name"		"#GameUI_DeveloperConsoleCheck"
		"convar"	"con_enable"
		"priority"	"0880"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enabled"		"1"
		}
		
	}
	
	"Cheats"
	{
		"name"		"#GameUI_Cheats"
		"convar"	"sv_cheats"
		"priority"	"0890"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enabled"		"1"
		}
		
	}
	"Wireframe"
	{
		"dev"		"1"

		"name"		"Wireframe (dev only)"
		"convar"	"mat_wireframe"
		"priority"	"0900"
		"type"		"choice"
		"choices"
		{
			"Off"		"0"
			"On"		"1"
			"Mode 2"	"2"
			"Mode 3"	"3"
		}
	}

//
// CONTROL OPTIONS
//
	
	"Look Type"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickLookType"
		"convar"	"joy_inverty"
		"convar_def"	"joy_inverty_default"
		"priority"	"1200"
		"type"		"choice"
		"choices"
		{
			"#GameUI_JoystickNormal"	"0"
			"#GameUI_JoystickInverted"	"1"
		}
	}
	"Move/Look Sticks"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickMoveLookSticks"
		"convar"	"joy_movement_stick"
		"convar_def"	"joy_movement_stick_default"
		"priority"	"1300"
		"type"		"choice"
		"choices"
		{
			"#GameUI_JoystickNormal"	"0"
			"#GameUI_JoystickSouthpaw"	"1"
		}
	}
	"Duck Mode"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickDuckMode"
		"convar"	"option_duck_method"
		"convar_def"	"option_duck_method_default"
		"priority"	"1400"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Hold"		"0"
			"#GameUI_Toggle"	"1"
		}
	}
	"Sprint Mode"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickSprintMode"
		"convar"	"sv_stickysprint"
		"convar_def"	"sv_stickysprint_default"
		"priority"	"1450"
		"type"		"binary"
	}
	"Horizontal Look Speed"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickLookSpeedYaw"
		"convar"	"joy_yawsensitivity"
		"convar_def"	"joy_yawsensitivity_default"
		"priority"	"1500"
		"type"		"slider"
		"minvalue"	"-3.5"
		"maxvalue"	"-0.25"
		"incvalue"	"-1.0"
		"sliderhome"	"center"
	}
	"Vertical Look Speed"
	{
		"control"	"1"

		"name"		"#GameUI_JoystickLookSpeedPitch"
		"convar"	"joy_pitchsensitivity"
		"convar_def"	"joy_pitchsensitivity_default"
		"priority"	"1600"
		"type"		"slider"
		"minvalue"	"0.25"
		"maxvalue"	"3.5"
		"incvalue"	"1.0"
		"sliderhome"	"prev"
	}
	
	"Bind Primary"
	{
		"control"	"1"

		"name"		"#Valve_Primary_Attack"
		"command"	"+attack"
		"priority"	"1700"
		"type"		"bind"
	}
	"Bind Secondary"
	{
		"control"	"1"

		"name"		"#Valve_Secondary_Attack"
		"command"	"+attack2"
		"priority"	"1800"
		"type"		"bind"
	}

	"Bind Use"
	{
		"control"	"1"

		"name"		"#Valve_Pickup_Use_Objects"
		"command"	"+use"
		"priority"	"1900"
		"type"		"bind"
	}
	"Bind Flashlight"
	{
		"control"	"1"

		"name"		"#Valve_Flashlight"
		"command"	"impulse 100"
		"priority"	"2000"
		"type"		"bind"
	}
	"Bind Reload"
	{
		"control"	"1"

		"name"		"#Valve_Reload_Weapon"
		"command"	"+reload"
		"priority"	"2100"
		"type"		"bind"
	}
	
	"Bind Jump"
	{
		"control"	"1"

		"name"		"#Valve_Jump"
		"command"	"+jump"
		"priority"	"2200"
		"type"		"bind"
	}
	"Bind Duck"
	{
		"control"	"1"

		"name"		"#Valve_Duck"
		"command"	"+duck"
		"priority"	"2300"
		"type"		"bind"
	}
	"Bind Sprint"
	{
		"control"	"1"

		"name"		"#Valve_Sprint"
		"command"	"+speed"
		"priority"	"2400"
		"type"		"bind"
	}

	"Bind Change Class"
	{
		"control"	"1"
		"multiplayer"	"1"

		"name"		"#Valve_Change_Class"
		"command"	"changeclass"
		"priority"	"3200"
		"type"		"bind"
	}

	"Bind Show Scores"
	{
		"control"	"1"
		"multiplayer"	"1"

		"name"		"#Valve_Display_Scores"
		"command"	"togglescores"
		"priority"	"3300"
		"type"		"bind"
	}
}
