Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. con_enable "1"
  2.  
  3. // Network Settings
  4. mm_dedicated_search_maxping "100"
  5.  
  6. // Net Graph Settings
  7. net_graph "1"
  8. net_graphheight "1050"
  9. net_graphproportionalfont "0"
  10. net_graphpos "2"
  11.  
  12. // HUD Settings
  13. cl_hud_background_alpha "0"
  14. cl_hud_bomb_under_radar "0"
  15. cl_hud_color "1"
  16. cl_hud_healthammo_style "1"
  17. cl_hud_playercount_pos "1"
  18. cl_hud_playercount_showcount "1"
  19. cl_hud_radar_scale "1.3"
  20. hud_scaling "0.75"
  21. cl_radar_always_centered "1"
  22. cl_radar_icon_scale_min "0.4"
  23. cl_radar_rotate "1"
  24. cl_radar_scale "0.4"
  25. cl_radar_square_with_scoreboard "1"
  26.  
  27. // Crosshair Settings
  28. cl_crosshairstyle "4"
  29. cl_crosshairsize "2"
  30. cl_crosshairthickness "0.5"
  31. cl_crosshairdot "0"
  32. cl_crosshairgap "-2"
  33. cl_crosshair_drawoutline "0"
  34. //cl_crosshair_outlinethickness "0"
  35. cl_crosshairusealpha "1"
  36. //cl_crosshairalpha "255"
  37. cl_crosshaircolor "5"
  38. cl_crosshaircolor_b "255"
  39. cl_crosshaircolor_g "0"
  40. cl_crosshaircolor_r "255"
  41.  
  42. // Viewmodel Position
  43. viewmodel_presetpos ""
  44. viewmodel_fov "68"
  45. viewmodel_offset_x "0"
  46. viewmodel_offset_y "0"
  47. viewmodel_offset_z "-2"
  48.  
  49. // Viewmodel Movement
  50. cl_bobamt_lat "0.1"
  51. cl_bobamt_vert "0.1"
  52. cl_bobcycle "0.98"
  53. cl_bob_lower_amt "5"
  54. cl_viewmodel_shift_left_amt "0.5"
  55. cl_viewmodel_shift_right_amt "0.25"
  56.  
  57. // Keymaps
  58. alias "+jumpthrow" "+forward;+jump;-attack"
  59. alias "-jumpthrow" "-forward;-jump"
  60. alias "+LJ" "+jump;+duck"
  61. alias "-LJ" "-jump;-duck"
  62. bind "h" "+jumpthrow"
  63. bind "space" "+LJ"
  64. bind "v" "noclip"
  65. bind "n" "noclip"
  66. bind "mwheelup" "+jump"
  67. bind "mwheeldown" "lastinv"
  68.  
  69. // Misc
  70. cl_forcepreload "1"
  71. gameinstructor_enable "0"
  72. cl_disablefreezecam "1"
  73. cl_disablehtmlmotd "1"
  74. cl_autowepswitch "0"
  75.  
  76. echo ""
  77. echo "--- autoexec.cfg loaded ---"
  78. echo ""
  79. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement