Advertisement
Guest User

Engineer Config

a guest
Aug 15th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. exec default.cfg
  2.  
  3. cl_autoreload "1"
  4.  
  5.  
  6.  
  7. alias "+primary" "slot1;+attack;-reload;viewmodel_fov 110;r_drawviewmodel 1;cl_crosshair_file "crosshair3""
  8.  
  9. alias "-primary" "-attack;+reload"
  10.  
  11.  
  12.  
  13. alias "+secondary" "slot2;+attack;-reload;viewmodel_fov 110;r_drawviewmodel 1;cl_crosshair_file "crosshair7""
  14.  
  15. alias "-secondary" "-attack;+reload"
  16.  
  17.  
  18.  
  19. alias "+wrench" "slot3;+attack;viewmodel_fov 110;r_drawviewmodel 1;cl_crosshair_file "default""
  20.  
  21. alias "-wrench" "-attack"
  22.  
  23.  
  24.  
  25. alias +rotate "+attack2; r_drawviewmodel 1"
  26. alias -rotate "-attack2"
  27.  
  28. bind "mouse1" "+primary"
  29. bind "mouse3" "+wrench"
  30. bind "mouse5" "+secondary"
  31.  
  32. bind "mouse2" "+rotate"
  33.  
  34. unbind "mouse4"
  35.  
  36. bind "w" "+mfwd"
  37. bind "s" "+mback"
  38. bind "a" "+mleft"
  39. bind "d" "+mright"
  40. bind "shift" "+duck"
  41. bind "SPACE" "+jump"
  42.  
  43. bind "1" "build 2 0"
  44. bind "2" "build 0 0"
  45. bind "3" "build 1 0"
  46. bind "4" "build 1 1"
  47. bind "5" "destroy 2 0"
  48. bind "6" "destroy 0 0"
  49. bind "7" "destroy 1 0"
  50. bind "8" "destroy 1 1"
  51.  
  52. alias +mfwd "-back;+forward;alias checkfwd +forward"
  53. alias +mback "-forward;+back;alias checkback +back"
  54. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  55. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  56. alias -mfwd "-forward;checkback;alias checkfwd none"
  57. alias -mback "-back;checkfwd;alias checkback none"
  58. alias -mleft "-moveleft;checkright;alias checkleft none"
  59. alias -mright "-moveright;checkleft;alias checkright none"
  60. alias checkfwd none
  61. alias checkback none
  62. alias checkleft none
  63. alias checkright none
  64. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement