Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. echo Config Loaded! (1/2)
  2.  
  3. // Crosshair
  4. cl_crosshair_drawoutline "1"
  5. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  6. cl_crosshair_dynamic_splitalpha_innermod "1"
  7. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  8. cl_crosshair_dynamic_splitdist "7"
  9. cl_crosshair_outlinethickness "1"
  10. cl_crosshair_sniper_width "1"
  11. cl_crosshairalpha "255"
  12. cl_crosshaircolor "2"
  13. cl_crosshaircolor_b "0"
  14. cl_crosshaircolor_g "0"
  15. cl_crosshaircolor_r "0"
  16. cl_crosshairdot "0"
  17. cl_crosshairgap "0.500000"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairscale "0"
  20. cl_crosshairsize "2.4"
  21. cl_crosshairstyle "4"
  22. cl_crosshairthickness "0.650000"
  23. cl_crosshairusealpha "1"
  24. cl_fixedcrosshairgap "3"
  25.  
  26. // Viewmodels
  27. viewmodel_offset_x "1"
  28. viewmodel_offset_y "2"
  29. viewmodel_offset_z "-2"
  30. viewmodel_fov "68"
  31.  
  32. // Bob
  33. cl_bob_lower_amt "5"
  34. cl_bobamt_lat "0.1"
  35. cl_bobamt_vert "0.1"
  36. cl_bobcycle "0.98"
  37. cl_viewmodel_shift_left_amt "0"
  38. cl_viewmodel_shift_right_amt "0"
  39.  
  40. // Bindings
  41. bind "v" "+voicerecord"
  42. bind "f1" "autobuy"
  43. bind "f3" "buy molotov; buy smokegrenade; buy hegrenade; buy flashbang"
  44. bind "f4" "ignoremsg"
  45. bind "f" "+lookatweapon"
  46. unbind "i"
  47.  
  48. // No Tutorial or Info Messages
  49. gameinstructor_enable "0"
  50. cl_showhelp "0"
  51. cl_autohelp "0"
  52. cl_disablefreezecam "1"
  53. cl_disablehtmlmotd "1"
  54.  
  55. // Rates
  56. rate "500000"
  57. cl_cmdrate "128"
  58. cl_updaterate "128"
  59. cl_interp_ratio "1"
  60. cl_interp "0"
  61. cl_lagcompensation "1"
  62. cl_predict "1"
  63. cl_predictweapons "1"
  64.  
  65. // Video
  66. mat_monitorgamma "1.6"
  67. mat_monitorgamma_tv_enabled "0"
  68.  
  69. // Sound
  70. voice_scale "0.4"
  71. snd_mixahead "0.05"
  72. snd_musicvolume "0"
  73.  
  74. // Net
  75. fps_max "300"
  76. net_graph "1"
  77. net_graphheight "0"
  78. net_graphmsecs "400"
  79. net_graphpos "2"
  80. net_graphproportionalfont "0"
  81. net_graphshowinterp "1"
  82. net_graphshowlatency "1"
  83. net_graphsolid "1"
  84. net_graphtext "1"
  85. net_maxroutable "1200"
  86. net_scale "5"
  87.  
  88. // Other
  89. r_drawtracers_firstperson "0"
  90. lobby_voice_chat_enabled "0"
  91. cl_use_opens_buy_menu "0"
  92. mm_dedicated_search_maxping "80"
  93.  
  94. // Make sure mouse is using "Raw Input" & "No Acceleration"
  95. m_rawinput "1"
  96. m_mouseaccel2 "0"
  97. m_mouseaccel1 "0"
  98. m_customaccel "0"
  99.  
  100. // Hud
  101. hud_showtargetid "1"
  102. cl_hud_bomb_under_radar "1"
  103. cl_hud_color "7"
  104. cl_hud_radar_scale "0.9"
  105. cl_radar_scale "0.4"
  106. cl_radar_always_centered "0"
  107. cl_hud_playercount_showcount "0"
  108. cl_hud_playercount_pos "1"
  109. cl_hud_healthammo_style "1"
  110. cl_hud_background_alpha "0.2"
  111. cl_loadout_colorweaponnames "1"
  112. cl_radar_icon_scale_min "0.8"
  113. cl_showloadout "1"
  114. hud_scaling "0.95"
  115. safezonex "0.85"
  116. safezoney "0.85"
  117.  
  118. echo Config Loaded! (2/2)
  119. echo Scripts Loaded (1/2)
  120.  
  121. // Netgraph + Scoreboard
  122. alias "+scorenet" "+showscores; net_graphheight 0"
  123. alias "-scorenet" "-showscores; net_graphheight 9999"
  124. bind "TAB" "+scorenet"
  125.  
  126. echo Scripts Loaded (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement