Author Topic: script for fov  (Read 1683 times)

i_am_a_pirate

  • Autococker
  • Posts: 759
script for fov
« on: February 12, 2008, 03:03:22 PM »
can someone make me a script so that my fov toggles between 110 and 50 when i click the right mouse button? help would be much appreciated as i don't know how to make scripts.
sorry if im in the wrong forum

FlaMe

  • Autococker
  • Posts: 601
Re: script for fov
« Reply #1 on: February 12, 2008, 03:06:29 PM »
search for zoom script on the search page first. if its not on this forum somewhere already than someones lying.

Garrett

  • Autococker
  • Posts: 1372
Re: script for fov
« Reply #2 on: February 12, 2008, 04:29:52 PM »
search for zoom script on the search page first. if its not on this forum somewhere already than someones lying.
He would have to modify one of the scripts I believe.  Most of the Fov scripts are used with the mouse wheel.
It wouldn't be hard to modify though.

Zorchenhimer

  • Autococker
  • Posts: 2614

toM|vendettA

  • 68 Carbine
  • Posts: 335
Re: script for fov
« Reply #4 on: February 13, 2008, 12:06:29 AM »
alias zoom1 "fov 50;bind mouse2 zoom2"
alias zoom2 "fov 110;bind mouse2 zoom1"
zoom1

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: script for fov
« Reply #5 on: February 13, 2008, 01:32:35 PM »
ty very much. works a treat.