Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Big shortbread hands

Options
  • 21-02-1999 11:51pm
    #1
    Closed Accounts Posts: 3


    Does anyone know how to bind fov up and down to the mouse wheel?


Comments

  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    I guess that would be something like

    bind mwheelup "fov 130"
    bind mwheeldown "fov 90"

    Maybe you could use the middle button as mouse3? Like bind mouse3 "fov 110" for an
    in between?

    --


  • Registered Users Posts: 1,134 ✭✭✭Chaos


    Give this a go, i cant tell if it works cause of ****er admins in here:/

    alias v0 "alias vu v1; fov 90"

    alias v1 "alias vu v2; alias vd v0; fov 95"

    alias v2 "alias vu v3; alias vd v1; fov 100"

    alias v3 "alias vu v4; alias vd v2; fov 105"

    alias v4 "alias vu v5; alias vd v3; fov 110"

    alias v5 "alias vu v6; alias vd v4; fov 115"

    alias v6 "alias vu v7; alias vd v5; fov 120"

    alias v7 "alias vu v8; alias vd v6; fov 125"
    alias v15 "alias vd v14; fov 130"

    bind mwheelup "vu"
    bind mwheeldown "vd"

    Its just a volume control thingy edited it might work then again<IMG SRC="http://lacerta.ucg.ie/boards/smile.gif&quot; WIDTH=15 HEIGHT=15 BORDER=0 ALT=":)">



  • Registered Users Posts: 1,134 ✭✭✭Chaos


    OOpps
    that last one shoud read

    alias v8 "alias vd v14; fov 130"
    <IMG SRC="http://lacerta.ucg.ie/boards/smile.gif&quot; WIDTH=15 HEIGHT=15 BORDER=0 ALT=":)">


  • Registered Users Posts: 5,049 ✭✭✭Cloud


    I'd have a worry about that v14 bit working.

    J.
    --


  • Registered Users Posts: 3,316 ✭✭✭ButcherOfNog


    Florence, better say its q2 you need the binds for, plenty of brown texture lovers on this board <IMG SRC="http://lacerta.ucg.ie/boards/smile.gif&quot; WIDTH=15 HEIGHT=15 BORDER=0 ALT=":)">


  • Advertisement
  • Registered Users Posts: 861 ✭✭✭Slosh


    Hmmm dont be telling us your VD probs Chaos.... <IMG SRC="http://lacerta.ucg.ie/boards/tongue.gif&quot; WIDTH=15 HEIGHT=15 BORDER=0 ALT=":P">


  • Registered Users Posts: 1,134 ✭✭✭Chaos


    Andddd it doesnt work<IMG SRC="http://lacerta.ucg.ie/boards/smile.gif&quot; WIDTH=15 HEIGHT=15 BORDER=0 ALT=":)"> infaat it does notthing heh lat time i try somthing like that.


  • Closed Accounts Posts: 273 ✭✭Scarab


    Sure it does, maybe its just ure mwheel is b0rk,

    alias v0 "alias vu v1; fov 90"
    alias v1 "alias vu v2; alias vd v0; fov 95"
    alias v2 "alias vu v3; alias vd v1; fov 100"
    alias v3 "alias vu v4; alias vd v2; fov 105"
    alias v4 "alias vu v5; alias vd v3; fov 110"
    alias v5 "alias vu v6; alias vd v4; fov 115"
    alias v6 "alias vu v7; alias vd v5; fov 120"
    alias v7 "alias vu v8; alias vd v6; fov 125"
    alias v8 "alias vd v7; fov 130"
    v0
    bind uparrow "vu"
    bind downarrow "vd"



Advertisement