Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. // CROSSHAIR
  2.  
  3. cl_crosshairalpha "255"
  4. cl_crosshaircolor "5"
  5. cl_crosshaircolor_b "255"
  6. cl_crosshaircolor_r "255"
  7. cl_crosshaircolor_g "255"
  8. cl_crosshairdot "1"
  9. cl_crosshairgap "1.2"
  10. cl_crosshairsize "4"
  11. cl_crosshairstyle "4"
  12. cl_crosshairusealpha "1"
  13. cl_crosshairthickness "0.5"
  14. cl_fixedcrosshairgap "1.2"
  15. cl_crosshair_outlinethickness "0.1"
  16. cl_crosshair_drawoutline "1"
  17.  
  18. //Mouse
  19. sensitivity "1.75"
  20. zoom_sensitivity_ratio_mouse "1"
  21. m_rawinput "1"
  22. m_customaccel "0"
  23. m_mouseaccel1 "0"
  24. m_mouseaccel2 "0"
  25.  
  26.  
  27. // HUD
  28.  
  29. hud_scaling "0.6"
  30. cl_hud_bomb_under_radar "1"
  31. cl_hud_playercount_showcount "1"
  32. cl_loadout_colorweaponnames "0"
  33. cl_showloadout "1"
  34. cl_hud_color "1"
  35. cl_radar_always_centered "0"
  36. cl_radar_scale "0.45"
  37. cl_radar_icon_scale_min "0.6"
  38. cl_radar_square_with_scoreboard "1"
  39. cl_radar_rotate "1"
  40. cl_hud_background_alpha "0.6"
  41. cl_hud_radar_scale "6"
  42. cl_hud_healthammo_style "1"
  43. cl_hud_playercount_pos "1"
  44. cl_hud_playercount_showcount "1"
  45. cl_hud_bomb_under_radar "1"
  46. safezonex "0.99"
  47. safezoney "0.99"
  48.  
  49. // TAB
  50.  
  51. bind "TAB" "+info"
  52. alias "+net" "net_graph 1;net_graphproportionalfont 1;net_graphpos 2;net_graphheight 16"
  53. alias "-net" "net_graph 0"
  54. alias "+info" "+net;+showscores"
  55. alias "-info" "-showscores;-net"
  56.  
  57. // VIEWMODEL
  58.  
  59. viewmodel_presetpost "0"
  60. cl_righthand "1"
  61. viewmodel_offset_x "0"
  62. viewmodel_offset_y "2"
  63. viewmodel_offset_z "-2"
  64. viewmodel_fov "65"
  65. cl_bobamt_lat "0"
  66. cl_bobamt_vert "0"
  67. cl_bob_lower_amt "0"
  68. cl_viewmodel_shift_left_amt "0"
  69. cl_viewmodel_shift_right_amt "0"
  70.  
  71. // RADAR
  72.  
  73. cl_radar_always_centered "0"
  74. cl_radar_scale "0.30"
  75. bind "KP_MINUS" "incrementvar cl_radar_scale 0.25 1.0 -0.05"
  76. bind "KP_PLUS" "incrementvar cl_radar_scale 0.25 1.0 0.05"
  77.  
  78. // DISPLAY
  79.  
  80. con_filter_text "Damage Given To"
  81. con_filter_text_out "Player:"
  82. con_filter_enable "2"
  83. developer "1"
  84.  
  85. // JUMPTHROW
  86.  
  87. alias "+jumpthrow" "+jump;-attack"
  88. alias "-jumpthrow" "-jump"
  89. bind t "+jumpthrow"
  90.  
  91. // OTHER SETTINGS
  92.  
  93. cl_disablehtmlmotd "1"
  94. cl_freezecampanel_position_dynamic "0"
  95. cl_disablefreezecam "1"
  96. mm_dedicated_search_maxping "70"
  97. bind "n" "noclip"
  98. bind "j" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
  99. cl_autowepswitch "0"
  100. joystick "0"
  101. fps_max "300"
  102.  
  103. host_writeconfig
  104.  
  105. echo ""
  106. echo ""
  107. echo "autoexec.cfg loaded"
  108. echo ""
  109. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement