Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. //Official WFPK Siefield CS:GO CFG - Updated/Modified 4/15/2014 by WFPK Siefield
  2. //Thanks WFPK Siefield, get_Right and Summit1G
  3.  
  4. // Crosshair(big light green crosshair)
  5. cl_crosshairalpha "400"
  6. cl_crosshaircolor "1"
  7. cl_crosshaircolor_b "0"
  8. cl_crosshaircolor_r "255"
  9. cl_crosshaircolor_g "0"
  10. cl_crosshairdot "0"
  11. cl_crosshairgap "-2"
  12. cl_crosshairsize "2"
  13. cl_crosshairstyle 2
  14. cl_crosshair_dynamic_splitdist 2
  15. cl_crosshair_dynamic_maxdist_splitratio 0
  16. cl_crosshair_dynamic_splitalpha_innermod 1
  17. cl_crosshair_dynamic_splitalpha_outermod 0.3
  18. cl_crosshair_dynamic_splitdist 2.5
  19. cl_crosshairusealpha "1"
  20. cl_crosshairthickness "1"
  21. cl_crosshair_drawoutline "1"
  22. cl_crosshair_outlinethickness "1"
  23. cl_crosshair_dynamic_maxdist_splitratio "0"
  24. cl_crosshair_dynamic_splitalpha_innermod "1"
  25. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  26. cl_crosshair_dynamic_splitdist "5"
  27.  
  28. // Viewmodel(Counter Stike Source Style for couch mode) and Movement Shifting
  29.  
  30.  
  31. //Gun Tracers - these are bad, really misleading
  32. r_drawtracers_firstperson "0"
  33.  
  34. // removes the shifting of the arm when crouching down.
  35. cl_viewmodel_shift_left_amt "0"
  36. cl_viewmodel_shift_right_amt "0"
  37.  
  38. // removes the bobbing of the weapon back and forth, when you run.
  39.  
  40. cl_bob_lower_amt "0"
  41. cl_bobamt_lat "0"
  42. cl_bobamt_vert "0"
  43.  
  44. // scales the HUD depending on what resolution you use, 1 is max.
  45.  
  46. hud_scaling "1"
  47.  
  48. // causes the scope to move less while moving scoped and reduces bobbing effect
  49.  
  50. cl_bobcycle "1.0"
  51.  
  52.  
  53. bind "KP_Home" "displaydamage"
  54.  
  55. //Displaydamage - Switch Script
  56. alias displaydamage "displaydamage_on"
  57. alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
  58. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
  59.  
  60.  
  61.  
  62.  
  63. //Sound - less delayed, better sound
  64. windows_speaker_config "1"
  65. snd_mixahead "0.05"
  66. snd_musicvolume "0"
  67. snd_headphone_pan_exponent "2"
  68. snd_headphone_pan_radial_weight "1"
  69. snd_rear_headphone_position "90"
  70. bind "\" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
  71.  
  72.  
  73. // Rates and Interpolation
  74. rate "128000"
  75. cl_cmdrate "128"
  76. cl_updaterate "128"
  77. cl_interp_ratio "1"
  78. cl_interp "0"
  79. cl_lagcompensation "1"
  80. cl_pred_optimize "2"
  81. cl_predict "1"
  82. cl_predictweapons "1"
  83. cl_smooth "0"
  84. cl_smoothtime "0"
  85. cl_wpn_sway_interp "0"
  86.  
  87. echo "Rate Settings loaded"
  88.  
  89. //MOTD - because fuck opinion
  90. cl_disablehtmlmotd "1"
  91. cl_downloadfilter "nosounds"
  92.  
  93.  
  94. // Mouse commands
  95. m_rawinput "0"
  96. m_mouseaccel1 "0"
  97. m_mouseaccel2 "0"
  98.  
  99. //Radar - radar settings + adjustment on numpad enter
  100. cl_radar_scale "0.4"
  101. cl_radar_rotate "1"
  102. cl_radar_always_centered "1"
  103. cl_radar_scale "0.5"
  104. cl_radar_icon_scale_min ".5"
  105. bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // this lets you adjust radar scale on numpad enter
  106.  
  107. // Miscellaneous
  108. cl_autowepswitch "0"
  109. cl_autohelp "0"
  110. cl_showhelp "0"
  111. cl_righthand "1"
  112. cl_forcepreload "1"
  113. hud_showtargetid "0"
  114. fps_max "300"
  115. net_graph "1"
  116. net_allow_multicast "1"
  117. net_graphheight "100"
  118. net_graphmsecs "400"
  119. net_graphpos "1"
  120. net_graphproportionalfont "0"
  121. net_graphshowinterp "1"
  122. net_graphshowlatency "1"
  123. net_graphsolid "1"
  124. net_graphtext "1"
  125. net_maxroutable "1200"
  126. net_scale "5"
  127. net_steamcnx_allowrelay "1"
  128. mm_dedicated_search_maxping "90"
  129. mm_session_search_ping_limit "50"
  130. sensitivity "3.2" //400 DPI
  131.  
  132. echo "Net Settings loaded"
  133.  
  134. echo "Autoexec Config loaded" // make sure this autoexec does its fine
  135. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement