Advertisement
Guest User

Untitled

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