Langerd Posted February 27, 2015 Share Posted February 27, 2015 I want to make a zoom effect like in the counter strike with AUG weapon. But i dont know how to make it work with only one button.I want to make for example: I press ,,Z" button and the cg_fov change to 40. Than i want to get back to normal position by pressing ,,Z" again. Only using one button i will have a small ability to zoom in and out. How to make a CFG of this? (The metod is just - bind z exec scope Link to comment
Solution Langerd Posted February 27, 2015 Author Solution Share Posted February 27, 2015 NEVERMIND ! I just made it Link to comment
mrwonko Posted February 28, 2015 Share Posted February 28, 2015 In the interest of people having the same problem in the future, why don't you share your solution? Link to comment
Clan FJA Posted February 28, 2015 Share Posted February 28, 2015 like that :http://jkhub.org/files/file/2184-run-and-walk-scripts/ You must create two cfg. One which change fov to 40 and bind the other cfg.The second change fov to 100 and bind the first cfg. just edit scripts and replace seta cl_run "0" with "cg_fov 40" or "cg_fov 100" Link to comment
ensiform Posted February 28, 2015 Share Posted February 28, 2015 With OpenJK you would only need one bind. bind SOMEKEY "toggle cg_fov 40 100" Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now