"options_x360"
{
	// SUB SECTION ORDER
	// 0 = Preferences
	// 1 = Controls
	// 2 = Audio
	// 3 = Graphics
	// 4 = Voice
	// 5 = HUD
	
	// priority : sorted from lowest to highest number in a list

	// ------------------------
	// Preferences
	// ------------------------
	"Classchange Kill"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_classautokill"
		"convar"	"hud_classautokill"
		"priority"	"0000"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Medigun Autoheal"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_medigun_autoheal"
		"convar"	"tf_medigun_autoheal"
		"priority"	"0010"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Hold"		"0"
			"#GameUI_Toggle"	"1"
		}
	}
	
	"No Crosshair on Zoom"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_nocrosshaironscopezoom"
		"convar"	"tf_hud_no_crosshair_on_scope_zoom"
		"priority"	"0020"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Show Targetid"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_showtargetid"
		"convar"	"of_showtargetid"
		"priority"	"0030"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Auto Rezoom"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_autozoom"
		"convar"	"cl_autorezoom"
		"priority"	"0040"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Auto Switch Weapons"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_AutoSwitch"
		"convar"	"of_autoswitchweapons"
		"priority"	"0050"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Auto Reload"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_autoreload"
		"convar"	"of_autoreload"
		"priority"	"0060"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}

	"Gore"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_gore"
		"convar"	"of_gore"
		"priority"	"0070"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	
	"Cosmetics"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_Cosmetics"
		"convar"	"of_disable_cosmetics"
		"priority"	"0080"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	
	"Beta Muzzleflash"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_beta_muzzleflash"
		"convar"	"of_beta_muzzleflash"
		"priority"	"0090"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	
	"Viewmodel Centered"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_viewmodel_centered"
		"convar"	"viewmodel_centered"
		"priority"	"0100"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Viewmodel Arms"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_viewmodel_hide_arms"
		"convar"	"viewmodel_hide_arms"
		"priority"	"0110"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	
	"Viewmodel Min"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_use_min_viewmodels_option"
		"convar"	"tf_use_min_viewmodels"
		"priority"	"0120"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Viewmodel Sway"
	{
		"subsection"	"0"

		"name"		"#OF_Options_wpn_sway_scale"
		"convar"	"cl_wpn_sway_scale"

		"priority"	"0130"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"5"
		"sliderhome"	"min"
	}	
	
	"First Person Ragdoll"
	{
		"subsection"	"0"

		"name"		"#OF_Options_fpragdoll"
		"convar"	"cl_fp_ragdoll"

		"priority"	"0140"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"View Bob Idle"
	{
		"subsection"	"0"

		"name"		"#OF_Options_idleview"
		"convar"	"of_idleview"

		"priority"	"0150"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"View Bob Cycle"
	{
		"subsection"	"0"

		"name"		"#OF_Options_viewbobcycle"
		"convar"	"of_viewbobcycle"

		"priority"	"0160"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"2"
		"sliderhome"	"center"
	}
	
	"HL Viewroll Speed"
	{
		"subsection"	"0"

		"name"		"#OF_Options_viewroll_speed"
		"convar"	"cl_hl1_rollspeed"

		"priority"	"0170"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"600"
		"sliderhome"	"center"
	}
	
	"HL Viewroll Angle"
	{
		"subsection"	"0"

		"name"		"#OF_Options_viewroll_angle"
		"convar"	"cl_hl1_rollangle"

		"priority"	"0180"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"1.0"
		"sliderhome"	"min"
	}
	
	"Chat Sounds"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_ChatSound"
		"convar"	"cl_chatmsgsound"
		"priority"	"0190"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Hit Sound"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_dingalingaling"
		"convar"	"tf_dingalingaling"
		"priority"	"0200"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Hit Sound Effect"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_dingalingaling_effect"
		"convar"	"tf_dingalingaling_effect"
		"priority"	"0210"
		"type"		"choice"
		"choices"
		{
			"#tf_dingalingaling_Default"                "0"
			"#tf_dingalingaling_Quake3"                 "1"
			"#tf_dingalingaling_Electro"                "2"
			"#tf_dingalingaling_Notes"	            	"3"
			"#tf_dingalingaling_Percussion"             "4"
			"#tf_dingalingaling_Retro"                  "5"
			"#tf_dingalingaling_Space"					"6"
			"#tf_dingalingaling_Beepo"					"7"
			"#tf_dingalingaling_Vortex"					"8"
			"#tf_dingalingaling_Squasher"				"9"
			"#tf_dingalingaling_Custom"					"10"
		}
	}
	"Hit Sound Volume"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingalingaling_Volume"
		"convar"	"tf_dingaling_volume"

		"priority"	"0220"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"1"
		"sliderhome"	"max"
	}	
	"Hit Sound Min Pitch"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingalingaling_PitchLowDmg"
		"convar"	"tf_dingaling_pitchmindmg"

		"priority"	"0230"
		"type"		"slider"
		"minvalue"	"50"
		"maxvalue"	"150"
		"sliderhome"	"center"
	}	
	"Hit Sound Max Pitch"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingalingaling_PitchHighDmg"
		"convar"	"tf_dingaling_pitchmaxdmg"

		"priority"	"0240"
		"type"		"slider"
		"minvalue"	"50"
		"maxvalue"	"150"
		"sliderhome"	"center"
	}	
	
	"Hit Kill Sound"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_dingaling_lasthit"
		"convar"	"tf_dingalingaling_lasthit"
		"priority"	"0250"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Hit Kill Sound Effect"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_dingaling_lasthit_effect"
		"convar"	"tf_dingalingaling_last_effect"
		"priority"	"0260"
		"type"		"choice"
		"choices"
		{
			"#tf_dingalingaling_Default"                "0"
			"#tf_dingalingaling_Quake3"                 "1"
			"#tf_dingalingaling_Electro"                "2"
			"#tf_dingalingaling_Notes"	            	"3"
			"#tf_dingalingaling_Percussion"             "4"
			"#tf_dingalingaling_Retro"                  "5"
			"#tf_dingalingaling_Space"					"6"
			"#tf_dingalingaling_Beepo"					"7"
			"#tf_dingalingaling_Vortex"					"8"
			"#tf_dingalingaling_Squasher"				"9"
			"#tf_dingalingaling_Custom"					"10"
		}
	}
	"Hit Kill Sound Volume"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingaling_lasthit_Volume"
		"convar"	"tf_dingaling_lasthit_volume"

		"priority"	"0270"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"1"
		"sliderhome"	"max"
	}	
	"Hit Kill Sound Min Pitch"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingaling_lasthit_PitchLowDmg"
		"convar"	"tf_dingaling_lasthit_pitchmindmg"

		"priority"	"0280"
		"type"		"slider"
		"minvalue"	"50"
		"maxvalue"	"150"
		"sliderhome"	"center"
	}	
	"Hit Kill Sound Max Pitch"
	{
		"subsection"	"0"

		"name"		"#OF_Options_dingaling_lasthit_PitchHighDmg"
		"convar"	"tf_dingaling_lasthit_pitchmaxdmg"

		"priority"	"0290"
		"type"		"slider"
		"minvalue"	"50"
		"maxvalue"	"150"
		"sliderhome"	"center"
	}	
	
	"Combat Text"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_CombatText"
		"convar"	"hud_combattext"
		"priority"	"0300"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Combat Text Batching"
	{
		"subsection"	"0"
		
		"name"		"#OF_Options_CombatTextBatching"
		"convar"	"hud_combattext_batching"
		"priority"	"0310"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Combat Text Red"
	{
		"subsection"	"0"

		"name"		"#OF_Options_CombatText_Red"
		"convar"	"hud_combattext_red"

		"priority"	"0320"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"255"
		"sliderhome"	"max"
	}
	
	"Combat Text Green"
	{
		"subsection"	"0"

		"name"		"#OF_Options_CombatText_Green"
		"convar"	"hud_combattext_green"

		"priority"	"0330"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"255"
		"sliderhome"	"max"
	}
	
	"Combat Text Blue"
	{
		"subsection"	"0"

		"name"		"#OF_Options_CombatText_Blue"
		"convar"	"hud_combattext_blue"

		"priority"	"0340"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"255"
		"sliderhome"	"max"
	}
	
	// ------------------------
	// Controls
	// ------------------------
	
	"Mouse Sensitivty"
	{
		"subsection"	"1"

		"name"		"#OF_Options_MouseSensitivty"
		"convar"	"sensitivity"

		"priority"	"0350"
		"type"		"slider"
		"minvalue"	"0.1"
		"maxvalue"	"10"
		"sliderhome"	"center"
	}
	
	"Raw Input"
	{
		"subsection"	"1"
		
		"name"		"#OF_Options_RawInput"
		"convar"	"m_rawinput"
		"priority"	"0360"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_Enabled"		"1"
		}
	}
	
	"Reverse Mouse"
	{
		"subsection"	"1"
		
		"name"		"#OF_Options_ReverseMouse"
		"convar"	"m_pitch"
		"priority"	"0370"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0.022"
			"#GameUI_Enabled"		"-0.022"
		}
	}
	
	"Bind Forward"
	{
		"subsection"	"1"

		"name"		"#Valve_Move_Forward"
		"command"	"+forward"
		"priority"	"0380"
		"type"		"bind"
	}
	
	"Bind Back"
	{
		"subsection"	"1"

		"name"		"#Valve_Move_Back"
		"command"	"+back"
		"priority"	"0390"
		"type"		"bind"
	}
	
	"Bind Left"
	{
		"subsection"	"1"

		"name"		"#Valve_Move_Left"
		"command"	"+moveleft"
		"priority"	"0400"
		"type"		"bind"
	}
	
	"Bind Right"
	{
		"subsection"	"1"

		"name"		"#Valve_Move_Left"
		"command"	"+moveright"
		"priority"	"0410"
		"type"		"bind"
	}
	
	"Bind Jump"
	{
		"subsection"	"1"

		"name"		"#Valve_Jump"
		"command"	"+jump"
		"priority"	"0420"
		"type"		"bind"
	}
	
	"Bind Duck"
	{
		"subsection"	"1"

		"name"		"#Valve_Duck"
		"command"	"+duck"
		"priority"	"0430"
		"type"		"bind"
	}
	
	"Bind Swim Up"
	{
		"subsection"	"1"

		"name"		"#Valve_Swim_Up"
		"command"	"+moveup"
		"priority"	"0440"
		"type"		"bind"
	}
	
	"Bind Swim Down"
	{
		"subsection"	"1"

		"name"		"#Valve_Swim_Down"
		"command"	"+movedown"
		"priority"	"0450"
		"type"		"bind"
	}
	
	"Bind Voice Record"
	{
		"subsection"	"1"

		"name"		"#Valve_Use_Voice_Communication"
		"command"	"+voicerecord"
		"priority"	"0460"
		"type"		"bind"
	}
	
	"Bind Say"
	{
		"subsection"	"1"

		"name"		"#Valve_Chat_Message"
		"command"	"say"
		"priority"	"0470"
		"type"		"bind"
	}
	
	"Bind Say Team"
	{
		"subsection"	"1"

		"name"		"#Valve_Team_Message"
		"command"	"say_team"
		"priority"	"0480"
		"type"		"bind"
	}
	
	"Bind Voice Menu A"
	{
		"subsection"	"1"

		"name"		"#TF_Voice_Menu_A"
		"command"	"voice_menu_1"
		"priority"	"0490"
		"type"		"bind"
	}
	
	"Bind Voice Menu B"
	{
		"subsection"	"1"

		"name"		"#TF_Voice_Menu_B"
		"command"	"voice_menu_2"
		"priority"	"0500"
		"type"		"bind"
	}
	
	"Bind Voice Menu C"
	{
		"subsection"	"1"

		"name"		"#TF_Voice_Menu_C"
		"command"	"voice_menu_3"
		"priority"	"0510"
		"type"		"bind"
	}
	
	"Bind Call Medic"
	{
		"subsection"	"1"

		"name"		"#TF_Call_For_Medic"
		"command"	"voicemenu 0 0"
		"priority"	"0520"
		"type"		"bind"
	}

	"Bind Primary Attack"
	{
		"subsection"	"1"

		"name"		"#Valve_Primary_Attack"
		"command"	"+attack"
		"priority"	"0530"
		"type"		"bind"
	}
	
	"Bind Secondary Attack"
	{
		"subsection"	"1"

		"name"		"#Valve_Secondary_Attack"
		"command"	"+attack2"
		"priority"	"0540"
		"type"		"bind"
	}
	
	"Bind Reload"
	{
		"subsection"	"1"

		"name"		"#Valve_Reload_Weapon"
		"command"	"+reload"
		"priority"	"0550"
		"type"		"bind"
	}
	
	"Bind Use"
	{
		"subsection"	"1"

		"name"		"#Valve_Use_Items"
		"command"	"+use"
		"priority"	"0560"
		"type"		"bind"
	}
	
	"Bind Flashlight"
	{
		"subsection"	"1"

		"name"		"#Valve_Flashlight"
		"command"	"impulse 100"
		"priority"	"0570"
		"type"		"bind"
	}
	
	"Bind Weapon 1"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_1"
		"command"	"slot1"
		"priority"	"0580"
		"type"		"bind"
	}
	
	"Bind Weapon 2"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_2"
		"command"	"slot2"
		"priority"	"0590"
		"type"		"bind"
	}
	
	"Bind Weapon 3"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_3"
		"command"	"slot3"
		"priority"	"0600"
		"type"		"bind"
	}
	
	"Bind Weapon 4"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_4"
		"command"	"slot4"
		"priority"	"0610"
		"type"		"bind"
	}
	
	"Bind Weapon 5"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_5"
		"command"	"slot5"
		"priority"	"0620"
		"type"		"bind"
	}
	
	"Bind Weapon 6"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_6"
		"command"	"slot6"
		"priority"	"0630"
		"type"		"bind"
	}
	
	"Bind Weapon 7"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_7"
		"command"	"slot7"
		"priority"	"0640"
		"type"		"bind"
	}
	
	"Bind Weapon 8"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_8"
		"command"	"slot8"
		"priority"	"0650"
		"type"		"bind"
	}
	
	"Bind Weapon 9"
	{
		"subsection"	"1"

		"name"		"#Valve_Weapon_Category_9"
		"command"	"slot9"
		"priority"	"0660"
		"type"		"bind"
	}
	
	"Bind Next Weapon"
	{
		"subsection"	"1"

		"name"		"#Valve_Next_Weapon"
		"command"	"invnext"
		"priority"	"0670"
		"type"		"bind"
	}
	
	"Bind Last Weapon"
	{
		"subsection"	"1"

		"name"		"#Valve_Last_Weapon_Used"
		"command"	"invprev"
		"priority"	"0680"
		"type"		"bind"
	}
	
	"Bind Change Class"
	{
		"subsection"	"1"

		"name"		"#Valve_Change_Class"
		"command"	"changeclass"
		"priority"	"0690"
		"type"		"bind"
	}
	
	"Bind Change Team"
	{
		"subsection"	"1"

		"name"		"#Valve_Change_Team"
		"command"	"changeteam"
		"priority"	"0700"
		"type"		"bind"
	}
	
	"Bind Drop Flag"
	{
		"subsection"	"1"

		"name"		"#TF_DropFlag"
		"command"	"dropitem"
		"priority"	"0710"
		"type"		"bind"
	}
	
	"Bind Taunt"
	{
		"subsection"	"1"

		"name"		"#TF_Taunt"
		"command"	"taunt"
		"priority"	"0720"
		"type"		"bind"
	}
	
	"Bind Last Disguise"
	{
		"subsection"	"1"

		"name"		"#TF_ClassSkill_Spy_LastDisguise"
		"command"	"lastdisguise"
		"priority"	"0730"
		"type"		"bind"
	}
	
	"Bind Spray"
	{
		"subsection"	"1"

		"name"		"#Valve_Spray_Logo"
		"command"	"impulse 201"
		"priority"	"0740"
		"type"		"bind"
	}
	
	"Bind Sound Spray"
	{
		"subsection"	"1"

		"name"		"#OFD_Spray_Sound"
		"command"	"impulse 202"
		"priority"	"0750"
		"type"		"bind"
	}
	
	"Bind Show Scores"
	{
		"subsection"	"1"

		"name"		"#Valve_Display_Scores"
		"command"	"+showscores"
		"priority"	"0760"
		"type"		"bind"
	}
	
	"Bind Screenshot"
	{
		"subsection"	"1"

		"name"		"#Valve_Take_Screen_Shot"
		"command"	"screenshot"
		"priority"	"0770"
		"type"		"bind"
	}
	
	"Bind Quit"
	{
		"subsection"	"1"

		"name"		"#Valve_Quit_Game"
		"command"	"quit"
		"priority"	"0780"
		"type"		"bind"
	}
	
	"Bind Toggle Console"
	{
		"subsection"	"1"

		"name"		"#Valve_Console_Toggle"
		"command"	"toggleconsole"
		"priority"	"0790"
		"type"		"bind"
	}
	
	// ------------------------
	// Audio
	// ------------------------
	
	"Game Volume"
	{
		"subsection"	"2"
		
		"name"		"#GameUI_SoundEffectVolume"
		"convar"	"volume"
		"priority"	"0800"
		"type"		"slider"
		"minvalue"	"0.0"
		"maxvalue"	"1.0"
		"sliderhome"	"max"
	}
	"Music Volume"
	{
		"subsection"	"2"
	
		"name"		"#GameUI_MusicVolume"
		"convar"	"Snd_MusicVolume"
		"priority"	"0810"
		"type"		"slider"
		"minvalue"	"0.0"
		"maxvalue"	"1.0"
		"sliderhome"	"max"
	}
	"Sound Quality"
	{
		"subsection"	"2"
		
		"name"		"#OF_Options_SoundQuality"
		"convar"	"dsp_slow_cpu"
		"convar2"	"Snd_PitchQuality"
		"priority"	"0820"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"	"1:0"
			"#GameUI_Medium"	"0:0"
			"#GameUI_High"		"0:1"
		}
	}
	"Speaker Config"
	{
		"subsection"	"2"
		
		"name"		"#GameUI_SpeakerConfiguration"
		"convar"	"snd_surround_speakers"
		"convar2"	"dsp_enhance_stereo"
		"priority"	"0830"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Headphones"	"0;1"
			"#GameUI_2Speakers"		"2;0"
			"#GameUI_4Speakers"		"4;0"
			"#GameUI_5Speakers"		"5;0"
			"#GameUI_7Speakers"		"7;0"
		}
	}	
	
	"Mute Background"
	{
		"subsection"	"2"
		
		"name"		"#OF_Options_MuteBackground"
		"convar"	"snd_mute_losefocus"
		"priority"	"0840"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Yes"		"1"
			"#GameUI_No"		"0"
		}
	}
	
	
	// ------------------------
	// Graphics
	// ------------------------
	"FPS"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_FPS"
		"convar"	"fps_max"
		"priority"	"0850"
		"type"		"choice"
		"choices"
		{
			"30"		"30"
			"60"		"60"
			"90"		"90"
			"120"		"120"
			"300"		"300"
		}
	}
	
	"Draw FPS"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_DrawFPS"
		"convar"	"cl_showfps"
		"priority"	"0860"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_Enabled"		"1"
		}
	}
	
	"Brightness"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Brightness"
		"convar"	"mat_monitorgamma"
		
		"priority"	"0870"
		
		"brightness" "1"
		
		"type"		"slider"
		"minvalue"	"1.8"					//Was 1.8
		"maxvalue"	"2.6"			//Was 2.6
		"incvalue"	"-1"
		"sliderhome"	"center"
	}
	
	"Display Mode"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_DisplayMode"
		"convar"	"x360_video_mode"
		"priority"	"0880"
		"type"		"choice"
		"choices"
		{
			"#GameUI_FullScreen"	"0"
			"#GameUI_Windowed"		"1"
		}
	}
	
	"Resolution"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Resolution"
		"convar"	"x360_resolution_width"
		"convar2"	"x360_resolution_height"
		"resolution" "1"
		"priority"	"0890"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Toaster"	"500;500"
			"#GameUI_Enabled"	"1000;1000"
		}
	}

	"VSync"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Wait_For_VSync"
		"convar"	"mat_vsync"
		"priority"	"0900"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0"
			"#GameUI_Enabled"		"1"
		}
	}
	
	"Multicore Rendering"
	{	
		"subsection"	"3"
		
		"name"		"#OF_Options_Multicore"
		"convar"	"mat_queue_mode"
		"priority"	"0910"
		"type"		"choice"
		"choices"
		{
			"#GameUI_MultiCore_Off"	"-1"
			"#GameUI_MultiCore_Single"	"0"
			"#GameUI_MultiCore_Multi"	"2"
		}
	}	
	
	"Antialiasing"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Antialiasing_Mode"
		"convar"	"mat_antialias"
		"priority"	"0920"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"			"0"
			"#GameUI_2X"				"2"
			"#GameUI_4X"				"4"
			"#GameUI_8X"				"8"
		}
	}

	"AnisFilter"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Filtering_Mode"
		"convar"	"mat_forceaniso"
		"convar2"	"mat_trilinear"
		"priority"	"0930"
		"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"
		}
	}

	
	"Texture Quality"
	{	
		"subsection"	"3"
		
		"name"		"#GameUI_Texture_Detail"
		"convar"	"of_picmip"
		"priority"	"0940"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Toaster"	"10"
			"#GameUI_Lowest"	"4"
			"#GameUI_Very_Low"	"3"
			"#GameUI_Low"		"2"
			"#GameUI_Normal"	"1"
			"#GameUI_High"		"0"
			"#GameUI_Ultra"		"-1"
			"#GameUI_Maximum"	"-10"
		}
	}	
	"Texture Blending"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_TexBlend"
		"convar"	"mat_disable_fancy_blending"
		"priority"	"0950"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	"Texture Filtering"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_TextureFilter"
		"convar"	"mat_filtertextures"
		"priority"	"0960"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Texture Blending"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_TexBlend"
		"convar"	"mat_disable_fancy_blending"
		"priority"	"0970"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	"Texture Mipmapping"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Mipmapping"
		"convar"	"mat_mipmaptextures"
		"priority"	"0980"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Lightmap Filtering"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_LightmapFilter"
		"convar"	"mat_filterlightmaps"
		"priority"	"0990"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Shader Quality"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Shader_Detail"
		"convar"	"mat_reducefillrate"
		"priority"	"1000"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"	"1"
			"#GameUI_High"		"0"
		}
	}
	"Specular Shading"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Specular"
		"convar"	"mat_specular"
		"priority"	"1010"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Phong Shading"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Phong"
		"convar"	"mat_phong"
		"priority"	"1020"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Rimlight Shading"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Rimlight"
		"convar"	"r_rimlight"
		"priority"	"1030"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Lightwarp Shading"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Lightwarp"
		"convar"	"mat_disable_lightwarp"
		"priority"	"1040"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	"Bumpmap Shading"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Bumpmap"
		"convar"	"mat_bumpmap"
		"priority"	"1050"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	"Decal Quality"
	{
		"subsection"	"3"

		"name"		"#OF_Options_MaxDecals"
		"convar"	"mp_decals"
		
		"priority"	"1060"
		
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"		"9"
			"#GameUI_Medium"	"128"
			"#GameUI_High"		"1024"
			"#GameUI_Ultra"		"2048"
		}
	}
	"Model Quality"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Model_Detail"
		"convar"	"r_rootlod"
		"priority"	"1070"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Low"		"2"
			"#GameUI_Normal"	"1"
			"#GameUI_High"		"0"
		}
	}
	"High Level of Detail"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_HDLOD"
		"convar"	"r_lod"
		"convar"	"of_prop_fading"
		"priority"	"1080"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0;0"
			"#GameUI_Disabled"	"-1;1"
		}
	}	
	"Water Quality"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Water_Detail"
		"convar"	"r_waterforceexpensive"
		"convar2"	"r_waterforcereflectentities"
		"priority"	"1090"
		"type"		"choice"
		"choices"
		{
			"#gameui_noreflections"	"0;0"
			"#gameui_reflectonlyworld"	"1;0"
			"#gameui_reflectall"		"1;1"
		}
	}
	"Shadow Detail"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Shadow_Detail"
		"convar"	"r_shadows"
		"convar2"	"r_shadowrendertotexture"
		"priority"	"1100"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0;0"
			"#GameUI_Normal"	"1;0"
			"#GameUI_High"		"1;1"
		}
	}
	"ColorCorr"
	{
		"subsection"	"3"
		
		"name"		"#GameUI_Color_Correction"
		"convar"	"mat_colorcorrection"
		"priority"	"1110"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enabled"	"1"
		}
	}
	"HDR Bloom"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Bloom"
		"convar"	"mat_disable_bloom"
		"priority"	"1120"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"1"
			"#GameUI_Enabled"	"0"
		}
	}
	"HDR Tonemapping"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Tonemapping"
		"convar"	"mat_dynamic_tonemapping"
		"priority"	"1130"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enabled"	"1"
		}
	}
	"MtnBlur"
	{
		"subsection"	"3"	
	
		"name"		"#OF_Options_MotionBlur"
		"convar"	"mat_motion_blur_enabled"
		"convar2"	"mat_motion_blur_forward_enabled"
		"priority"	"1131"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0;0"
			"#GameUI_Enabled"		"1;1"
		}
	}	
	"MtnBlur Strength"
	{
		"subsection"	"3"	
	
		"name"		"#OF_Options_MotionBlurStrength"
		"convar"	"mat_motion_blur_rotation_intensity"
		"convar2"	"mat_motion_blur_falling_intensity"
		"priority"	"1140"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"		"0.0;0.0"
			"#GameUI_Blur1"			"1.0;1.0"
			"#GameUI_Blur2"			"2.0;2.0"
			"#GameUI_Blur3"			"3.0;3.0"
			"#GameUI_Blur4"			"4.0;4.0"
			"#GameUI_Blur5"			"5.0;5.0"
		}
	}		
	
	"Depth of Field"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_DOF"
		"convar"	"of_dof"
		"priority"	"1150"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}	
	
	"Weather Effects"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Weather"
		"convar"	"tf_particles_disable_weather"
		"priority"	"1160"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"0"
			"#GameUI_Disabled"	"1"
		}
	}
	
	"Dynamic Lights"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Dynamiclight"
		"convar"	"r_maxdlights"
		"priority"	"1170"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"32"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Muzzle Light"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Muzzlelight"
		"convar"	"of_muzzlelight"
		"priority"	"1180"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}

	"3D Skybox"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_3DSky"
		"convar"	"r_3dsky"
		"priority"	"1190"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}
	
	"Toaster"
	{
		"subsection"	"3"
		
		"name"		"#OF_Options_Toaster"
		"convar"	"mat_showlowresimage"
		"priority"	"1200"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Disabled"	"0"
			"#GameUI_Enable"	"1"
		}
	}
	
	// ------------------------
	// Voice
	// ------------------------
	
	"Voice Enable"
	{
		"subsection"	"4"

		"name"		"#OF_Options_VoiceEnable"
		"convar"	"voice_enable"

		"priority"	"1210"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}	
	"Voice Receive"
	{
		"subsection"	"4"

		"name"		"#OF_Options_VoiceReceive"
		"convar"	"voice_scale"

		"priority"	"1220"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"2"
		"sliderhome"	"center"
	}		
	"Voice Test"
	{
		"subsection"	"4"

		"name"		"TODO: Test Microphone here"
		"convar"	"voice_clientdebug"

		"priority"	"1230"
		"type"		"slider"
		"minvalue"	"0"
		"maxvalue"	"1"
		"sliderhome"	"min"
	}		
		

	// ------------------------
	// HUD
	// ------------------------
	
	"Crosshair"
	{
		"subsection"	"5"

		"name"		"TODO: Crosshair settings"
		"convar"	"crosshair"

		"priority"	"1240"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}	
	"Spray"
	{
		"subsection"	"5"

		"name"		"TODO: Spray settings"
		"convar"	"spray"

		"priority"	"1250"
		"type"		"choice"
		"choices"
		{
			"#GameUI_Enabled"	"1"
			"#GameUI_Disabled"	"0"
		}
	}	
}
