Advertisement
IssouLinux

CSS autoexec.cfg

May 21st, 2024 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. // SeiferGamer57 Autoexec | Counter-Strike Source
  2.  
  3. // Steam launch options
  4. // -novid fps_max 162 -console
  5.  
  6. //Mouse options
  7. //2000 DPI
  8. //Mouse sensitivity in-game: 0.25
  9. sensitivity "0.25"
  10. //Cougar Minos XC: 5/ms - 35 clicks
  11.  
  12.  
  13. // Displays start message.
  14.  
  15. echo | ______________________________________
  16. echo | < Loading SeiferGamer57's userconfig.cfg >
  17. echo | --------------------------------------
  18. echo | \
  19. echo | \
  20. echo | .--.
  21. echo | |o_o |
  22. echo | |:_/ |
  23. echo | // \ \
  24. echo | (| | )
  25. echo | /'\_ _/`\
  26. echo | \___)=(___/
  27.  
  28.  
  29. // Réglages de la console
  30. developer "0"
  31. cl_showerror "0"
  32.  
  33. // Paramètres graphiques
  34. cl_radartype "1" // Changes radar from transparent to solid. 0 is transparent, 1 is solid.
  35. crosshair "0"
  36. r_dynamic "1" // Toggles dynamic lighting. 0 is off,1 is on.
  37. mp_decals "300" // It sets the maximum decals (Spray logo, bullet holes, grenade scorch, blood on ground) VISIBLE on the screen.
  38. r_decals "300" // It sets the decals (Spray logo, bullet holes, grenade scorch, blood on ground) limit. If higher than mp_decals, it will be set to mp_decals value (It's reset to mp_decals value when connecting to server). It's not the same as mp_decals.
  39.  
  40. // Paramètres audio
  41. volume "1.0" // Ajuste le volume général
  42. voice_scale "0.5" // Ajuste le volume de la communication vocale
  43.  
  44. // Paramètres réseau optimisés
  45. rate "786432" // Max bytes/sec the host can receive data
  46. cl_cmdrate "162" // Max number of command packets sent to server per second
  47. cl_updaterate "162" // Number of packets per second of updates you are requesting from the server
  48. cl_interp_ratio "1"
  49. cl_interp "0"
  50. cl_lagcompensation "1"
  51.  
  52.  
  53. // Paramètres de jeu
  54. sensitivity "0.25"
  55. zoom_sensitivity_ratio "1.0"
  56. cl_showfps "0"
  57. cl_righthand "1"
  58. hud_fastswitch "1"
  59. cl_smoothtime "0" // Si tu veux que les mouvements des joueurs soient plus fluides, tu peux régler cette variable à une valeur supérieure à 0. Cela entraînera une interpolation des positions des joueurs, ce qui peut donner une apparence plus fluide, mais peut introduire un léger décalage par rapport à la position réelle des joueurs.
  60. m_rawinput "1"
  61. m_filter "0" // Disables mouse filtering
  62. fps_max "162"
  63.  
  64. bind "mouse5" "slot1"
  65. bind "mouse4" "slot2"
  66. bind "z" "+forward"
  67. bind "a" "use weapon_knife"
  68. bind "s" "+back"
  69. bind "d" "+moveright"
  70. bind "q" "+moveleft"
  71. bind "v" "slot4"
  72. bind "b" "buymenu"
  73. bind "CTRL" "drop"
  74. bind "F4" "rebuy"
  75. bind "i" "ignorerad; stopsound" // Mute all voice commands (no more "Fire in the hole!")
  76. bind "TAB" "+showscores"
  77. bind "ESCAPE" "cancelselect"
  78. bind "SPACE" "+cjump"
  79. bind "1" "slot1"
  80. bind "2" "slot2"
  81. bind "3" "slot3"
  82. bind "4" "slot4"
  83. bind "5" "slot5"
  84. bind "6" "slot6"
  85. bind "7" "slot7"
  86. bind "8" "slot8"
  87. bind "9" "slot9"
  88. bind "[" "invprev"
  89. bind "]" "invnext"
  90. bind "c" "+duck"
  91. bind "d" "+moveright"
  92. bind "e" "+use"
  93. bind "KP_END" "radio1"
  94. bind "KP_DOWNARROW" "radio2"
  95. bind "KP_PGDN" "radio3"
  96. bind "r" "+reload"
  97. bind "t" "messagemode"
  98. bind "y" "messagemode2"
  99. bind "v" "slot4"
  100. bind "w" "+forward"
  101. bind "x" "+bomb"
  102. bind "," "buyammo1"
  103. bind "." "buyammo2"
  104.  
  105. //Use mouse wheel to fire quickly
  106. bind "mwheelup" "+attack"
  107. bind "mwheeldown" "+attack"
  108.  
  109. //Duckjump / Crouch-jump
  110. alias +cjump "+jump; +duck"
  111. alias -cjump "-jump; -duck"
  112. bind "space" "+cjump"
  113.  
  114.  
  115. // Buy binds
  116.  
  117. // AWP pack (minimum: 4750$)
  118. bind "f5" "buy awp; buy primammo; buy defuser; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  119. // CT pack Eco+ (minimum: 2250$)
  120. bind "f6" "buy famas; buy primammo; buy defuser; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  121. // CT pack MA41 (minimum: 3100$)
  122. bind "f7" "buy m4a1; buy primammo; buy defuser; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  123. // Terro pack Eco+ (minimum: 2000$)
  124. bind "f8" "buy galil; buy primammo; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy smokegrenade"
  125. // Terro pack AK47 (minimum: 2500$)
  126. bind "f9" "buy ak47; buy primammo; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy smokegrenade"
  127. // Terro pack SIG552 (minimum: 3500$)
  128. bind "f10" "buy sg552; buy primammo; buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy smokegrenade"
  129. // Buy kevlar + helmet + grenades
  130. bind "KP_SLASH" "buy vest; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  131. // Shotgun M3 (minimum: 1700$)
  132. bind "p" "buy m3; buy primammo; buy defuser; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  133. // Shotgun auto XM1014 (minimum: 3000$)
  134. bind "o" "buy xm1014; buy primammo; buy defuser; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang"
  135.  
  136.  
  137.  
  138. //********************************************************************
  139. // Messages binds
  140. //********************************************************************
  141.  
  142. //bind r "+reload; coverme; say_team I'm reloading, cover me!; -reload"
  143. bind "=" "say Pistol round doesn't matter anyway"
  144. bind "kp_del" "say Come hear the voices in my head! They say you wanna hurt me and they want you DEAD!!"
  145. bind "kp_ins" "say J'aime jouer au shotgun: j'ai l'impression de jouer à un boomer shooter mdr"
  146.  
  147.  
  148. //Planting the bomb:
  149. //alias +bomb "weapon_c4; +duck; +attack; wait; radio1; menuselect 1; slot10; say_team Cover me, I'm planting the bomb!"
  150. //bind "x" "+bomb"
  151.  
  152. alias +bomb "weapon_c4; +duck; +attack; wait; slot10;" "radio1;menuselect 1;say_team Cover me, I'm planting the bomb!""
  153. alias -bomb "-duck; -attack; slot10"
  154. bind "x" "+bomb"
  155.  
  156. alias +defuse "+use; radio1; menuselect 1; slot10; say_team Cover me, I'm defusing the bomb!""
  157.  
  158. //alias +defuse "+use; slot10"
  159. //alias -defuse "-use; slot10"
  160. //bind "w" "+defuse"
  161.  
  162.  
  163.  
  164.  
  165.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement