Advertisement
Guest User

config

a guest
Aug 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. // Crosshair
  2. cl_crosshair_drawoutline "1"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1"
  8. cl_crosshair_sniper_show_normal_inaccuracy "0"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshairalpha "999"
  11. cl_crosshaircolor "5"
  12. cl_crosshaircolor_b "255"
  13. cl_crosshaircolor_g "0"
  14. cl_crosshaircolor_r "255"
  15. cl_crosshairdot "0"
  16. cl_crosshairgap "0.000000"
  17. cl_crosshairgap_useweaponvalue "0"
  18. cl_crosshairscale "1700"
  19. cl_crosshairsize "4.000000"
  20. cl_crosshairstyle "4"
  21. cl_crosshairthickness "1.000000"
  22. cl_crosshairusealpha "1"
  23. cl_fixedcrosshairgap "3"
  24.  
  25. // Viewmodel
  26. viewmodel_presetpos "0"
  27. Viewmodel_offset_x "2"
  28. viewmodel_offset_y "2"
  29. viewmodel_offset_z "-2"
  30. viewmodel_fov "64"
  31.  
  32. // Bob
  33. cl_bob_lower_amt "5"
  34. cl_bobamt_vert "0.1"
  35. cl_bobamt_lat "0.1"
  36. cl_bobcycle "0.98"
  37. cl_viewmodel_shift_left_amt "0"
  38. cl_viewmodel_shift_right_amt "0"
  39.  
  40. //Network Settings
  41. rate "500000"
  42. cl_cmdrate "128"
  43. cl_updaterate "128"
  44. cl_interp_ratio "1"
  45. cl_interp "0"
  46. cl_lagcompensation "1"
  47. cl_predict "1"
  48. cl_predictweapons "1"
  49.  
  50. // Video
  51. mat_monitorgamma "1.6"
  52. mat_monitorgamma_tv_enabled "0"
  53.  
  54. // Sound
  55. volume "0.55"
  56. voice_scale "0.33"
  57. snd_mixahead "0.05"
  58. snd_musicvolume "0"
  59. snd_menumusic_volume "0"
  60.  
  61. // No Tutorial or Info Messages (FPS BOOST)
  62. gameinstructor_enable "0"
  63. cl_showhelp "0"
  64. cl_autohelp "0"
  65. cl_disablefreezecam "1"
  66. cl_disablehtmlmotd "1"
  67.  
  68. // Net
  69. fps_max "1080"
  70. net_graph "1"
  71. net_graphheight "0"
  72. net_graphmsecs "400"
  73. net_graphpos "1"
  74. net_graphproportionalfont "0"
  75. net_graphshowinterp "1"
  76. net_graphshowlatency "1"
  77. net_graphsolid "1"
  78. net_graphtext "1"
  79. net_maxroutable "1200"
  80. net_scale "5"
  81.  
  82. // Hud Modification
  83. cl_hud_bomb_under_radar "0.8"
  84. cl_hud_radar_scale "1.0"
  85. cl_radar_scale "0.3"
  86. cl_radar_always_centered "0"
  87. cl_radar_icon_scale_min "0.8"
  88. cl_hud_color "10"
  89. cl_autowepswitch "0"
  90. cl_hud_healthammo_style "0"
  91. cl_hud_playercount_pos "0"
  92. cl_hud_playercount_showcount "0"
  93. cl_loadout_colorweaponnames "0"
  94. cl_hud_background_alpha "1.0"
  95. hud_scaling "0.98"
  96. safezonex "1"
  97. safezoney "1"
  98.  
  99. // Other
  100. r_drawtracers_firstperson "0"
  101. lobby_voice_chat_enabled "0"
  102. cl_use_opens_buy_menu "0"
  103. mm_dedicated_search_maxping "150"
  104.  
  105. // Mouse
  106. con_enable "1"
  107. m_rawinput "1"
  108. m_mouseaccel2 "0"
  109. m_mouseaccel1 "0"
  110. m_customaccel "0"
  111. sensitivity "2"
  112. zoom_sensitivity_ratio_joystick "0.818933027098955175"
  113. zoom_sensitivity_ratio_mouse "1.0"
  114.  
  115. // Bindings
  116. bind "k" "say !r"
  117. bind "z" "+voicerecord"
  118. BindToggle "v" cl_righthand
  119. bind mwheeldown +jump
  120. bind "o" "say OMG"
  121. bindtoggle "0" cl_drawhud 0
  122. bindtoggle "9" cl_draw_only_deathnotices 1
  123. bind "p" "toggle sv_skyname vertigoblue_hdr cs_baggage_skybox_ jungle sky_cs15_daylight02_hdr vietnam rails_ sky_clear02_hdr sky_zoo"
  124.  
  125. // Jump Throw Script 100% consistent
  126. alias "+jumpthrow" "+jump;-attack"
  127. alias "-jumpthrow" "-jump"
  128. bind "mouse5" "+jumpthrow"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement