Difference between revisions of "Sers"

From QWiki
*>Sers
*>Sers
Line 25: Line 25:
  
 
-mem 128 -noforcemparms -noforcemaccel -noforcespd -nocdaudio -ruleset smackdown
 
-mem 128 -noforcemparms -noforcemaccel -noforcespd -nocdaudio -ruleset smackdown
 +
 +
== Mouse settings ==
 +
 +
6/11 in winxp os mouse speed settings [acceleration and mouse shadow disabled]
 +
 +
m_pitch            "0.022"
 +
m_yaw              "0.022"
 +
m_accel            "0"
 +
m_side            "0.8"
 +
m_filter          "1"
 +
m_rate            "500"
 +
in_mouse          "3"
 +
in_m_os_parameters "3"
 +
sensitivity        "9.24987654321"
 +
 +
== Scripts ==
 +
 +
'''Ready - Break script'''
 +
 +
alias red_1 "ready ;bind p red_0"
 +
alias red_0 "break ;bind p red_1"
 +
 +
'''Volume script'''
 +
 +
alias Select.Vol.01 "volume 0.05 ;bind l Select.VOL.00 - Select.VOL.02;echo - volume set to: 0.05"
 +
alias Select.Vol.02 "volume 0.1 ;bind l Select.VOL.01 - Select.VOL.03;echo - volume set to: 0.1"
 +
alias Select.Vol.03 "volume 0.15 ;bind l Select.VOL.02 - Select.VOL.04;echo - volume set to: 0.15"
 +
alias Select.Vol.04 "volume 0.2 ;bind l Select.VOL.03 - Select.VOL.05;echo - volume set to: 0.2"
 +
alias Select.Vol.05 "volume 0.25 ;bind l Select.VOL.04 - Select.VOL.00;echo - volume set to: 0.25"
 +
alias Select.Vol.00 "volume 0.0 ;bind l Select.VOL.05 - Select.Vol.01;echo - volume set to: 0.0"
 +
 +
'''Teamplay messages ON/OFF script'''
 +
 +
alias teamplayon "exec config/teamchats.cfg; echo TP_MSGS ON; bind F9 teamplayoff"
 +
alias teamplayoff "exec config/bindings.cfg; echo TP_MSGS OFF; bind F9 teamplayon"
  
 
== Guides ==
 
== Guides ==
  
Mouse polling rate - USB port patch 500/1000hz
+
'''Mouse polling rate - USB port patch 500/1000hz'''
  
 
This patch has been tested on winxp sp2 and sp3 using the G1 mouse. [usbmrs11.exe]
 
This patch has been tested on winxp sp2 and sp3 using the G1 mouse. [usbmrs11.exe]

Revision as of 14:56, 2 August 2011

  • Real name: ??
  • Born: ??
  • Nationality: Flag de.gif German
  • Current clan: Flag gb.gif Demonic Core
  • Other nicks: Rakone; yggdrasil; schutzwhr
  • First spawned: 1996
  • Map: DM4 and End
  • Colors: 12 2
  • Irc: #dc_tactics @ QuakeNet

Clan history

Achievements

  • 3rd place/rank ZKM Q3 tournament
  • Frag of the week @ qwdrama

Quotes

lo; tnx; pld

Cmdline

Cmdline [insert setup and client location, an ezquake nightly build in my case]

-mem 128 -noforcemparms -noforcemaccel -noforcespd -nocdaudio -ruleset smackdown

Mouse settings

6/11 in winxp os mouse speed settings [acceleration and mouse shadow disabled]

m_pitch "0.022" m_yaw "0.022" m_accel "0" m_side "0.8" m_filter "1" m_rate "500" in_mouse "3" in_m_os_parameters "3" sensitivity "9.24987654321"

Scripts

Ready - Break script

alias red_1 "ready ;bind p red_0" alias red_0 "break ;bind p red_1"

Volume script

alias Select.Vol.01 "volume 0.05 ;bind l Select.VOL.00 - Select.VOL.02;echo - volume set to: 0.05" alias Select.Vol.02 "volume 0.1 ;bind l Select.VOL.01 - Select.VOL.03;echo - volume set to: 0.1" alias Select.Vol.03 "volume 0.15 ;bind l Select.VOL.02 - Select.VOL.04;echo - volume set to: 0.15" alias Select.Vol.04 "volume 0.2 ;bind l Select.VOL.03 - Select.VOL.05;echo - volume set to: 0.2" alias Select.Vol.05 "volume 0.25 ;bind l Select.VOL.04 - Select.VOL.00;echo - volume set to: 0.25" alias Select.Vol.00 "volume 0.0 ;bind l Select.VOL.05 - Select.Vol.01;echo - volume set to: 0.0"

Teamplay messages ON/OFF script

alias teamplayon "exec config/teamchats.cfg; echo TP_MSGS ON; bind F9 teamplayoff" alias teamplayoff "exec config/bindings.cfg; echo TP_MSGS OFF; bind F9 teamplayon"

Guides

Mouse polling rate - USB port patch 500/1000hz

This patch has been tested on winxp sp2 and sp3 using the G1 mouse. [usbmrs11.exe]

Applying the patch using winxp sp2;

Use the mouserateswitcher (usbmrs11.exe) to patch your usb port.

Step 1:

Boot your os in safe mode with administrator privileges.

Step 2:

Locate the usbmrs11.exe tool, execute it, to apply the patch click 'Patch' and do a 'Y' (YES) at the desired rate/hz, for instance 500/1000hz.

Step 3:

Reboot your os normally and use the mouserate.exe tool to verfify that your mouse is working at the set rate/hz.

Remark:

I would advise that you patch the USB port at 500hz, since it has proven that 1000hz does not always function flawlessly.


Applying the patch using winxp sp3;

Given that you have upgraded from sp2 to sp3, the usbmrs11.exe tool will return an error when patching your usbport.sys file. A workaround for this problem is simple.

Step 1:

Use your original winxp home/professional install CD and extract the usbport.sys file from the SP2.CAB file.

Step 2:

Create a backup of your usbport.sys file in use, which is located in the directory C:\WINDOWS\system32\drivers and keep this backup. Just in case something should go wrong and you can then rollback to the previously working usbport.sys file.

Step 3:

Overwrite the usbport.sys file in C:\WINDOWS\system32\drivers with the one you have extracted from the SP2.CAB file from your original winxp install CD.

Step 4:

Reboot your os normally to see if everything works properly.

Step 5:

Reboot your os in safe mode with administrator privileges and follow the instructions given at Applying the patch using winxp sp2.

Step 6:

Use mouserate.exe to verify that your mouse is working at the set rate/hz.

External links

Playerstub.pngThis article on a player has very little info. You can help by expanding it.