Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. echo “”
  2. echo “Config Loaded (1/2)”
  3. echo “”
  4.  
  5.  
  6. // Crosshair Settings
  7.  
  8. cl_crosshair_drawoutline "0"
  9. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  10. cl_crosshair_dynamic_splitalpha_innermod "1"
  11. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  12. cl_crosshair_dynamic_splitdist "7"
  13. cl_crosshair_outlinethickness "1"
  14. cl_crosshairalpha "999'"
  15. cl_crosshaircolor "0"
  16. cl_crosshaircolor_b "0"
  17. cl_crosshaircolor_g "0"
  18. cl_crosshaircolor_r "0"
  19. cl_crosshairdot "0"
  20. cl_crosshairgap "-3"
  21. cl_crosshairgap_useweaponvalue "0"
  22. cl_crosshairscale "'0'[ret]"
  23. cl_crosshairsize "3"
  24. cl_crosshairstyle "4"
  25. cl_crosshairthickness "1"
  26. cl_crosshairusealpha "1"
  27. cl_fixedcrosshairgap "3"
  28.  
  29. // Viewmodels
  30. viewmodel_offset_x "1"
  31. viewmodel_offset_y "2"
  32. viewmodel_offset_z "-2"
  33. viewmodel_fov "68"
  34.  
  35. // Bob
  36. cl_bob_lower_amt "5"
  37. cl_bobamt_lat "0.1"
  38. cl_bobamt_vert "0.1"
  39. cl_bobcycle "0.98"
  40. cl_viewmodel_shift_left_amt "0"
  41. cl_viewmodel_shift_right_amt "0"
  42.  
  43. // Bindings
  44. bind "mouse4" "drop"
  45. bind "e" "buymenu"
  46. bind "e" "buymenu"
  47. bind "h" "slam_play"
  48. bind "v" "+voicerecord"
  49. bind "f" "+lookatweapon"
  50. bind "z" "radio1"
  51. bind "x" "radio2"
  52. bind "c" "radio3"
  53. bind "b" "noclip"
  54. bind "j" "incrementvar net_graph 0 1 1"
  55. bind "k" "incrementvar voice_enable 0 1 1"
  56. bind "l" "incrementvar cl_righthand 0 1 1"
  57. bind "mouse5" "+voicerecord"
  58. bind "shift" "+duck"
  59. bind "ctrl" "+speed"
  60. bind "\" "toggleconsole"
  61. bind "TAB" "+ng";
  62. alias "+ng" "+showscores; net_graph 1";
  63. alias "-ng" "-showscores; net_graph 0";
  64.  
  65. // Buy Binds
  66. bind "kp_ins" "buy vesthelm;"
  67. bind "kp_end" "buy flashbang;"
  68. bind "kp_downarrow" "buy hegrenade;"
  69. bind "kp_pgdn" "buy smokegrenade;"
  70. bind "kp_del" "buy molotov; buy incgrenade;"
  71. bind "kp_home" "buy ak47; buy m4a1;"
  72. bind "kp_uparrow" "buy awp;"
  73. bind "kp_pgup" "buy galilar; buy famas;"
  74. bind "kp_leftarrow" "buy p250;"
  75. bind "kp_5" "buy tec9; buy fiveseven;"
  76. bind "kp_rightarrow" "buy deagle;"
  77.  
  78. // No Tutorial or Info Messages
  79. gameinstructor_enable "0"
  80. cl_showhelp "0"
  81. cl_autohelp "0"
  82. cl_disablefreezecam "1"
  83. cl_disablehtmlmotd "0"
  84.  
  85. // Rates
  86. rate "128000"
  87. cl_cmdrate "128"
  88. cl_updaterate "128"
  89. cl_interp_ratio "1"
  90. cl_interp "0"
  91. cl_lagcompensation "1"
  92. cl_predict "1"
  93. cl_predictweapons "1"
  94. cl_forcepreload 1
  95.  
  96. // Video
  97. mat_monitorgamma "2"
  98. mat_monitorgamma_tv_enabled "0"
  99. mat_setvideomode 800 600 0
  100.  
  101. // Sound
  102. voice_scale "0.5"
  103. snd_mixahead "0.05"
  104. snd_musicvolume "0"
  105. volume "0.05"
  106. voice_enable "0"
  107.  
  108. // Net
  109. fps_max "150"
  110. net_graph "0"
  111. net_graphheight "0"
  112. net_graphmsecs "400"
  113. net_graphpos "2"
  114. net_graphproportionalfont "0"
  115. net_graphshowinterp "1"
  116. net_graphshowlatency "1"
  117. net_graphsolid "1"
  118. net_graphtext "1"
  119. net_maxroutable "1200"
  120. net_scale "5"
  121.  
  122. // Other
  123. r_drawtracers_firstperson "0"
  124. lobby_voice_chat_enabled "0"
  125. cl_use_opens_buy_menu "0"
  126. mm_dedicated_search_maxping "50"
  127.  
  128.  
  129. // Hud Modification
  130. hud_showtargetid "1"
  131. cl_hud_bomb_under_radar "1"
  132. cl_hud_color "0" e
  133. cl_hud_radar_scale "0.9"
  134. cl_radar_scale "1"
  135. cl_radar_always_centered "0"
  136. cl_hud_playercount_showcount "1"
  137. cl_hud_playercount_pos "0"
  138. cl_hud_healthammo_style "1"
  139. cl_hud_background_alpha "0.2"
  140. cl_loadout_colorweaponnames "1"
  141. cl_radar_icon_scale_min "0.8"
  142. cl_showloadout "1"
  143. hud_scaling "0.95"
  144. safezonex "1"
  145. safezoney "1"
  146. cl_crosshair_sniper_width "0.5"
  147.  
  148.  
  149. echo “”
  150. echo “”
  151. echo “Config Loaded (2/2)”
  152. echo “”
  153. echo “”
  154.  
  155. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement