Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. // JFX's CS:S config
  2. // Updated 11/2/14
  3.  
  4. // Rates
  5. fps_max "66"
  6. rate "50000"
  7. cl_cmdrate "80"
  8. cl_updaterate "60"
  9. cl_interp "0.034"
  10. cl_interp_ratio "1"
  11. cl_lagcompensation "1"
  12. cl_pred_optimize "2"
  13. cl_predict "1"
  14. cl_predictweapons "1"
  15. cl_smooth "0"
  16. cl_showerror "1"
  17. cl_wpn_sway_interp "0"
  18. cl_predictweapons "1"
  19.  
  20.  
  21. // Mouse
  22. sensitivity "2.9"
  23. zoom_sensitivity_ratio "1.0"
  24. m_rawinput "1"
  25. m_filter "0"
  26. m_customaccel "0"
  27. m_mouseaccel1 "0"
  28. m_mouseaccel2 "0"
  29.  
  30. // Video
  31. mat_dxlevel "95"
  32. mat_monitorgamma "2.1"
  33. mat_queue_mode "2" // multicore rendering
  34. mat_antialias "2"
  35. mat_forceaniso "1"
  36. mat_disable_bloom "1"
  37. mat_bloomscale ".20"
  38. mat_colorcorrection "0" // depth blurr
  39. mat_texture_limit "-1"
  40. mat_compressedtextures "1"
  41. mat_picmip "0" // texture quality
  42. r_3dsky "0"
  43. r_shadows "0"
  44. r_shadowmaxrendered "32"
  45. r_dynamic "1" // dynamic lighting
  46. r_lod "-1" // model quality
  47. r_rootlod "0" // model quality
  48. r_decal_cullsize "5" // spray render distance
  49. r_renderoverlayfragment "1" // map detail
  50. fps_max "260"
  51. cl_ragdoll_physics_enable "0" // ragdolls
  52. cl_forcepreload "1"
  53. cl_ejectbrass "0" // bullet shells
  54.  
  55. // Audio
  56. volume "0.35"
  57. voice_enable "1"
  58. voice_scale "1" // receive volume
  59. dsp_slow_cpu "1"
  60. snd_surround_speakers "0" // audio output
  61. snd_musicvolume "0"
  62. snd_legacy_surround "0" // emulated surround sound
  63. snd_mixahead "0.05" // sound delay
  64.  
  65. // HUD
  66. hud_showtargetid "1"
  67. cl_righthand "1"
  68. cl_showpos "0"
  69. cl_showfps "0"
  70. net_graph "1"
  71. net_graphproportionalfont "0" // small netgraph font
  72.  
  73. // Crosshair
  74. cl_crosshairdot "0"
  75. cl_crosshairusealpha "1"
  76. cl_crosshairalpha "999"
  77. cl_dynamiccrosshair "0"
  78. cl_legacy_crosshair_recoil "0"
  79. cl_legacy_crosshair_scale "0"
  80. // White crosshair
  81. cl_crosshaircolor "5"
  82. cl_crosshaircolor_r "255"
  83. cl_crosshaircolor_g "255"
  84. cl_crosshaircolor_b "255"
  85. // Toggle crosshair
  86. bind ins "crosshair_fuchia; bind ins crosshair_white"
  87. alias crosshair_fuchia "cl_crosshaircolor_r 255;cl_crosshaircolor_g 50;cl_crosshaircolor_b 255;bind ins crosshair_white"
  88. alias crosshair_white "cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshaircolor_b 255;bind ins crosshair_fuchia"
  89.  
  90. // Misc
  91. cl_downloadfilter "mapsonly"
  92. cl_autohelp "0"
  93. cl_showhelp "0"
  94. cl_disablefreezecam "1"
  95. cl_autowepswitch "0" // auto weapon switch on pickup
  96. cl_hudhint_sound "0"
  97. setinfo zb_wantautocashcalling 1
  98. cl_minmodels "1" // Custom player models (1 = disabled)
  99.  
  100. // Binds
  101. bind "TAB" "+showscores"
  102. bind space "+jump"
  103. bind MWHEELDOWN "invnext"
  104. bind MWHEELUP "invprev"
  105. bind mouse3 "bhopon" // toggle scroll wheel bhop
  106. bind del "exec autoexec"
  107. bind "b" buymenu
  108. bind "u" "say !soundlist"
  109. bind "p" "say Tuturu!!!"
  110.  
  111. // Aliases
  112. alias bhopon "cl_showpos 1; fps_max 54; bind "j" +left; bind "l" +right; bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  113. alias bhopoff "fps_max 300; cl_showpos 0; bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  114.  
  115.  
  116.  
  117. host_writeconfig // write settings to config.cfg
  118. echo "wellp,"
  119. echo ""
  120. echo "autoexec.cfg executed"
  121. echo ""
  122. echo "Kbye."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement