Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1.  
  2. // load the base configuration
  3. exec default.cfg
  4.  
  5. // load the last saved configuration
  6. exec config.cfg
  7.  
  8. //
  9. // stuff command line statements
  10. //
  11. stuffcmds
  12.  
  13. //-----------------------------------------------------------
  14. // Custom key bindings for this MOD
  15. bind "9" "impulse 225" // laser rifle, laser cannon, railgun
  16. bind "0" "impulse 226" // mjolnir
  17. bind "q" "impulse 227" // switch firing mode or ammo type
  18. bind "g" "impulse 22" // grappling hook
  19. alias "+qgrap" "impulse 240"
  20. alias "-qgrap" "impulse 241"
  21. bind "e" "+qgrap" // quick grapple
  22. bind "MOUSE2" "impulse 228" // secondary fire
  23. bind "mouse_right" "impulse 228" // secondary fire
  24. bind "," "impulse 229" // railgun zoom in (CSQC)
  25. bind "." "impulse 230" // railgun zoom out (CSQC)
  26. bind "n" "impulse 102" // n-rune count
  27.  
  28. // run a user script file if present
  29. exec autoexec.cfg
  30.  
  31. //uncomment the following line to disable CSQC (custom HUD)
  32. //pr_checkextension 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement