User panel stuff on forum
Index  ‹  Help  ‹  Mouse trouble
  4 posts on 1 page  1
Help
2009-12-30, 00:19
Member
21 posts

Registered:
Feb 2008
Hey

My mouse (Mx518 @ 500Hz) feels like it is lagging when i play, cant get that "direct" feeling to it.

Have tried changing in_mouse and other variables to no success , so i thought i ask for help here and see if i missed something.
Quote:
Cmd Line : ezquake-gl.exe-noscripts-rulesetsmackdown-heapsize81920-zone8192-sndbits16-dinput-m_smooth-bpp32-width640-conwidth640+sets_khz44-clientport27002-dinput-m_smooth+cfg_loadmattias.cfg

//FPS and EyeCandy Settings
cl_backpackfilter "0"
cl_deadbodyFilter "2"
cl_fakeshaft "0"
cl_gibFilter "1"
cl_hidenails "0"
cl_hiderockets "0"
cl_independentPhysics "1"
cl_lerp_monsters "1"
cl_maxfps "255"
cl_model_bobbing "0"
cl_muzzleflash "0"
cl_newlerp "0.1"
cl_nolerp "0"
cl_novweps "0"
cl_physfps "77"
cl_physfps_spectator "30"
cl_r2g "1"
cl_vsync_lag_fix "0"
cl_vsync_lag_tweak "1.0"
gl_detail "0"
gl_powerupshells "1"
gl_powerupshells_size "5"
gl_powerupshells_style "0"
gl_simpleitems "0"
gl_simpleitems_orientation "1"
gl_simpleitems_size "16"
r_bloom "0"
r_bloom_alpha "0.5"
r_bloom_darken "3"
r_bloom_diamond_size "8"
r_bloom_fast_sample "0"
r_bloom_intensity "1"
r_bloom_sample_size "256"
r_chaticons_alpha "0.8"
r_drawentities "1"
r_drawflame "0"
r_drawvweps "1"
r_explosionLight "0"
r_explosionLightColor "5"
r_explosionType "3"
r_flagColor "0"
r_grenadeTrail "0"
r_lerpframes "1"
r_lerpmuzzlehack "1"
r_lgbloodColor "225"
r_lightflicker "1"
r_powerupGlow "2"
r_rocketLight "0"
r_rocketLightColor "5"
r_rocketTrail "0"
r_shaftalpha "1"
r_telesplash "1"

//Input - Mouse
in_di_buffered "1"
in_di_bufsize "16"
in_m_mwhook "0"
in_m_os_parameters "0"
in_m_smooth "1"
in_mouse "3"
m_accel "0"
m_filter "1"
m_forward "1"
m_pitch "0.21"
m_rate "500"
m_showrate "0"
m_side "0.8"
m_yaw "0.18"

Computer is a P4 3.2ghz 2gb ram with a Ati radeon 9800 Pro.
Running my monitor on 85hz.
Using the latest Ezquake build.

//Exxus
2009-12-30, 00:47
Member
485 posts

Registered:
Feb 2006
m_filter?
2009-12-30, 03:10
Moderator
1329 posts

Registered:
Apr 2006
You are not supposed to have commandline options _AT ALL_ with ezQuake 1.8 or newer, especially something like +cfg_load. This way you are most likely to fuck up engine start-up initialization and if it affects nothing else, it's the damn input that gets settings latched.

How to get rid of it then? Time to read some documentation.

After that, use in_mouse 3, do in_restart and cfg_save without additional parameters. Get rid of both m_filter and m_smooth.
Servers: Troopers
2009-12-31, 07:33
Member
21 posts

Registered:
Feb 2008
Thanks for the help, feels alot better now.

//Exxus
  4 posts on 1 page  1