D
dubcast
Guest
Anyone know where to get some key binds for hl2 dm? Maybe a jump+duck script so I can actually jump over something?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Gdawg!!-! said:your only hurting yourself if you duck in dm.
Gdawg!!-! said:your only hurting yourself if you duck in dm.
Dario D. said:Numpad, baby
...especially if you're having trouble crouching in mid-jump to get through windows n' stuff.
alias +zattack "-zoom;+attack"
alias -zattack "-attack;+zoom"
alias +zattack2 "-zoom;+attack2"
alias -zattack2 "-attack2;+zoom"
alias zoomon "+zoom;bind mouse1 +zattack;bind mouse2 +zattack2;bind z zoomoff"
alias zoomoff "-zoom;bind mouse1 +attack;bind mouse2 +attack2;bind z zoomon"
bind z "zoomon"
bind 1 "slot1;zoomoff"
bind 2 "slot2;zoomoff"
bind 3 "slot3;zoomoff"
bind 4 "slot4;zoomoff"
bind 5 "slot5;zoomoff"
bind 6 "slot6;zoomoff"
bind 7 "slot7;zoomoff"
bind 8 "slot8;zoomoff"
bind 9 "slot9;zoomoff"
bind 0 "slot0;zoomoff"
Hard said:in your config.cfg
---
alias +duckjump "+duck; +jump"
alias -duckjump "-duck; -jump"
bind ''space'' ''+duckjump''
---
Of course you can change space for any key..