Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. // Gambit's Config
  2.  
  3. //Binds
  4.  
  5. bindtoggle t "cl_righthand 0;cl_righthand 1"
  6. bind "Mouse5" "buy ak47; buy m4a1; buy vest; buy vesthelm; buy vesthelm; buy vest; buy defuser; buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade"
  7. bind "Mwheelup" "+Jump"
  8. bind "Mwheeldown" "+Jump"
  9. bind "-" "sv_cheats 1; cl_draw_only_deathnotices 1"
  10. bind "CAPSLOCK" "+voicerecord"
  11. bind "f" "+lookatweapon"
  12. unbind "i"
  13.  
  14. //Video Setting
  15. mat_monitorgamma "1.6"
  16. mat_monitorgamma_tv_enabled "0"
  17.  
  18. //Setting
  19. cl_righthand 0
  20. fps_max "0"
  21. volume "0.1"
  22. voice_scale "0.6"
  23. sensitivity "1.45"
  24. m_rawinput "1"
  25. rate "786432"
  26. cl_updaterate "128"
  27. cl_cmdrate "128"
  28. cl_interp "0"
  29. cl_interp_ratio "1"
  30. cl_predict "1"
  31. cl_predictweapons "1"
  32. cl_lagcompensation "1"
  33. windows_speaker_config "1"
  34. snd_mixahead "0.05"
  35. snd_musicvolume "0"
  36. snd_headphone_pan_exponent "2"
  37. snd_headphone_pan_radial_weight "1"
  38. snd_rear_headphone_position "90"
  39.  
  40. alias "+jumpthrow" "+jump;-attack"
  41. alias "-jumpthrow" "-jump"
  42. bind "x" "+jumpthrow"
  43. hud_showtargetid "1"
  44. cl_hud_bomb_under_radar "1"
  45. cl_hud_playercount_showcount "1"
  46. r_drawtracers_firstperson "1"
  47. lobby_voice_chat_enabled "0"
  48. cl_use_opens_buy_menu "0"
  49. mm_dedicated_search_maxping "100" //Maxping Search in Matchmaking
  50.  
  51. //Disable Beginner
  52. cl_showhelp "0"
  53. cl_autohelp "0"
  54.  
  55. //Viewmodel FOV
  56. cl_viewmodel_shift_left_amt "0.500000";
  57. cl_viewmodel_shift_right_amt "0.250000";
  58. viewmodel_fov "68.000000";
  59. viewmodel_offset_x "2.5";
  60. viewmodel_offset_y "2.0";
  61. viewmodel_offset_z "-2.0";
  62. viewmodel_presetpos "0";
  63. cl_bob_lower_amt "5.000000";
  64. cl_bobamt_lat "0.100000";
  65. cl_bobamt_vert "0.100000";
  66. cl_bobcycle "0.980000";
  67.  
  68. //Crosshair
  69. cl_crosshair_drawoutline "1";
  70. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  71. cl_crosshair_dynamic_splitalpha_innermod "1";
  72. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  73. cl_crosshair_dynamic_splitdist "7";
  74. cl_crosshair_outlinethickness "0.1";
  75. cl_crosshair_sniper_width "1";
  76. cl_crosshairalpha "200";
  77. cl_crosshaircolor "5";
  78. cl_crosshaircolor_b "255";
  79. cl_crosshaircolor_g "255";
  80. cl_crosshaircolor_r "255";
  81. cl_crosshairdot "0";
  82. cl_crosshairgap "-3";
  83. cl_crosshairgap_useweaponvalue "0";
  84. cl_crosshairscale "2";
  85. cl_crosshairsize "2.500000";
  86. cl_crosshairstyle "5";
  87. cl_crosshairthickness "1";
  88. cl_crosshairusealpha "1";
  89. cl_fixedcrosshairgap "-4.5";
  90.  
  91. //Video
  92. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  93. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  94.  
  95. // Sound
  96. voice_scale "0.33"
  97. snd_mixahead "0.05"
  98. snd_musicvolume "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement