Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. //---Binds
  2.  
  3. bind "3" "slot3;r_cleardecals"
  4. bind "c" "+jumpthrow"
  5. bind "h" "noclip"
  6. bind "i" "bot_place"
  7. bind "n" "+voicerecord"
  8. bind "j" "incrementvar gameinstructor_enable 0 1 1"
  9. bind "t" "use weapon_c4;drop"
  10. bind "v" "use weapon_knife; use weapon_molotov; use weapon_incgrenade"
  11. bind "/" "toggleconsole"
  12. bind "F2" "buy ak47; buy m4a1; buy vesthelm; buy smokegrenade; buy hegrenade; buy flashbang; buy molotov; buy incgrenade;"
  13. bind "F3" "buy awp; buy vesthelm; buy smokegrenade; buy hegrenade; buy flashbang; buy molotov; buy incgrenade;"
  14. bind "F4" "buy smokegrenade; buy hegrenade; buy molotov; buy incgrenade; buy flashbang;"
  15. bind "MOUSE4" "use weapon_knife; use weapon_smokegrenade"
  16. bind "MOUSE5" "use weapon_knife; use weapon_flashbang"
  17. bind "MWHEELUP" "+jump"
  18. bind "MWHEELDOWN" "+jump"
  19.  
  20. //---Network
  21.  
  22. rate "786432"
  23. cl_updaterate "128"
  24. cl_cmdrate "128"
  25. cl_interp_ratio "1"
  26. cl_interp "0"
  27. cl_lagcompensation "1"
  28. cl_predict "1"
  29. cl_predictweapons "1"
  30. mm_dedicated_search_maxping "50"
  31.  
  32. //---Netgraph
  33.  
  34. net_graph "1"
  35. net_graphheight "0"
  36. net_graphholdsvframerate "0"
  37. net_graphipc "0"
  38. net_graphmsecs "400"
  39. net_graphpos "2"
  40. net_graphproportionalfont "0"
  41. net_graphshowinterp "1"
  42. net_graphshowlatency "1"
  43. net_graphshowsvframerate "0"
  44. net_graphsolid "1"
  45. net_graphtext "1"
  46.  
  47. //---Mouse
  48.  
  49. sensitivity "1.25"
  50. zoom_sensitivity_ratio_mouse "0.9"
  51. m_rawinput "1"
  52. m_mouseaccel1 "0"
  53. m_mouseaccel2 "0"
  54. m_customaccel "0"
  55.  
  56. //---Crosshair
  57.  
  58. cl_crosshairalpha "255";
  59. cl_crosshaircolor "4";
  60. cl_crosshairdot "0";
  61. cl_crosshairgap "-2";
  62. cl_crosshairsize "3";
  63. cl_crosshairstyle "4";
  64. cl_crosshairusealpha "1";
  65. cl_crosshairthickness "0.5";
  66. cl_crosshair_drawoutline "0";
  67. cl_crosshair_sniper_width "1";
  68. cl_crosshairgap_useweaponvalue "0";
  69.  
  70. //---Viewmodel
  71.  
  72. viewmodel_fov "68"
  73. viewmodel_offset_x "2.5"
  74. viewmodel_offset_y "0"
  75. viewmodel_offset_z "-1.5"
  76. viewmodel_presetpos "3"
  77. viewmodel_recoil "0"
  78.  
  79. //---Radar
  80.  
  81. cl_radar_always_centered "0"
  82. cl_radar_icon_scale_min "0.8"
  83. cl_radar_rotate "1"
  84. cl_radar_scale "0.45"
  85. cl_hud_radar_scale "1"
  86.  
  87. //---Weapon Movement
  88.  
  89. cl_bob_lower_amt "5"
  90. cl_bobamt_lat "0.4"
  91. cl_bobamt_vert "0.25"
  92. cl_bobcycle "0.98"
  93.  
  94. //---HUD
  95.  
  96. hud_scaling "0.9"
  97. cl_hud_playercount_showcount "1"
  98. cl_hud_bomb_under_radar "0"
  99. cl_show_clan_in_death_notice "0"
  100.  
  101. //---Visuals
  102.  
  103. mat_monitorgamma "1.60000"
  104. mat_monitorgamma_tv_enabled "0"
  105. r_drawtracers_firstperson "1"
  106. r_dynamic "0"
  107. r_eyegloss "0"
  108. r_eyemove "0"
  109. r_eyeshift_x "0"
  110. r_eyeshift_y "0"
  111. r_eyeshift_z "0"
  112. r_eyesize "0"
  113.  
  114. //---Sounds
  115.  
  116. volume "1"
  117. voice_scale "0.3"
  118. snd_deathcamera_volume "0"
  119. snd_mapobjective_volume "0"
  120. snd_menumusic_volume "0"
  121. snd_mvp_volume "0"
  122. snd_roundend_volume "0"
  123. snd_roundstart_volume "0"
  124. snd_tensecondwarning_volume "0"
  125.  
  126. //---Misc
  127.  
  128. cl_autowepswitch "0"
  129. cl_autohelp "0"
  130. cl_showhelp "0"
  131. cl_downloadfilter "nosounds"
  132. cl_join_advertise "2"
  133. cl_forcepreload "1"
  134. cl_disablefreezecam "1"
  135. cl_disablehtmlmotd "0"
  136. cl_dm_buyrandomweapons "0"
  137. player_nevershow_communityservermessage "1"
  138. gameinstuctor_enable "0"
  139. joystick "0"
  140. fps_max "0"
  141.  
  142. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement