Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. //Auto Weapon Switch
  2. cl_autowepswitch "0"
  3.  
  4. //Bypass OS Interface & Acceleration
  5. m_rawinput "1"
  6. m_mouseaccel1 "0"
  7. m_mouseaccel2 "0"
  8. m_mousespeed 0
  9.  
  10. //Help Messages
  11. gameinstructor_enable "0"
  12. cl_autohelp "0"
  13. cl_showhelp "0"
  14.  
  15. //HUD
  16. hud_scaling ".75"
  17. hud_showtargetid "1"
  18. bind "TAB" "+ng"; //
  19. alias "+ng" "+showscores; net_graph 1"
  20. alias "-ng" "-showscores; net_graph 0"
  21. hud_takesshots "1"
  22.  
  23. //Max Ping
  24. mm_dedicated_search_maxping "100"
  25.  
  26. //Damage Dealt
  27. developer "1"
  28. con_filter_enable "2"
  29. con_filter_text_out "Player:"
  30. con_filter_text "damage"
  31.  
  32. //MOTD
  33. cl_disablehtmlmotd "1"
  34. cl_downloadfilter "mapsonly"
  35. player_nevershow_communityservermessage "1"
  36.  
  37. //Performance & Rates
  38. cl_forcepreload "1"
  39. cl_interp "0"
  40. cl_interp_ratio "1"
  41. cl_cmdrate "128"
  42. cl_updaterate "128"
  43. cl_lagcompensation "1"
  44. rate "128000"
  45. fps_max "145"
  46. fps_max_menu "145"
  47.  
  48. //Radar
  49. cl_radar_always_centered "0"
  50. cl_radar_scale "0.3"
  51. cl_hud_radar_scale "1.15"
  52. cl_radar_icon_scale_min "0.6"
  53. cl_radar_rotate "0"
  54.  
  55. //Sound
  56. snd_mixahead "0.05"
  57. snd_musicvolume "0"
  58. snd_headphone_pan_exponent "2"
  59. snd_headphone_pan_radial_weight "2"
  60. snd_legacy_surround "0" // emulated surround sound
  61. windows_speaker_config "1" // headphone audio output
  62.  
  63. // Keypad buy binds
  64. bind kp_ins "buy vesthelm" // 0
  65. bind kp_del "buy vest" // .
  66. bind kp_enter "buy defuser" // Enter
  67. bind kp_end "buy hegrenade;give weapon_hegrenade" // 1
  68. bind kp_downarrow "buy flashbang;give weapon_flashbang" // 2
  69. bind kp_pgdn "buy smokegrenade;give weapon_smokegrenade" // 3
  70. bind kp_home "buy awp;give weapon_awp" // 7
  71. bind kp_uparrow "buy m4a1;buy ak47;give weapon_m4a1_silencer;give weapon_ak47;" // 8
  72. bind kp_pgup "buy famas;buy galilar;give weapon_famas;give weapon_galilar" // 9
  73. bind q "invnextnongrenade"
  74. bind "mouse4" "use weapon_knife; use weapon_awp; use weapon_ssg08"
  75.  
  76. host_writeconfig // write settings to config.cfg
  77. echo ""
  78. echo ""
  79. echo "Philipps autoexec.cfg executed"
  80. echo ""
  81. echo ""
  82. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement