Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. // repositions the gunmodel to mimic CSS more closely.
  2.  
  3. // removes the shifting of the arm when crouching down.
  4.  
  5. cl_viewmodel_shift_left_amt "0"
  6. cl_viewmodel_shift_right_amt "0"
  7. m_mousespeed 0
  8. m_mouseaccel 0
  9.  
  10. ////
  11.  
  12.  
  13.  
  14. // removes the bobbing of the weapon back and forth, when you run.
  15.  
  16. cl_bob_lower_amt "0"
  17. cl_bobamt_lat "0"
  18. cl_bobamt_vert "0"
  19.  
  20. // scales the HUD depending on what resolution you use, 1 is max.
  21.  
  22. hud_scaling "1"
  23.  
  24. // lowers delay between sounds.
  25.  
  26. snd_mixahead "0.05"
  27. snd_musicvolume "0"
  28. snd_headphone_pan_exponent "2"
  29. snd_headphone_pan_radial_weight "2
  30. snd_legacy_surround "0"
  31. snd_pitchquality "1"
  32. dsp_enhance_stereo "0"
  33.  
  34.  
  35. // sets interpolation values.
  36.  
  37. cl_interp "0"
  38. cl_interp_ratio "1"
  39.  
  40.  
  41. // usual rate commands
  42.  
  43. cl_cmdrate "128"
  44. cl_updaterate "128"
  45. rate "128000"
  46.  
  47. r_drawtracers_firstperson 1
  48.  
  49.  
  50. // causes the scope to move less while moving scoped and reduces bobbing effect
  51.  
  52. cl_bobcycle "2"
  53.  
  54. fps_max 999
  55. cl_showfps 1
  56.  
  57. cl_radar_scale "0.5"
  58. cl_radar_rotate "1"
  59. closeonbuy "1"
  60. cl_forcepreload "1"
  61. cl_showhelp 0
  62. cl_lagcompensation "1"
  63. cl_predictweapons "1"
  64. cl_resend "6"
  65. cl_timeout "9999999"
  66. r_dynamic "0"
  67. r_eyegloss "0"
  68. r_eyemove "0"
  69. r_eyeshift_x "0"
  70. r_eyeshift_y "0"
  71. r_eyeshift_z "0"
  72. r_eyesize "0"
  73. muzzleflash_light "0"
  74. sys_antialiasing "0"
  75. sys_aspectratio "-1"
  76. sys_refldetail "0"
  77. mat_queue_mode 2
  78.  
  79.  
  80. ////////
  81. cl_autowepswitch "0"
  82.  
  83. voice_mixer_volume "0.80"
  84.  
  85. unbind "g"
  86. alias "+jumpthrow" "+jump;-attack"
  87. alias "-jumpthrow" "-jump"
  88. bind g "+jumpthrow"
  89.  
  90. unbind "v"
  91. alias "+jumpthrow2" "+forward;+jump;-attack"
  92. alias "-jumpthrow2" "-jump;-forward"
  93. bind v +jumpthrow2
  94.  
  95.  
  96. ECHO ================================================
  97. ECHO ===[ Shroud Autoexec CFG loaded! ]=====
  98. ECHO ===[ Goodluck have fun! ]=====
  99. ECHO ================================================
  100.  
  101. //////////////
  102.  
  103. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement