Advertisement
Guest User

F1ame's csgo config

a guest
Jul 23rd, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. // F1ame's CS:GO Config
  2.  
  3. // useful binds for gameplay
  4. bind "b" "+voicerecord"
  5. bindToggle "n" "gameinstructor_enable"
  6. alias "+jumpthrow" "+jump;-attack"
  7. alias "-jumpthrow" "-jump"
  8. bind "alt" "+jumpthrow"
  9. bindtoggle k voice_enable
  10. alias "+knife" "slot3"
  11. alias "-knife" "slot1"
  12. bind "q" "+knife"
  13. bind "v" "buymenu"
  14. alias +bhop "+jump;sv_autobunnyhopping 1;sv_enablebunnyhopping 1"
  15. alias -bhop "-jump;sv_autobunnyhopping 0;sv_enablebunnyhopping 0;disable_bunnyhopping"
  16. alias disable_bunnyhopping "sv_autobunnyhopping 0;sv_autobunnyhopping 0;sv_enablebunnyhopping 0;sv_enablebunnyhopping 0"
  17. bind "space" "+bhop"
  18.  
  19.  
  20. //special viewmodel
  21. cl_viewmodel_shift_left_amt "0.500000"
  22. cl_viewmodel_shift_right_amt "0.250000"
  23. viewmodel_fov "68"
  24. viewmodel_offset_x "0.500000"
  25. viewmodel_offset_y "2.0"
  26. viewmodel_offset_z "-1.700000"
  27. viewmodel_presetpos "0"
  28. cl_bob_lower_amt "5.000000"
  29. cl_bobamt_lat "0.5"
  30. cl_bobamt_vert "0.100000"
  31. cl_bobcycle "0.98"
  32. cl_righthand "0"
  33.  
  34.  
  35. // Misc and fps boost
  36. gameinstructor_enable "0" //Removes in game lessons
  37. cl_showhelp "0" //Removes on-screen help
  38. cl_autohelp "0" //Removes automatic help
  39. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  40. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  41.  
  42. cl_cmdrate "128" //Max number of command packets sent to server per second
  43. cl_updaterate "128" //Number of packets per second you are requesting from the server
  44. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  45. cl_interp "0" //Sets the interpolation amount, always set this to 0
  46. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  47. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  48. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  49. l_disablehtmlmotd "1"
  50. fps_max "0"
  51. cl_forcepreload 1
  52. mat_queue_mode 2
  53. r_cheapwaterend "1"
  54. r_cheapwaterstart "1"
  55. r_dynamic "0"
  56. r_drawtracers_firstperson "1"
  57. r_eyegloss "0"
  58. r_eyemove "0"
  59. r_eyeshift_x "0"
  60. r_eyeshift_y "0"
  61. r_eyeshift_z "0"
  62. r_eyesize "0"
  63. sys_antialiasing "0"
  64. sys_refldetail "0"
  65. muzzleflash_light "0"
  66. cl_debugrumble "0"
  67. cl_detail_avoid_force "0"
  68. cl_detail_avoid_radius "0"
  69. cl_detail_avoid_recover_speed "0"
  70. cl_detail_max_sway "0"
  71. cl_freezecampanel_position_dynamic "0"
  72. hud_showtargetid "0"
  73. log_onefile "0"
  74. sv_logbans "0"
  75. sv_logecho "0"
  76. sv_logfile "0"
  77. vprof_verbose "0"
  78. sv_logflush "0"
  79. snd_mixahead 0.05
  80. host_writeconfig
  81.  
  82. // Video settings and gamma
  83. mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
  84. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  85.  
  86. // Sound, useful for focusing and listening
  87. voice_scale "0.4" //Turns down the volume of other players voice to 40%
  88. snd_use_hrtf 1 //Turn ON Head-Related Transfer Function
  89.  
  90. // helpful stuff
  91. r_drawtracers_firstperson "1"
  92. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  93. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  94. cl_autowepswitch 0 //Don't auto-pick weapons
  95. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  96.  
  97. // EXTREMELY IMPORTANT MOUSE SETTINGS(this doesnt affect your current mouse sensitivity
  98. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  99. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  100. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  101. m_customaccel "0" //Custom mouse acceleration disabled
  102. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  103. zoom_sensitivity_ratio_mouse "0.818933027098955175" //Fixes your zoom sensitivity to act as your actual sensitivity, default is 1.
  104.  
  105. echo Config Loaded (1/2)
  106.  
  107. echo Config Loaded (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement