Advertisement
s0zz

cfg

Jan 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. // CFG
  2.  
  3. net_graph 0
  4. cl_showpos 0
  5. fps_max 600 300
  6. cl_use_opens_buy_menu 0
  7. cl_predictweapons 1
  8. viewmodel_presetpos 0
  9. mat_monitorgamma 1.6
  10. mat_queue_mode 2
  11. snd_mixahead 0.05
  12. windows_speaker_config 1
  13. con_enable 1
  14. cl_autohelp 0
  15. cl_showhelp 0
  16. hud_takesshots 1
  17. mm_dedicated_search_maxping 90
  18. voice_enable 1
  19. voice_scale 0.3
  20.  
  21. // RATE
  22.  
  23. rate 786432
  24. cl_cmdrate 128
  25. cl_updaterate 128
  26. cl_interpolate 1
  27. cl_interp 0.1
  28. cl_interp_ratio 1
  29. cl_forcepreload 1
  30.  
  31.  
  32. //Disables autoswitch, instructor and freezecams
  33. cl_autowepswitch "0"
  34. gameinstructor_enable "0"
  35. cl_disablefreezecam "1"
  36. cl_freezecameffects_showholiday "0"
  37.  
  38.  
  39. // Bobbing and Movement Shifting - remove all the dumb view bob
  40.  
  41. cl_viewmodel_shift_left_amt "0.500000"
  42. cl_viewmodel_shift_right_amt "0.250000"
  43. viewmodel_fov "68"
  44. viewmodel_offset_x "2.5"
  45. viewmodel_offset_y "-1.300000"
  46. viewmodel_offset_z "-1.800000"
  47. viewmodel_presetpos "0"
  48. cl_bob_lower_amt "5.000000"
  49. cl_bobamt_lat "0.100000"
  50. cl_bobamt_vert "0.100000"
  51. cl_bobcycle "0.98"
  52. cl_showloadout "1"
  53.  
  54.  
  55. //Lower quality eyes on models
  56.  
  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. r_drawtracers_firstperson "1"
  64.  
  65.  
  66. // KEYPAD BUY BINDS
  67.  
  68. bind "KP_INS" "buy vest"// 0
  69. bind "KP_END" "buy hegrenade;give weapon_hegrenade"// 1
  70. bind "KP_DOWNARROW" "buy flashbang;give weapon_flashbang"// 2
  71. bind "KP_PGDN" "buy smokegrenade;give weapon_smokegrenade"// 3
  72. bind "KP_LEFTARROW" "buy deagle;give weapon_deagle"// 4
  73. bind "KP_5" "buy incgrenade;buy molotov;give weapon_incgrenade;give weapon_molotov"// 5
  74. bind "KP_RIGHTARROW" "buy ump45;give weapon_ump45"// 6
  75. bind "KP_HOME" "buy awp;give weapon_awp"// 7
  76. bind "KP_UPARROW" "buy m4a1;buy ak47;give weapon_ak47"// 8
  77. bind "KP_PGUP" "buy famas;buy galilar;give weapon_famas;give weapon_galilar"// 9
  78. bind "KP_SLASH" "buy xm1014;give weapon_xm1014"// /
  79. bind "KP_MULTIPLY" "buy mac10; buy mp9;give weapon_mac10; give weapon_mp9"// *
  80. bind "KP_MINUS" "buy p250;give weapon_p250"// -
  81. bind "KP_PLUS" "buy fn57;give weapon_fiveseven;buy tec9;give weapon_tec9"// +
  82. bind "KP_ENTER" "buy defuser"// Enter
  83. bind "KP_DEL" "buy vesthelm"// .
  84.  
  85.  
  86. // Friend Join Community
  87.  
  88. cl_join_advertise 2
  89.  
  90.  
  91. // HUD
  92.  
  93. cl_timeout 150000
  94. cl_radar_always_centered 0
  95. cl_radar_rotate 1
  96. cl_show_clan_in_death_notice 0
  97. cl_teammate_colors_show 1
  98. cl_downloadfilter nosounds
  99. cl_hud_background_alpha 0.5
  100. cl_hud_bomb_under_radar 1
  101. cl_hud_color 5
  102. cl_hud_healthammo_style 0
  103. cl_hud_playercount_pos 1
  104. cl_hud_playercount_showcount 1
  105. cl_hud_radar_scale 1.005000
  106. cl_radar_always_centered 0
  107. cl_timeout 9999
  108. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement