Guest User

Untitled

a guest
Jul 11th, 2018
10,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. //FRANZJ CONFIG 2018
  2.  
  3. //TABLE OF CONTENTS
  4.  
  5. //MOUSE
  6.  
  7. //KEYBOARD
  8.  
  9. //VIEWMODEL
  10.  
  11. //CROSSHAIR
  12.  
  13. //HUD
  14.  
  15. //ALIASES
  16.  
  17. //SOUND
  18. //VOICE
  19.  
  20. //OPTIMIZATION
  21. //GRAPHICS
  22.  
  23. //ETC
  24.  
  25. //CHAT BINDS
  26.  
  27. ///////////////////////////////////////////
  28. ///////////////////////////////////////////
  29. ///////////////////////////////////////////
  30.  
  31. unbindall
  32.  
  33. //MOUSE
  34.  
  35. sensitivity "2"
  36.  
  37. bind "MOUSE1" "+attack"
  38. bind "MOUSE2" "+attack2"
  39.  
  40. bind mwheeldown "+jump"
  41. bind mwheelup "+jump"
  42.  
  43. m_rawinput "1"
  44. m_mousespeed "0"
  45. m_customaccel "0"
  46.  
  47. bind "mouse4" "+voicerecord"
  48.  
  49. //KEYBOARD
  50.  
  51. //DIRECTIONAL
  52.  
  53. bind "w" "+forward"
  54. bind "s" "+back"
  55. bind "a" "+moveleft"
  56. bind "d" "+moveright"
  57. bind "ctrl" "+duck"
  58. bind "shift" "+walk"
  59.  
  60. //INTERACT/SELECT
  61.  
  62. bind "r" "+reload"
  63. bind "e" "+use"
  64. bind "g" "drop"
  65. bind "q" "lastinv"
  66. bind "1" "slot1"
  67. bind "2" "slot2"
  68. bind "3" "slot3"
  69. bind "4" "slot4"
  70. bind "5" "slot5"
  71.  
  72. //CHAT
  73.  
  74. bind "y" "chat"
  75.  
  76. //VIEWMODEL
  77.  
  78. viewmodel_offset_x 2
  79. viewmodel_offset_y -2
  80. viewmodel_offset_z -2
  81. viewmodel_fov 68
  82. cl_righthand 1
  83. cl_bobcycle 0
  84. cl_bobamt_vert 0
  85. cl_bob_lower_amt 0
  86. cl_bobamt_lat 0
  87.  
  88. //CROSSHAIR
  89.  
  90. cl_crosshairalpha "255"
  91. cl_crosshaircolor_r "0"
  92. cl_crosshaircolor_g "250"
  93. cl_crosshaircolor_b "10"
  94. cl_crosshairdot "0"
  95. cl_crosshairgap ".1"
  96. cl_crosshair_t "0"
  97. cl_crosshairsize "2"
  98. cl_crosshairstyle "4"
  99. cl_crosshairusealpha "1"
  100. cl_crosshairthickness ".2"
  101. cl_crosshair_drawoutline "0"
  102. cl_crosshair_outlinethickness "0"
  103. cl_crosshairgap_useweaponvalue "0"
  104. cl_crosshair_sniper_width "1"
  105.  
  106.  
  107. //HUD
  108.  
  109. cl_use_opens_buy_menu 0
  110. cl_showloadout 1
  111. sv_steamgroup 1
  112.  
  113. //ALIASES
  114.  
  115. alias dm "ignorerad; ignoremsg; voice_enable 0"
  116. alias dc "disconnect"
  117.  
  118. bind "tab" "+_scoregraph"
  119. alias "+_scoregraph" "+showscores; net_graphheight 0;"
  120. alias "-_scoregraph" "-showscores; net_graphheight 2000;"
  121.  
  122. alias "+jumpthrow" "+jump;drop;-attack"
  123. alias "-jumpthrow" "-jump"
  124. bind "c" "+jumpthrow"
  125.  
  126. //SOUND
  127.  
  128. //VOICE
  129.  
  130. voice_enable "1"
  131. volume "1"
  132. voice_scale "1"
  133. cl_mute_enemy_team = 0
  134.  
  135. mm_dedicated_search_maxping 350
  136.  
  137. //BUY
  138.  
  139. bind "l" "buy vest; buy vesthelm;buy decoy; buy deagle; buy awp"
  140. bind "k" "buy vest; buy vesthelm;buy decoy; buy deagle; buy ak47"
  141.  
  142. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment