[pittsburghquake] Quake II Zoom like Quake III Script

  • From: "Jason D. Agostoni" <jasonda@xxxxxxxxxxxx>
  • To: <pittsburghquake@xxxxxxxxxxxxx>
  • Date: Mon, 29 Apr 2002 21:33:24 -0400

Here is a little script that you can add to your config.cfg for Quake II that 
makes your zoom just like Quake III.  Simply hold the middle mouse button for 
as long as you would like to zoom then release when finished.

Of course, you will want to adjust the sensitivity to be set where you are used 
to ... 

// Begin Quake III-like zoom script
alias +zoom "fov 30;set sensitivity 4.5" // adjust sensitivity during zoom
alias -zoom "fov 90;set sensitivity 7.5" // adjust normal sensitivity
bind MOUSE3 +zoom // You can bind anywhere you like, I prefer the middle button
// End zoom script

----
To unsubscribe: Send an e-mail to pittsburghquake-request@xxxxxxxxxxxxx with a 
subject of unsubscribe

Visit the website: http://pittsburgh.servequake.com

To view the discussion list archives, please visit 
//www.freelists.org/archives/pittsburghquake

Other related posts:

  • » [pittsburghquake] Quake II Zoom like Quake III Script