Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. bind "mouse4" "+voicerecord"
  2. bind "x" "use weapon_flashbang"
  3.  
  4. //optimization
  5. rate "821288"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interpolate "1"
  9. cl_interp_ratio "1"
  10. cl_interp "0.01364"
  11. cl_updatevisibility "1"
  12. cl_lagcompensation "1"
  13. cl_predict "1"
  14. cl_predictweapons "1"
  15. cl_timeout "999999"
  16.  
  17. // Jumpthrow
  18. unbind "c"
  19. alias "+jumpthrow" "+jump;-attack"
  20. alias "-jumpthrow" "-jump"
  21. bind "c" "+jumpthrow"
  22.  
  23. //Nade Crosshair
  24. //Show Help Lines
  25. alias "-crosshairsmoke" "cl_crosshair_outlinethickness "1";cl_crosshaircolor "4";cl_crosshaircolor_b "255";cl_crosshaircolor_g "255";cl_crosshaircolor_r "0";cl_crosshairdot "0";cl_crosshairgap "-2";cl_crosshairgap_useweaponvalue "0";cl_crosshairscale "600";cl_crosshairsize "2";cl_crosshairstyle "4";cl_crosshairthickness "0.9";cl_crosshairusealpha "1";cl_fixedcrosshairgap "3""
  26. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
  27. // Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
  28. // Don’t change the second line.
  29. bind "mouse5" "+crosshairsmoke"
  30.  
  31. //view crosshair settings
  32. clear
  33. echo "********************************************************************************";
  34. echo " YOUR CURRENT CROSSHAIR SETTINGS: ";
  35. echo "********************************************************************************";
  36. echo
  37. developer 2
  38. con_filter_enable 1
  39. con_filter_text cl_crosshair
  40. con_filter_text cl_fix
  41. developer 0
  42. con_filter_enable 0
  43.  
  44. //Increase Decrease Radar Size
  45. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  46. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  47. bind "f" "+radar;+lookatweapon"
  48.  
  49. //Display Damage Given
  50. alias displaydamage "displaydamage_on"
  51. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  52. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  53. bind "f5" "displaydamage"
  54.  
  55. //viewmodel
  56. cl_righthand "1"
  57. viewmodel_offset_x "-0.3"
  58. viewmodel_offset_y "-2"
  59. viewmodel_offset_z "-1.7"
  60. viewmodel_fov "58"
  61. cl_bob_lower_amt "15"
  62. cl_bobamt_lat "0"
  63. cl_bobamt_vert "0"
  64. cl_bobcycle "0"
  65. cl_viewmodel_shift_left_amt "0"
  66. cl_viewmodel_shift_right_amt "0"
  67.  
  68.  
  69. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement