"visuals.txt"
{
	"Text"			"#Visual_Settings"
	
	"Checkbox"
	{
		"Label"		"#DrawThrusterEffects"
		"Command"	"cl_drawthrusterseffects"
	}
	
	"Checkbox"
	{
		"Label"		"#DrawHoverBalls"
		"Command"	"cl_drawhoverballs"
	}
	
	"Checkbox"
	{
		"Label"		"#DrawCameras"
		"Command"	"cl_drawcameras"
	}
	
	"Slider"
	{
		"Label"		"Net Graph:"
		"Min"		"0"
		"Max"		"3"
		"Type"		"Integer"
		"Command"	"net_graph"
	}
	
	"Slider"
	{
		"Label"		"Show FPS:"
		"Min"		"0"
		"Max"		"2"
		"Type"		"Integer"
		"Command"	"cl_showfps"
	}
	
	"Slider"
	{
		"Label"		"#JPEG_Quality"
		"Min"		"0"
		"Max"		"100"
		"Type"		"Integer"
		"Command"	"jpeg_quality"
	}
	
	"Slider"
	{
		"Label"		"#Max_Decals"
		"Min"		"0"
		"Max"		"4096"
		"Type"		"Integer"
		"Command"	"r_decals"
	}
	
	"Slider"
	{
		"Label"		"#Model_LOD"
		"Min"		"-1"
		"Max"		"5"
		"Type"		"Integer"
		"Command"	"r_lod"
	}
	
	"ComboBox"
	{
		"Label"				"#Texture_Quality"
		"MenuButton"		"0"
		
		"Options"
		{
			"#Highest"
			{
				"mat_picmip"			"0"
			}
			
			"#Medium"
			{
				"mat_picmip"			"2"
			}
			
			"#Low"
			{
				"mat_picmip"			"4"
			}
		}
		
		"CVars" 
		{
			"0"	"mat_picmip"					
		}
	}
	
	
	"Checkbox"
	{
		"Label"		"#DrawPhysgunBeams"
		"Command"	"physgun_drawbeams"
	}

	"Checkbox"
	{
		"Label"		"#DrawDetailProps"
		"Command"	"r_drawdetailprops"
	}

	"Slider"
	{
		"Label"		"#DetailDistance"
		"Min"		"64"
		"Max"		"4096"
		"Type"		"Integer"
		"Command"	"cl_detaildist"
	}

	"Checkbox"
	{
		"Label"		"#Shadows"
		"Command"	"r_shadows"
	}
	
	
	"Checkbox"
	{
		"Label"		"#Show_Low_Res_Textures"
		"Command"	"mat_showlowresimage"
	}
	
	"Checkbox"
	{
		"Label"		"#Wireframe"
		"Command"	"mat_wireframe"
	}	
	
	"ComboBox"
	{
		"Label"				"#Fog_Presets"
		"MenuButton"		"1"
		"Folder"	"settings/menu/options/fog"
		
		"Options"
		{
			"#Default"
			{
				"fog_start"				"-1"
				"fog_startskybox"		"-1"
				"fog_end"				"-1"
				"fog_endskybox"			"-1"
				"fog_color"				"255 255 255"
				"fog_colorskybox"		"255 255 255"
			}
		}
		
		"CVars" 
		{
			"0"	"fog_start"				
			"0"	"fog_startskybox"		
			"0"	"fog_end"			
			"0"	"fog_endskybox"		
			"0"	"fog_color"				
			"0"	"fog_colorskybox"		
		}
	}
	
	"Checkbox"
	{
		"Label"		"#Fog_Override"
		"Command"	"fog_override"
	}
	
	"Slider"
	{
		"Label"		"#Fog_Start"
		"Min"		"0"
		"Max"		"10000"
		"Type"		"Float"
		"Command"	"fog_start"
		"Command2"	"fog_startskybox"
	}
	
	"Slider"
	{
		"Label"		"#Fog_End"
		"Min"		"0"
		"Max"		"10000"
		"Type"		"Float"
		"Command"	"fog_end"
		"Command2"	"fog_endskybox"
	}
	
	"Color"
	{
		"Label"				"#Fog_Color"
		"RBG"				"fog_color"
		"RBG2"				"fog_colorskybox"
		"ShowAlpha"			"0"
		"ShowHSV"			"1"
		"ShowRGB"			"1"
		"Multiplier"		"255"
	}
	
}