I recently added an fps config to my game, and I noticed a very strong change in my mouse sensitivity. 
I triple checked the config to see if it changed the sensitivity anywhere, and there was not.
I do remember that there was one bug where sensitivity was variable with fps, but the config did not alter my fps_max from what it was before.
http://pastebin.com/z0cvqWWA
That is the config that I installed.
Can anyone tell me what command is changing my sensitivity?
			 
			
		I recently added an fps config to my game, and I noticed a very strong change in my mouse sensitivity. 
I triple checked the config to see if it changed the sensitivity anywhere, and there was not.
I do remember that there was one bug where sensitivity was variable with fps, but the config did not alter my fps_max from what it was before.
http://pastebin.com/z0cvqWWA
That is the config that I installed.
Can anyone tell me what command is changing my sensitivity?
		
		
	 
	
		
		
		
		
							
				Likely m_rawinput 1, though it is preferred for a few reasons.
Additionally, this turns off mouse accel (m_mouseaccel 0)
			 
			
		Likely m_rawinput 1, though it is preferred for a few reasons.
Additionally, this turns off mouse accel (m_mouseaccel 0)
		
		
	 
	
		
		
		
		
							
				ohhhhhhh. thanks so much, it worked!
			 
			
		ohhhhhhh. thanks so much, it worked!
		
		
	 
	
		
		
		
		
							
				That config's outdated, the major change from that to Comanglia's: http://teamfortress.tv/thread/20172/my-fps-config
Is that a lot of commands were unstable when Chris made his config and a lot of them have become obsolete now.
You will also get more fps boost from changing cl_threaded_bone_setup to 1 but as it says in his guide, the command isn't stable on Singe/Dual/Tri-Core CPUs. Try it out, it netted me about ~15% increase in my fps benchmarks.
			 
			
		That config's outdated, the major change from that to Comanglia's: http://teamfortress.tv/thread/20172/my-fps-config
Is that a lot of commands were unstable when Chris made his config and a lot of them have become obsolete now.
You will also get more fps boost from changing cl_threaded_bone_setup to 1 but as it says in his guide, the command isn't stable on Singe/Dual/Tri-Core CPUs. Try it out, it netted me about ~15% increase in my fps benchmarks.