Advertisement
Guest User

advance.cfg

a guest
Apr 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. // Advance settings.
  2.  
  3. sv_cheats "1"
  4. developer "0"
  5.  
  6. // No Category
  7.  
  8. budget_show_history "0"
  9. con_enable "1"
  10. closeonbuy "0"
  11. joystick "0"
  12. muzzleflash_light "0"
  13. spec_replay_autostart "0"
  14. voice_enable "1"
  15. voice_scale "0.75"
  16. zoom_sensitivity_ratio_mouse "0.8189330"
  17.  
  18. //Categorised (A-Z)
  19.  
  20. cl_autohelp "0"
  21. cl_autowepswitch "0"
  22. cl_crosshair_sniper_width "2"
  23. cl_disablefreezecam "1"
  24. cl_disablehtmlmotd "1"
  25. cl_forcepreload "1"
  26. cl_freezecameffects_showholiday "1"
  27.  
  28. cl_radar_always_centered "0"
  29. cl_radar_icon_scale_min "0.6"
  30. cl_radar_rotate "1"
  31. cl_radar_scale "0.6"
  32. cl_teammate_colors_show "1"
  33. cl_teamid_overhead_always "0"
  34. cl_hud_bomb_under_radar "1"
  35. cl_hud_background_alpha "0.5"
  36. cl_hud_color "1"
  37. cl_hud_healthammo_style "0"
  38. cl_hud_playercount_pos "0"
  39. cl_hud_playercount_showcount "0"
  40. cl_hud_radar_scale "1"
  41.  
  42. cl_interpolate "1"
  43. cl_lagcompensation "1"
  44. cl_loadout_colorweaponnames "1"
  45. cl_observercrosshair "1"
  46. cl_predict "1"
  47. cl_predictweapons "1"
  48. cl_resend "1.5"
  49. cl_scalecrosshair "1"
  50. cl_show_clan_in_death_notice "1"
  51. cl_showloadout "1"
  52. cl_showpluginmessages "1"
  53. cl_spec_mode "1"
  54. cl_use_opens_buy_menu "0"
  55.  
  56. dsp_enhance_stereo "0"
  57. dsp_reload
  58. dsp_slow_cpu "0"
  59.  
  60. hud_showtargetid "1"
  61.  
  62. mat_colorcorrection "1"
  63. mat_debug_postprocessing_effects "0"
  64. mat_disable_bloom "1"
  65. mat_force_bloom "0"
  66. mat_hdr_enabled "0"
  67. mat_postprocess_enable "1"
  68. mat_powersavingsmode "0"
  69. mat_savechanges
  70.  
  71. r_drawtracers_firstperson "1"
  72. r_dynamic "0"
  73.  
  74. snd_deathcamera_volume "0"
  75. snd_mixahead "0.01"
  76. snd_pitchquality "1"
  77. snd_roundend_volume "0.2"
  78. snd_roundstart_volume "0.2"
  79. snd_tensecondwarning_volume "0.35"
  80. snd_use_hrtf "1"
  81.  
  82. sv_forcepreload "1"
  83.  
  84. // - Binds and Aliases.
  85.  
  86. bind "MWHEELDOWN" "+jump"
  87. bind "MWHEELUP" "+jump"
  88. bind "mouse5" "+jump"
  89. bind "mouse4" "drop"
  90. bind "mouse2" "+attack2; r_cleardecals;"
  91. bind "alt" "toggle gameinstructor_enable 1 0"
  92.  
  93. bind uparrow "buy m4a1;buy ak47";"slot1"
  94. bind leftarrow "buy galilar; buy famas";"slot1"
  95. bind downarrow "buy "ump45";"slot1"
  96. bind rightarrow "buy mp9;buy mac10;slot1"
  97.  
  98. net_graph "1"
  99. net_graphheight "9999"
  100. net_graphproportionalfont "1"
  101. bind tab +info
  102. alias +info "+showscores; net_graphheight 64"
  103. alias -info "-showscores; net_graphheight 9999"
  104.  
  105. //Debug
  106. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement