Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. // Crosshair
  2. cl_crosshairsize 5
  3. cl_crosshairgap -10
  4. cl_crosshairthickness 0.75
  5. cl_crosshairalpha 255
  6.  
  7. //Viewmodel
  8. viewmodel_presetpos 4
  9. viewmodel_offset_x "-2"
  10. viewmodel_offset_y "2"
  11. viewmodel_offset_z "-2"
  12. cl_bob_lower_amt "0"
  13. cl_viewmodel_shift_left_amt "0"
  14. cl_viewmodel_shift_right_amt "0"
  15. cl_bobamt_lat "0"
  16. cl_bobamt_vert "0"
  17.  
  18.  
  19.  
  20. //netsettings
  21. rate "128000"
  22. cl_cmdrate "128"
  23. cl_updaterate "128"
  24. cl_interp "0"
  25. cl_interp_ratio "1"
  26. cl_allowdownload "0"
  27. cl_allowupload "0"
  28.  
  29.  
  30. cl_disablehtmlmotd 1 // HTML Nachricht von Servern deaktivieren
  31. cl_hud_playercount_showcount 1 // Avatare ausblenden
  32.  
  33. cl_showfps 0 //Fps anzeigen (aus)
  34.  
  35.  
  36.  
  37.  
  38.  
  39. cl_viewmodel_shift_left_amt "0.5" // Reduce gun shifting when crouching
  40. cl_viewmodel_shift_right_amt "0.5" // Reduce gun shifting when crouching
  41. cl_bob_lower_amt "0 // Wackeln der Waffe beim laufen reduzieren
  42.  
  43. // BUYSCRIPT+++++++++++++++++++++++++++++++++++++++
  44.  
  45. alias "m4a1/ak47" "buy m4a1;buy ak47"
  46. alias "aug/sg556" "buy aug;buy sg556"
  47. alias "galilar/famas" "buy galilar;buy famas"
  48. alias "g3sg1/scar20" "buy g3sg1; buy scar20"
  49. alias "vesthelm/vest" "buy vesthelm;buy vest"
  50. alias "incgrenade/molotov" "buy incgrenade;buy molotov"
  51. alias "tec9/autopist" "buy tec9"
  52.  
  53. bind "KP_INS" "vesthelm/vest"
  54. bind "KP_DEL" "buy defuser"
  55. bind "KP_END" "m4a1/ak47"
  56. bind "KP_DOWNARROW" "galilar/famas"
  57. bind "KP_PGDN" "buy awp"
  58. bind "KP_5" "buy deagle"
  59. bind "KP_RIGHTARROW" "buy tec9"
  60. bind "KP_ENTER" "buy hegrenade"
  61. bind "KP_PLUS" "buy flashbang"
  62. bind "KP_MINUS" "buy smokegrenade"
  63. bind "-" "buy decoy"
  64. bind "KP_MULTIPLY" "incgrenade/molotov"
  65. bind "*" "incgrenade/molotov"
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. //alias
  74. alias "rr" "mp_restartgame 1; rcon mp_restartgame 1"
  75. alias "hold" "mp_pause_match 1; rcon mp_pause_match 1"
  76. alias "unhold" "mp_unpause_match 1; rcon mp_unpause_match 1"
  77. alias "cache" "changelevel de_cache; rcon changelevel de_cache"
  78. alias "dust2" "changelevel de_dust2; rcon changelevel de_dust2"
  79. alias "inferno" "changelevel de_inferno; rcon changelevel de_inferno"
  80. alias "mirage" "changelevel de_mirage; rcon changelevel de_mirage"
  81. alias "nuke" "changelevel de_nuke; rcon changelevel de_nuke"
  82. alias "season" "changelevel de_season; rcon changelevel de_season"
  83. alias "train" "changelevel de_train; rcon changelevel de_train"
  84.  
  85.  
  86. //Damage anzeigen (aus)
  87. Developer "0"
  88. con_filter_text "Damage"
  89. con_filter_text_out "Player:"
  90. con_filter_enable "0"
  91.  
  92.  
  93.  
  94. //sound
  95. voice_enable "1"
  96. windows_speaker_config "1"
  97. snd_legacy_surround "0"
  98. snd_mixahead "0.05"
  99. snd_headphone_pan_exponent "2"
  100. snd_headphone_pan_radial_weight "2"
  101. snd_stereo_speaker_pan_exponent "2"
  102. snd_stereo_speaker_pan_radial_weight "0"
  103.  
  104.  
  105.  
  106. cl_downloadfilter "nosounds" //Download-Filter
  107. cl_loadout_colorweaponnames "1" //Farbe der Waffen(skins) anzeigen
  108. cl_predictweapons "1" //Vorladen von Waffeneffekkte Clientside
  109. cl_disablefreezecam "1" //Killcam direkt anzeigen
  110. gameinstructor_enable "0" // Tutorial deaktivieren
  111. player_nevershow_communityservermessage "0" //deaktiviert pop-up Meldungen
  112. bot_chatter "off" //keine Radio Commands von Bots hören
  113.  
  114.  
  115. // removes the bobbing of the weapon back and forth, when you run.
  116.  
  117. cl_bob_lower_amt "0"
  118. cl_bobamt_lat "0"
  119. cl_bobamt_vert "0"
  120.  
  121. // scales the HUD depending on what resolution you use, 1 is max.
  122.  
  123. hud_scaling "1"
  124.  
  125. // Sound 2
  126. snd_mixahead "0.05"
  127. snd_musicvolume "0"
  128. snd_headphone_pan_exponent "2"
  129. snd_headphone_pan_radial_weight "2
  130. snd_legacy_surround "0"
  131. snd_pitchquality "1"
  132. dsp_enhance_stereo "0"
  133.  
  134.  
  135.  
  136. // causes the scope to move less while moving scoped and reduces bobbing effect
  137.  
  138. cl_bobcycle "2"
  139.  
  140. fps_max 600 // max. fps
  141. fps_max_menu 500 //max fps im menu
  142.  
  143.  
  144. cl_radar_scale "0.4" //größe der karte auf dem radar
  145. cl_radar_rotate "1" //radar mitdrehen
  146.  
  147.  
  148. //Scripts
  149. unbind mwheeldown
  150. bind "mwheeldown" "+jump"
  151.  
  152. unbind v
  153. alias "+jumpthrow" "+jump;-attack"
  154. alias "-jumpthrow" "-jump"
  155. bind "v" "+jumpthrow"
  156.  
  157.  
  158. mat_hdr_enabled 0
  159. cl_lagcompensation 1
  160.  
  161. cl_bobamt_lat "0.1"
  162. cl_bobamt_vert "0.1"
  163. cl_bobcycle "2"
  164.  
  165.  
  166. mat_setvideomode 1280 1024 0
  167.  
  168.  
  169. cl_autowepswitch 0
  170. cl_righthand 0
  171.  
  172.  
  173. clear
  174. ECHO ================================================
  175. ECHO ===[ Hailstorm Autoexec CFG loaded! ]=====
  176. ECHO ===[ Goodluck have fun! ]=====
  177. ECHO ================================================
  178.  
  179. echo "bug:remove any displaying bugs"
  180. alias "bug" "record bugremovrcrd;stop"
  181.  
  182. //write
  183. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement