Black Mesa

Black Mesa

View Stats:
Is it possible to toggle zoom on crossbow and revolver?
What I mean is, i want to press right click for zoom then press right click again to unzoom. Currently i have to hold right click for zoom and release it for unzoom
< >
Showing 1-3 of 3 comments
gru Apr 2, 2021 @ 7:01am 
It is possible with console commands, however this config may mess up some things, such as the MP5 grenade.

That said, navigate to Black Mesa/bms/config folder and open your autoexec file, then type those commands in:
alias t_zoom "zoom1"
alias zoom1 "+attack2; alias t_zoom zoom2"
alias zoom2 "-attack2; alias t_zoom zoom1"
bind "MOUSE2" "t_zoom"

Then, open your game and write exec autoexec.cfg to the console.

You may want to use a different button other than the mouse2 for this purpose if you do not want it to mess with the grenade launcher, amongst other things.
Last edited by gru; Apr 2, 2021 @ 7:04am
Bakim The Looter Apr 2, 2021 @ 7:20am 
Originally posted by Sumire:
It is possible with console commands, however this config may mess up some things, such as the MP5 grenade.

That said, navigate to Black Mesa/bms/config folder and open your autoexec file, then type those commands in:
alias t_zoom "zoom1"
alias zoom1 "+attack2; alias t_zoom zoom2"
alias zoom2 "-attack2; alias t_zoom zoom1"
bind "MOUSE2" "t_zoom"

Then, open your game and write exec autoexec.cfg to the console.

You may want to use a different button other than the mouse2 for this purpose if you do not want it to mess with the grenade launcher, amongst other things.
Thank you
Vassago Rain Apr 2, 2021 @ 12:10pm 
An easier way is to make a bind for the toggle_zoom function.
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Apr 2, 2021 @ 6:45am
Posts: 3