// ***********************
// Launch options Settings 
// ***********************

	//-console -novid +autoexec.cfg

// *************
// Rate Settings 
// ************* 
  
	rate        			"100000"  
	cl_cmdrate    			"128"    
	cl_updaterate 			"128"   
	cl_interp_ratio 		"1"   
	cl_interp       		"0.0"
	cl_lagcompensation      	"1"        
	cl_resend               	"1.5" 
	cl_resend_timeout 		"10"  
	cl_timeout              	"999"          
	cl_idealpitchscale      	"0.02"
	fps_max 			"129"

// **************
// Mouse Settings 
// **************

	m_mousespeed 			"0"
	m_customaccel 			"0"
	m_mouseaccel1 			"0"
	m_mouseaccel2 			"0"
	m_customaccel_exponent 		"0"
	m_customaccel_max 		"0"
	m_customaccel_scale 		"0.00"
	m_filter 			"0"
	m_rawinput 			"1"
	sensitivity 			"1.0"
	zoom_sensitivity_ratio_mouse 	"1.0"

// ****************************
// Crosshair Settings (RED DOT)
// ****************************

	cl_crosshairalpha 		"200"
	cl_crosshaircolor 		"0"
	cl_crosshaircolor_b 		"50"
	cl_crosshaircolor_g 		"250"
	cl_crosshaircolor_r 		"50"
	cl_crosshairdot 		"1"
	cl_crosshairscale 		"0"
	cl_crosshairsize 		"0"
	cl_crosshairthickness 		"2"
	cl_crosshairusealpha 		"1"
	cl_crosshairgap 		"-4"

// **********************************
// Remove tracer & and other commands
// **********************************

	r_drawtracers_firstperson 	"0" 
	gameinstructor_enable 		"0"
	con_enable 			"1"
	cl_allowdownload 		"1"
	cl_downloadfilter 		"nosounds"
	cl_showhelp 			"0"
	cl_autohelp 			"1"
	net_graph 			"0"
	net_graphproportionalfont 	"0"
	net_graphheight 		"0"

// *****************
// Personal Settings
// *****************

	cl_autowepswitch 		"0"
	cl_righthand 			"1"
	cl_disablefreezecam 		"1"
	hud_showtargetid 		"1"
	hud_scaling 			"0.7"	

// **************
// Sound Settings
// **************

	snd_mixahead 			"0.05"
	snd_headphone_pan_exponent 	"2"
	snd_musicvolume 		"0"

// ************************************
// repositions the gunmodel to mimic CS 
// ************************************
		  
	//viewmodel_fov 		"90"
	//viewmodel_offset_x 		"2"
	//viewmodel_offset_y      	"2"
	//viewmodel_offset_z     	"-2"


// ****************************************************
// removes the shifting of the arm when crouching down.
// ****************************************************

	//cl_viewmodel_shift_left_amt 	"0"
	//cl_viewmodel_shift_right_amt 	"0"

// ***************************************************************
// removes the bobbing of the weapon back and forth, when you run.
// ***************************************************************

	//cl_bob_lower_amt 		"0"
	//cl_bobamt_lat 		"0"
	//cl_bobamt_vert 		"0"


// ***********
// Score + net_graph
// ***********

	bind "TAB" "+sb";

	alias "+sb" "+showscores; mygraph";
	alias "-sb" "-showscores; net_graph 0";
	alias "mygraph" "net_graph 1";


// ******************************************
// Display message if autoexec.cfg is loaded.
// ******************************************

	clear
	echo ""
	echo autoexec.cfg executed.