Advertisement
Guest User

Config by kAhrTEv

a guest
Oct 23rd, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. echo "------------------------------"
  2. echo "Config loaded:by kAhrTEv"
  3. echo "------------------------------"
  4.  
  5. //No sounds or movies in the motd
  6.  
  7. cl_disablehtmlmotd "1"
  8. cl_downloadfilter "nosounds"
  9.  
  10. echo ""
  11. echo "No commercials done!"
  12. echo ""
  13.  
  14. //Sound - less delayed, better sound
  15. windows_speaker_config "1"
  16. snd_mixahead "0.05"
  17. snd_musicvolume "0"
  18. snd_headphone_pan_exponent "2"
  19. snd_headphone_pan_radial_weight "1"
  20. snd_rear_headphone_position "90"
  21.  
  22. echo ""
  23. echo "sound done!"
  24. echo ""
  25.  
  26. // Server rates: about 102 ticks
  27. // fps_max is flexibel: the human eye cant see more then 24 fps
  28.  
  29. cl_interp "0"
  30. cl_interp_ratio "1"
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. rate "128000"
  34. fps_max "0"
  35.  
  36. echo ""
  37. echo "Rates done!"
  38. echo ""
  39.  
  40. // Remove some of the bobbing
  41. // and mirror source movement
  42.  
  43. viewmodel_offset_x "2"
  44. viewmodel_offset_y "2"
  45. viewmodel_offset_z "-2"
  46. viewmodel_fov "65"
  47.  
  48. cl_viewmodel_shift_left_amt "0"
  49. cl_viewmodel_shift_right_amt "0"
  50.  
  51. cl_bob_lower_amt "5"
  52. cl_bobamt_lat "0.1"
  53. cl_bobamt_vert "0.1"
  54. cl_bobcycle "2"
  55.  
  56. echo ""
  57. echo "Viewmodel done!"
  58. echo ""
  59.  
  60. // Crosshair
  61.  
  62. cl_crosshairalpha "255"
  63. cl_crosshaircolor "1"
  64. cl_crosshaircolor_b "0"
  65. cl_crosshaircolor_r "0"
  66. cl_crosshaircolor_g "0"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-1"
  69. cl_crosshairsize "4"
  70. cl_crosshairstyle "4"
  71. cl_crosshairusealpha "1"
  72. cl_crosshairthickness "1.15"
  73. cl_fixedcrosshairgap "-1"
  74. cl_crosshair_drawoutline 1
  75.  
  76. echo ""
  77. echo "Crosshair done!"
  78. echo ""
  79.  
  80. // Some other stuff
  81.  
  82. cl_autowepswitch "0"
  83. cl_autohelp "0"
  84. cl_showhelp "0"
  85. cl_righthand "1"
  86. cl_forcepreload "1"
  87.  
  88. echo ""
  89. echo "Other stuff done!"
  90. echo ""
  91.  
  92. host_writeconfig
  93. echo "------------------------------"
  94. echo "Config loaded:by kAhrTEv"
  95. echo "------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement