bindings in config file
viktor89
Join Date: 2013-03-05 Member: 183711Members
Hey all
I am trying to achieve (what I thought would be relatively simple) jump-binding on mouse up/down as well as jump. I simply can't figure out where I could put such "extra" bindings - ie. which files to edit?
I read through this topic but I think it is outdated and does not apply anymore.
Can somebody in here be specific as to what I should write and in which files?
Thanks in advance !
I am trying to achieve (what I thought would be relatively simple) jump-binding on mouse up/down as well as jump. I simply can't figure out where I could put such "extra" bindings - ie. which files to edit?
I read through this topic but I think it is outdated and does not apply anymore.
Can somebody in here be specific as to what I should write and in which files?
Thanks in advance !
Comments
HOWEVER, you can queue up your jumps, if you press jump and hold it while in the air. Additionally, if you have trouble as a skulk walljumping, try holding control down - this way you dont stick to any surface.
Did this help?
Sory, I ment:
Well, for skulks you can sort of bunny-hop on walls etc. So this is where MouseWheel-jump could be useful
It is the technique I am using for now, but coming from CSGO I am just so very used to jump being bound multiple places
and create a text file with the following content:
Space::WheelDown
then rename the extension to .ahk instead of .txt and run it with autohotkey, done.