Advertisement
nelex5000

My CS 1.6 Config [15/09/2023 23:32]

Dec 5th, 2021 (edited)
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. name Nelex
  2.  
  3. // -gl in launch options to force run the game with OpenGL
  4.  
  5. Stuff list
  6. / 1. Binds
  7. // 2. Buy binds
  8. /// 3. Unbinds
  9. //// 4. Crosshair
  10. ///// 5. Viewmodel + cl_bob
  11. ////// 6. Hud + Radar
  12. /////// 7. Mouse
  13. //////// 8. Network
  14. ///////// 9. Netgraph
  15. ////////// 10. General Video Settings
  16. /////////// 11. Sound
  17. //////////// 12. Other
  18. ///////////// 13. Custom Commands
  19.  
  20. --------------------------------------------------------------- [1.] BINDS
  21.  
  22. bind "w" "+forward"
  23. bind "a" "+moveleft"
  24. bind "s" "+back"
  25. bind "d" "+moveright"
  26. bind "e" "+use"
  27. bind "c" "+duck"
  28. bind "m" "teammenu"
  29. bind "p" "toggleconsole"
  30. bind "r" "+reload"
  31. bind "g" "drop"
  32. bind "shift" "+speed"
  33. bind "y" "messagemode"
  34. bind "u" "messagemode2"
  35. bind "MOUSE1" "+attack"
  36. bind "MOUSE2" "+attack2"
  37. bind "1" "slot1"
  38. bind "2" "slot2"
  39. bind "3" "slot3"
  40. bind "4" "slot4"
  41. bind "5" "slot5"
  42. bind "k" "+voicerecord"
  43. bind "TAB" "+showscores"
  44. bind "b" "buy"
  45. bind "m" "teammenu"
  46. bind "leftarrow" "cl_righthand 0"
  47. bind "rightarrow" "cl_righthand 1"
  48. bind "uparrow" "volume 0.1"
  49. bind "downarrow" "llv"
  50. bind "h" "noclip"
  51. bind "x" "use weapon_smokegrenade"
  52. bind "q" "use weapon_flashbang"
  53. bind "j" "+spray"
  54. bind "mwheelup" "+jump"
  55. bind "mwheeldown" "+jump"
  56. bind "space" "+jump"
  57.  
  58. --------------------------------------------------------------- [2.] BUY BINDS
  59.  
  60. bind "KP_PGUP" "secammo"
  61. bind "KP_RIGHTARROW" "flash"
  62. bind "KP_PGDN" "hegren"
  63. bind "KP_DOWNARROW" "sgren"
  64. bind "KP_UPARROW" "primammo"
  65. bind "KP_5" "m4a1; ak47"
  66. bind "KP_LEFTARROW" "aug; sg552"
  67. bind "KP_HOME" "famas; defender"
  68. bind "KP_MINUS" "vest"
  69. bind "KP_PLUS" "awp"
  70. bind "KP_ENTER" "vesthelm; vest"
  71. bind "KP_DEL" "defuser"
  72. bind "KP_INS" "nighthawk; deagle"
  73. bind "KP_MULTIPLY" "fiveseven"
  74. bind "KP_END" "mac10; tmp"
  75. bind "à" "primammo"
  76. bind "ù" "secammo"
  77.  
  78. --------------------------------------------------------------- [3.] UNBINDS
  79.  
  80. unbind "F4"
  81. unbind "F5"
  82. unbind "F6"
  83. unbind "F7"
  84. unbind "F8"
  85. unbind "F9"
  86. unbind "F10"
  87. unbind "6"
  88. unbind "O"
  89. unbind "["
  90. unbind "]"
  91. unbind "'"
  92. unbind "`"
  93. unbind ","
  94. unbind "."
  95. unbind "/"
  96. unbind "-"
  97. unbind "="
  98. unbind "CTRL"
  99. unbind "ALT"
  100. unbind "DEL"
  101. unbind "ESCAPE"
  102. unbind "INS"
  103. unbind "END"
  104. unbind "PGUP"
  105. unbind "PGDN"
  106. unbind "PAUSE"
  107. unbind "ENTER"
  108. unbind "MOUSE3"
  109. unbind "MOUSE4"
  110. unbind "MOUSE5"
  111. unbind "6"
  112. unbind "7"
  113. unbind "8"
  114. unbind "9"
  115. unbind "0"
  116. unbind "f"
  117. unbind "l"
  118. unbind "z"
  119. unbind "V"
  120. unbind "t"
  121. unbind "N"
  122.  
  123. --------------------------------------------------------------- [4.] Crosshair
  124.  
  125. cl_crosshair_size small
  126. cl_dynamiccrosshair 0
  127. cl_observercrosshair 0
  128. cl_crosshair_color
  129. crosshair 1
  130.  
  131. --------------------------------------------------------------- [5.] Viewmodel + cl_bob
  132.  
  133. r_drawviewmodel 1
  134. cl_bob 0.01
  135. cl_bobup 0
  136. cl_bobcycle 1
  137.  
  138. --------------------------------------------------------------- [6.] HUD + Radar
  139.  
  140. drawradar
  141. hud_fastswitch 1
  142. hud_deathnotice_time 5
  143. hud_saytext_time 10
  144. hud_drawhistory_time 5
  145. hud_centerid 1
  146. cl_radartype 1
  147. con_color 255 255 255
  148.  
  149. --------------------------------------------------------------- [7.] Mouse
  150.  
  151. sensitivity 2.2
  152. zoom_sensitivity_ratio 1
  153. m_filter 0
  154. m_rawinput 1
  155. m_mousethread_sleep 10
  156. m_mouseaccel2 0
  157. m_mouseaccel1 0
  158. m_mousespeed 0
  159. m_customaccel_exponent 0
  160. m_customaccel_scale 0
  161. m_customaccel_max 0
  162. m_customaccel 0
  163. joystick 0
  164. joystick_force_disabled 1
  165. joystick_force_disabled_set_from_options 1
  166.  
  167. --------------------------------------------------------------- [8.] Network
  168.  
  169. // clcmdrate Has to be +5 of your fps max.
  170. // exinterp Always 1 divided by your updaterate.
  171. // clsmoothtime, nosmooth and vsmoothing Makes players look choppy but shows actual positions instead of estimated.
  172. rate 25000
  173. sv_lan_rate 20000
  174. cl_cmdrate 101
  175. cl_updaterate 101
  176. ex_interp 0
  177. cl_allowdownload 0
  178. cl_smoothtime 0
  179. cl_nosmooth 1
  180. cl_vsmoothing 0
  181. cl_lw 1
  182. cl_dlmax
  183.  
  184. --------------------------------------------------------------- [9.] Netgraph
  185.  
  186. net_graph 1
  187. cl_showfps 1
  188.  
  189. --------------------------------------------------------------- [10.] General Video Settings
  190.  
  191. fps_max 101
  192. fps_override 1
  193. brightness 3
  194. fastsprites 2
  195. cl_weather 0
  196. cl_shadows 1
  197. cl_minmodels 1
  198. r_dynamic 0
  199. r_norefresh 0
  200. r_traceglow 1
  201. max_shells 0
  202. max_smokepuffs 0
  203. gl_cull 1
  204. gl_clear 0
  205. gl_wateramp 0
  206. gl_texturemode "GL_LINEAR"
  207. gl_spriteblend 0
  208. gl_smoothmodels 0
  209. gl_ansio 4
  210. gl_vsync 0
  211. gl_max_size 256
  212. gl_spriteblend 0
  213. gl_flipmatrix 0
  214. mp_decals 1
  215.  
  216. --------------------------------------------------------------- [11.] Sound
  217.  
  218. volume 0.1
  219. voice_scale 0.1
  220. s_automax_distance 30
  221. _snd_mixahead 0.1
  222.  
  223. --------------------------------------------------------------- [12.] Other
  224.  
  225. viewsize 120
  226. _cl_autowepswitch 0
  227. setinfo "_vgui_menus" "0"
  228.  
  229. --------------------------------------------------------------- [13.] Custom Commands (Aliases)
  230.  
  231. alias c "clear"
  232. alias dc "disconnect; c"
  233. alias rq "quit"
  234. alias lv "volume 0.01; c"
  235. alias llv "volume 0.004; c"
  236. alias v "volume 0.1; c"
  237. alias +jumpthrow "+jump;-attack"
  238. alias -jumpthrow "-jump"
  239. alias +crouchjump "+jump; +duck"
  240. alias -crouchjump "-jump; -duck"
  241. alias +jt "+jump;-attack"
  242. alias -jt "-jump"
  243. alias +cj "+jump; +duck"
  244. alias -cj "-jump; -duck"
  245. alias net "net_graph 1; clear"
  246. alias nonet "net_graph 0; clear"
  247. alias +LJ "+duck; +jump; -forward; -back"
  248. alias -LJ "-duck; -jump;"
  249. alias +VLJ "+jump; -forward; -back"
  250. alias -VLJ "-duck; -jump;"
  251.  
  252. --------------------------------------------------------------- End
  253.  
  254. clear
  255.  
  256. echo CONFIG EXECUTED!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement