Advertisement
Guest User

Getgamers Config, fix it pls!

a guest
Jul 28th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. // *!* Game Settings *!* \\
  2.  
  3. fps_max 999
  4. r_drawtracers_firstperson 0
  5. cl_disablefreezecam 1
  6. cl_showloadout 1
  7. cl_autowepswitch 0
  8. cl_disablehtmlmotd "1"
  9. cl_forcepreload "1"
  10. cl_timeout "150000"
  11. con_enable "1"
  12. hud_takesshots "1"
  13. mm_dedicated_search_maxping "70"
  14. cl_autohelp "0"
  15. gameinstructor_enable "0"
  16. cl_showhelp "0"
  17.  
  18. // crosshair \\
  19.  
  20. cl_crosshair_drawoutline "0"
  21. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  22. cl_crosshair_dynamic_splitalpha_innermod "1"
  23. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  24. cl_crosshair_dynamic_splitdist "7"
  25. cl_crosshair_outlinethickness "1"
  26. cl_crosshairalpha "190"
  27. cl_crosshaircolor "5"
  28. cl_crosshaircolor_b "255"
  29. cl_crosshaircolor_g "0"
  30. cl_crosshaircolor_r "255"
  31. cl_crosshairdot "1"
  32. cl_crosshairgap "-4"
  33. cl_crosshairscale "1550"
  34. cl_crosshairsize "4"
  35. cl_crosshairstyle "4"
  36. cl_crosshairthickness "0.5"
  37. cl_crosshairusealpha "1"
  38. cl_fixedcrosshairgap "3"
  39. cl_observercrosshair "1"
  40. cl_scalecrosshair "1"
  41.  
  42. // HUD Settings \\
  43.  
  44. safezonex "0.85"
  45. safezoney "1.0"
  46. hud_scaling "0.850000"
  47. cl_hud_background_alpha "1.000000"
  48. cl_hud_bomb_under_radar "0"
  49. cl_hud_color "3"
  50. cl_hud_healthammo_style "1"
  51. cl_hud_playercount_pos "1"
  52. cl_hud_playercount_showcount "1""
  53. cl_loadout_colorweaponnames "0"
  54. hud_showtargetid
  55. ui_steam_overlay_notification_position "topright"
  56.  
  57. // Radar Settings \\
  58.  
  59. cl_radar_always_centered "0"
  60. cl_radar_icon_scale_min "0.5"
  61. cl_radar_rotate "0"
  62. cl_radar_scale "0.3"
  63. cl_hud_radar_scale "1.3"
  64. cl_radar_square_with_scoreboard "0"
  65. cl_teammate_colors_show "1"
  66. con_filter_text "Damage given"
  67. con_filter_text_out "Player:"
  68. con_filter_enable "2"
  69.  
  70. // Net Graph \\
  71.  
  72. alias +scorenet "net_graphheight 799; +showscores";
  73. alias -scorenet "net_graphheight 2000; -showscores";
  74. net_graph "1";
  75. net_graphheight "2000";
  76. net_graphpos "2";
  77. bind "TAB" "+scorenet";
  78.  
  79. // *!* Usefull Keybinds & Alias *!* \\
  80.  
  81. bind "Z" "holdpos"
  82. bind "F5" "ignoremsg"
  83. bind "F6" "ignorerad"
  84. bind "f" "+lookatweapon;r_cleardecals"
  85. alias clutch "clutchon"
  86. alias clutchon "voice_enable 0;say_team "Clutchtime! Voice is deactivated to focus and hearing steps.";alias clutch clutchoff"
  87. alias clutchoff "voice_enable 1;say_team "Clutch over. Voice is activated. Hopefully it was an success, if not fight on!"; alias clutch clutchon"
  88. bind "F4" "clutch"
  89.  
  90.  
  91. host_writeconfig
  92. soundscape_flush
  93. mat_savechanges
  94. clear
  95. echo cfg loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement