Advertisement
Guest User

BEN CONFIG

a guest
Jun 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. //Jumpthrow script
  2. alias +jumpthrow "+jump;-attack"
  3. alias -jumpthrow "-jump"
  4. bind n +jumpthrow
  5.  
  6. //Crosshair switch script
  7.  
  8. //Default crosshair setting - before you start clicking the key
  9. cl_crosshair_drawoutline "0"
  10. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  11. cl_crosshair_dynamic_splitalpha_innermod "1"
  12. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  13. cl_crosshair_dynamic_splitdist "7"
  14. cl_crosshair_outlinethickness "1.000000"
  15. cl_crosshair_sniper_width "1"
  16. cl_crosshairalpha "255.000000"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "103"
  19. cl_crosshaircolor_g "0"
  20. cl_crosshaircolor_r "190"
  21. cl_crosshairdot "1"
  22. cl_crosshairgap "-2"
  23. cl_crosshairgap_useweaponvalue "0"
  24. cl_crosshairscale "0"
  25. cl_crosshairsize "2.5"
  26. cl_crosshairstyle "4"
  27. cl_crosshairthickness "0.5"
  28. cl_crosshairusealpha "1"
  29. cl_fixedcrosshairgap "-4.5"
  30.  
  31.  
  32. //switches between each of these
  33. bind "x" "ch"
  34. alias "ch" "ch1"
  35. alias "ch1" "cl_crosshair_drawoutline "0";cl_crosshair_outlinethickness "1";cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshaircolor_b "103";cl_crosshaircolor_g "0";cl_crosshaircolor_r "190";cl_crosshairdot "1";cl_crosshairgap "-2";cl_crosshairscale "0";cl_crosshairsize "2.5";cl_crosshairstyle "4";cl_crosshairthickness "0.5";cl_fixedcrosshairgap "-4.5"; alias ch ch2"
  36. alias "ch2" "cl_crosshair_drawoutline "0";cl_crosshair_outlinethickness "1";cl_crosshaircolor "5";cl_crosshaircolor_b "255";cl_crosshaircolor_g "0";cl_crosshaircolor_r "255";cl_crosshairdot "1";cl_crosshairgap "-7";cl_crosshairscale "0";cl_crosshairsize "1000";cl_crosshairthickness "0";cl_fixedcrosshairgap "-7"; alias ch ch1"
  37.  
  38. //removes the shifting of the arm when crouching down
  39. cl_viewmodel_shift_left_amt "0"
  40. cl_viewmodel_shift_right_amt "0"
  41.  
  42. //removes the bobbing of the weapon back and forth, when you run.
  43.  
  44. cl_bob_lower_amt "0"
  45. cl_bobamt_lat "0"
  46. cl_bobamt_vert "0"
  47.  
  48. //lowers delay between sounds.
  49.  
  50. snd_mixahead "0.05"
  51. snd_musicvolume "0"
  52. snd_headphone_pan_exponent "2"
  53. snd_headphone_pan_radial_weight "2
  54. snd_legacy_surround "0"
  55. snd_pitchquality "1"
  56. dsp_enhance_stereo "0"
  57.  
  58.  
  59. //everything else
  60. cl_bobcycle "2"
  61. cl_interp "0"
  62. cl_interp_ratio "1"
  63. cl_cmdrate "128"
  64. cl_updaterate "128"
  65. rate "128000"
  66. r_drawtracers_firstperson 0
  67. fps_max 0
  68. cl_radar_scale "0.5"
  69. cl_radar_rotate "1"
  70. cl_forcepreload "1"
  71. cl_showhelp 0
  72. cl_lagcompensation "1"
  73. cl_predictweapons "1"
  74. cl_resend "6"
  75. cl_timeout "9999999"
  76. r_dynamic "0"
  77. r_eyegloss "0"
  78. r_eyemove "0"
  79. r_eyeshift_x "0"
  80. r_eyeshift_y "0"
  81. r_eyeshift_z "0"
  82. r_eyesize "0"
  83. muzzleflash_light "0"
  84. sys_antialiasing "0"
  85. sys_aspectratio "-1"
  86. sys_refldetail "0"
  87. mat_queue_mode 2
  88.  
  89.  
  90. ECHO ================================================
  91. ECHO ===[ Reece's config loaded! ]=====
  92. ECHO ===[ HAVE FUN WITH IT, DICKHEAD! ]=====
  93. ECHO ================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement