Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1.  
  2.  
  3.  
  4. //Viewmodel
  5.  
  6. cl_bob_lower_amt "0"
  7. cl_viewmodel_shift_left_amt "0"
  8. cl_viewmodel_shift_right_amt "0"
  9. cl_bobamt_lat "0"
  10. cl_bobamt_vert "0"
  11.  
  12.  
  13.  
  14. //netsettings
  15. rate "128000"
  16. cl_cmdrate "128"
  17. cl_updaterate "128"
  18. cl_interp "0"
  19. cl_interp_ratio "1"
  20. cl_allowdownload "0"
  21. cl_allowupload "0"
  22.  
  23.  
  24.  
  25.  
  26. cl_viewmodel_shift_left_amt "0.5" // Reduce gun shifting when crouching
  27. cl_viewmodel_shift_right_amt "0.5" // Reduce gun shifting when crouching
  28. cl_bob_lower_amt "0 // Wackeln der Waffe beim laufen reduzieren
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. //alias
  37. alias "rr" "mp_restartgame 1; rcon mp_restartgame 1"
  38. alias "hold" "mp_pause_match 1; rcon mp_pause_match 1"
  39. alias "unhold" "mp_unpause_match 1; rcon mp_unpause_match 1"
  40. alias "cache" "changelevel de_cache; rcon changelevel de_cache"
  41. alias "dust2" "changelevel de_dust2; rcon changelevel de_dust2"
  42. alias "inferno" "changelevel de_inferno; rcon changelevel de_inferno"
  43. alias "mirage" "changelevel de_mirage; rcon changelevel de_mirage"
  44. alias "nuke" "changelevel de_nuke; rcon changelevel de_nuke"
  45. alias "season" "changelevel de_season; rcon changelevel de_season"
  46. alias "train" "changelevel de_train; rcon changelevel de_train"
  47.  
  48.  
  49.  
  50.  
  51. //sound
  52. voice_enable "1"
  53. windows_speaker_config "1"
  54. snd_legacy_surround "0"
  55. snd_musicvolume "0"
  56.  
  57.  
  58. snd_mixahead 0.05
  59. snd_headphone_pan_exponent 1
  60. snd_headphone_pan_radial_weight 0
  61. snd_front_headphone_position 90
  62. snd_rear_headphone_position 90
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. // causes the scope to move less while moving scoped and reduces bobbing effect
  76. cl_bobcycle "2"
  77.  
  78.  
  79.  
  80.  
  81.  
  82. //Scripts
  83.  
  84.  
  85. cl_lagcompensation 1
  86.  
  87.  
  88.  
  89.  
  90. cl_autowepswitch 0
  91.  
  92.  
  93. clear
  94. ECHO ================================================
  95. ECHO ===[ Hailstorm Autoexec CFG loaded! ]=====
  96. ECHO ===[ Goodluck have fun! ]=====
  97. ECHO ================================================
  98.  
  99. echo "bug:remove any displaying bugs"
  100. alias "bug" "record bugremovrcrd;stop"
  101.  
  102. //write
  103. host_writeconfig
  104.  
  105.  
  106. clear
  107. ECHO ================================================
  108. ECHO ===[ Hailstorm Autoexec CFG loaded! ]=====
  109. ECHO ===[ Goodluck have fun! ]=====
  110. ECHO ================================================
  111.  
  112. ECHO Write "bug" into the console to remove any display bugs!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement