Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. //FPS & NET commands
  2. fps_max 121
  3.  
  4. cl_cmdrate 128
  5.  
  6. cl_updaterate 128
  7.  
  8. rate 128000
  9.  
  10. cl_interp 0
  11.  
  12. net_graph 1
  13.  
  14. //Crosshair
  15.  
  16. cl_crosshairalpha "255"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "0"
  19. cl_crosshaircolor_r "255"
  20. cl_crosshaircolor_g "0"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "-1.500000"
  23. cl_crosshairsize "3"
  24. cl_crosshairstyle "4"
  25. cl_crosshairusealpha "1"
  26. cl_crosshairthickness "0.650000"
  27. cl_fixedcrosshairgap "-4.5"
  28. cl_crosshair_drawoutline "0"
  29.  
  30. // Small game changes...
  31.  
  32. r_drawtracers_firstperson "0"
  33.  
  34. mat_monitorgamma "1.6"
  35.  
  36. mat_queue_mode "-1"
  37.  
  38. cl_forcepreload “1”
  39.  
  40. cl_autowepswitch “0”
  41.  
  42. cl_disablefreezecam “1”
  43.  
  44. r_dynamic 0
  45.  
  46. r_drawparticles 0
  47.  
  48. mat_savechanges
  49. //centering weapon
  50. cl_viewmodel_shift_left_amt "0.500000"
  51. cl_viewmodel_shift_right_amt "0.250000"
  52. viewmodel_fov "68"
  53. viewmodel_offset_x "2.5"
  54. viewmodel_offset_y "2.0"
  55. viewmodel_offset_z "-2.000000"
  56. viewmodel_presetpos "0"
  57. cl_bob_lower_amt "5.000000"
  58. cl_bobamt_lat "0.100000"
  59. cl_bobamt_vert "0.100000"
  60. cl_bobcycle "0.98"
  61. cl_righthand 0
  62.  
  63.  
  64. //crap
  65. bind "F1" " buy flashbang;"
  66. bind "F2" " buy hegrenade;"
  67. bind "F3" " buy smokegrenade;"
  68. bind "F4" " buy molotov; buy incgrenade;"
  69. bind "F5" "buy ump45;"
  70. bind "F6" "buy m4a1; buy ak47;"
  71. bind "F7" "buy awp;"
  72. bind "F8" "buy tec9; buy fiveseven;"
  73. bind "F9" "buy deagle; buy revolver;"
  74. bind "F10" " buy vesthelm; buy vest;"
  75. bind "F11" " buy defuser;"
  76. bind "F12" "buy ssg08;"
  77. bind "uparrow" "buy ak47; buy m4a1; buy vesthelm; buy vest; buy defuser; buy fiveseven; buy hegrenade; buy flashbang; buy smokegrenade; buy molotov; buy incgrenade; buy tec9;"
  78. bind "downarrow" "buy awp; buy vesthelm; buy vest; buy defuser; buy fiveseven; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade; buy hegrenade; buy tec9;"
  79. bind "leftarrow" "buy tec9; buy fiveseven; buy vesthelm; buy vest; buy defuser; buy flashbang;"
  80. bind "rightarrow" "buy ump45; buy vesthelm; buy vest; buy defuser; buy flashbang;"
  81.  
  82. //jumpthrow
  83. alias +jumpthrow "+jump;-attack"
  84. alias -jumpthrow "-jump"
  85. bind x +jumpthrow
  86.  
  87. //hud
  88. cl_hud_background_alpha "0.5"
  89. cl_hud_bomb_under_radar "0"
  90. cl_hud_color "5"
  91. cl_hud_healthammo_style "1"
  92. cl_hud_playercount_pos "0"
  93. cl_hud_playercount_showcount "1"
  94. cl_hud_radar_scale "1.200000"
  95. hud_scaling "0.850000"
  96. hud_showtargetid "1"
  97. hud_takesshots "0"
  98. cl_radar_always_centered "1"
  99. cl_radar_icon_scale_min "0.600000"
  100. cl_radar_rotate "1"
  101. cl_radar_scale "0.900000"
  102. cl_radar_square_with_scoreboard "1"
  103. cl_radar_always_centered "1"
  104. cl_radar_icon_scale_min "0.600000"
  105. cl_radar_rotate "1"
  106. cl_radar_scale "0.900000"
  107. cl_radar_square_with_scoreboard "1"
  108. net_graph "0"
  109. net_graphpos "1"
  110. net_graphproportionalfont "1"
  111. cl_loadout_colorweaponnames "1"
  112.  
  113. //couple of binds
  114. bind "p" cl_showhelp "1"
  115. bind "l" noclip
  116. bind h "toggle gameinstructor_enable"
  117. con_enable 1
  118. con_filter_enable 2
  119. con_filter_text "damage"
  120. con_filter_text_out "player"
  121. ui_steam_overlay_notification_position "bottomright"
  122. cl_autohelp 0
  123. cl_showhelp 0
  124. hud_takesshots 1
  125. cl_forcepreload 1
  126.  
  127. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement