Quake Live online config generator quake live twitter quake live rss

Quake Live Community Forum » General Forums » General Chat

Cooperation of zoom

(2 posts)
  1. aphlA

    Bring it on
    Joined: Aug '09
    Posts: 5

    Hello, I've got a little problem.
    Ive got 2 Zoomkeys

    bind "B" "vstr zoomin"
    bind SPACE "vstr zoomin2"
    set zoomin "cg_fov 70; sensitivity 12,6; bind B vstr zoomout"
    set zoomout "cg_fov 100; sensitivity 18; bind B vstr zoomin"
    set zoomin2 "cg_fov 50; sensitivity 9; bind "Space" vstr zoomout2"
    set zoomout2 "cg_fov 100; sensitivity 18; bind "Space" vstr zoomin2"

    The single zooms work fine. But they dont work together
    for example:
    when i zoom with cg_fov 50 and then I switch to cg_fov 70. I want that Space sets both commands to the normal fov. The problem is when i activate both zooms, I have to press both buttons but I want to press one. I've already tried a few things but they didn't work. So it would be nice if you could give me a line for zoomout which works for zoomin and zoomin2.

    Thanks

    aphlA

    Posted 10 months ago #
  2. urtier

    Fragmeat
    Joined: Mar '10
    Posts: 1

    sensitivity 12,6 should not work I thought u have to use a "." for decimals..

    bind B "vstr zoomin"
    bind SPACE "vstr zoomin2"
    set zoomin "cg_fov 70; sensitivity 12.6; bind B vstr zoomout"
    set zoomin2 "cg_fov 50; sensitivity 9; bind SPACE vstr zoomout"
    set zoomout "cg_fov 100; sensitivity 18; bind B vstr zoomin; bind SPACE vstr zoomin2"

    why use 2 buttons? Here you have a 3 state toggle:

    bind SPACE "vstr myzoom"
    set myzoom "vstr zoom1"
    set zoom1 "cg_fov 70; sensitivity 12.6; set myzoom vstr zoom2"
    set zoom2 "cg_fov 50; sensitivity 9; set myzoom vstr zoomoff"
    set zoomoff "cg_fov 100; sensitivity 18; set myzoom vstr zoom1"

    first press: fov 70, second press: fov 50, third press: fov 100
    if you want to reset from any fov and set the spacebar to reset:
    bind b "vstr zoomoff; set myzoom vstr zoom1"

    thats it, hope it helps

    Posted 5 months ago #

Reply

You must log in to post.