Advertisement
laceuniversal

lace's CS: GO config

May 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. // lace Config - Updated 2018-11-13
  2.  
  3. echo Config Loaded!!! (1/2)
  4.  
  5. // Content
  6. // 1. Main Settings
  7. // 2. Bindings
  8. // 3. Crosshair
  9. // 4. Hud
  10. // 5. Radar
  11. // 6. Mouse
  12. // 7. Viewmodel
  13. // 8. Bob
  14. // 9. Rates
  15. // 10. Video
  16. // 11. Sound
  17. // 12. Other
  18. // 13. Scripts
  19.  
  20. // 1. Main Settings
  21. voice_mixer_volume "0.86"
  22. con_enable "1"
  23. gameinstructor_enable "0"
  24. cl_showhelp "0"
  25. cl_autohelp "0
  26. cl_hud_healthammo_style 1
  27. cl_disablefreezecam "1"
  28. cl_disablehtmlmotd "1"
  29. cl_autowepswitch "0"
  30. cl_forcepreload "0"
  31. cl_join_advertise "2"
  32. lobby_default_privacy_bits2 "0"
  33. spec_replay_autostart "0"
  34.  
  35. // 2. Bindings
  36.  
  37. bind "f" "+lookatweapon"
  38. bind "x" "+voicerecord"
  39. bind "n" "noclip"
  40. bind "m" "nadexhair"
  41. bind "c" "r_cleardecals;slot12"
  42. bind "F4" "ignoremsg"
  43. bind "F8" "toggleconsole"
  44. bind "m" "teammenu"
  45. bindToggle "F6" "voice_enable"
  46.  
  47. bind "w" "+forward"
  48. bind "s" "+back"
  49. bind "d" "+moveright"
  50. bind "a" "+moveleft"
  51.  
  52. bind "leftarrow" "+left"
  53. bind "rightarrow" "+right"
  54. bind "uparrow" "+forward"
  55. bind "downarrow" "+back"
  56.  
  57. bind "mwheelup" "lastinv"
  58. bind "mwheeldown" "+jump"
  59. bindToggle "mouse3" "cl_righthand"
  60.  
  61. bind "PGUP" "volume 0.5"
  62. bind "PGDN" "volume 0"
  63.  
  64. unbind "k"
  65. unbind "z"
  66. bind "," "radio"
  67. bind "." "radio2"
  68.  
  69. // 3. Crosshair
  70. cl_crosshair_drawoutline "0"
  71. cl_crosshair_dynamic_maxdist_splitratio "0.0"
  72. cl_crosshair_dynamic_splitalpha_innermod "1"
  73. cl_crosshair_dynamic_splitalpha_outermod "0.300000"
  74. cl_crosshair_dynamic_splitdist "5"
  75. cl_crosshair_outlinethickness "0.500000"
  76. cl_crosshair_sniper_show_normal_inaccuracy "0"
  77. cl_crosshair_sniper_width "1"
  78. cl_crosshair_t "0"
  79. cl_crosshairalpha "300"
  80. cl_crosshaircolor "4"
  81. cl_crosshaircolor_b "255"
  82. cl_crosshaircolor_g "235"
  83. cl_crosshaircolor_r "0"
  84. cl_crosshairdot "0"
  85. cl_crosshairgap "-4"
  86. cl_crosshairgap_useweaponvalue "0"
  87. cl_crosshairscale "0"
  88. cl_crosshairsize "1"
  89. cl_crosshairstyle "4"
  90. cl_crosshairthickness "0.000000"
  91. cl_crosshairusealpha "1"
  92. cl_fixedcrosshairgap "-7"
  93.  
  94. // 4. Hud
  95. hud_scaling "0.8"
  96. hud_showtargetid "1"
  97. cl_hud_bomb_under_radar "1"
  98. cl_hud_color "3"
  99. cl_hud_playercount_showcount "0"
  100. cl_hud_playercount_pos "1"
  101. cl_hud_healthammo_style "0"
  102. cl_hud_background_alpha "0.6"
  103. cl_showloadout "1"
  104. cl_teamid_overhead_mode "2"
  105. safezonex "1"
  106. safezoney "1"
  107. cl_show_clan_in_death_notice "0"
  108.  
  109. // 5. Radar
  110. cl_teammate_colors_show "1"
  111. cl_hud_radar_scale "1"
  112. cl_radar_scale "0.4"
  113. cl_radar_always_centered "0"
  114. cl_radar_icon_scale_min "1"
  115.  
  116. // 6. Mouse
  117. m_customaccel "0"
  118. m_customaccel_exponent "0"
  119. m_customaccel_max "0"
  120. m_customaccel_scale "0"
  121. m_forward "1"
  122. m_mouseaccel1 "0"
  123. m_mouseaccel2 "0"
  124. m_mousespeed "0"
  125. m_pitch "0.022"
  126. m_rawinput "1"
  127. m_yaw "0.022"
  128. sensitivity "0.6"
  129.  
  130. // 7. Viewmodel
  131. viewmodel_offset_x "1"
  132. viewmodel_offset_y "2"
  133. viewmodel_offset_z "-2"
  134. viewmodel_fov "68"
  135. viewmodel_recoil "0"
  136.  
  137. // 8. Bob
  138. cl_bob_lower_amt "5"
  139. cl_bobamt_lat "0.1"
  140. cl_bobamt_vert "0.1"
  141. cl_bobcycle "0.98"
  142. cl_viewmodel_shift_left_amt "0.5"
  143. cl_viewmodel_shift_right_amt "0.25"
  144.  
  145. // 9. Rates
  146. rate "786432"
  147. cl_cmdrate "128"
  148. cl_updaterate "128
  149. cl_interp "0.007813"
  150. cl_interp_ratio "1"
  151. cl_lagcompensation "1"
  152. cl_predict "1"
  153. cl_predictweapons "1"
  154.  
  155. // 10. Video
  156. fps_max "0"
  157. fps_max_menu "0"
  158. mat_monitorgamma "1.7"
  159. mat_monitorgamma_tv_enabled "0"
  160. mat_powersavingsmode "0"
  161. mat_queue_mode "2"
  162. r_dynamic "0"
  163. r_drawtracers_firstperson "0"
  164.  
  165. // 11. Sound
  166. snd_hwcompat "0"
  167. snd_musicvolume_multiplier_inoverlay "0"
  168. voice_scale "0.4"
  169. snd_deathcamera_volume "0"
  170. snd_dzmusic_volume "0"
  171. snd_mapobjective_volume "0"
  172. snd_music_selection "2"
  173. snd_musicvolume_multiplier_inoverlay "0"
  174. snd_mute_mvp_music_live_players "0"
  175. snd_roundend_volume "0"
  176. snd_roundstart_volume "0.032215"
  177. snd_tensecondwarning_volume "0.033141"
  178. snd_mvp_volume "0.03"
  179. snd_menumusic_volume "0.061503"
  180.  
  181. // 12. Other
  182. cl_use_opens_buy_menu "0"
  183. mm_dedicated_search_maxping "50"
  184. func_break_max_pieces "0"
  185.  
  186. echo Config Loaded!!! (2/2)
  187.  
  188. // 13. Scripts
  189.  
  190. // Shortcuts for commands
  191. alias "cfg" "exec autoexec.cfg"
  192. alias "cls" "clear"
  193. alias "dc" "disconnect"
  194. alias "r" "retry"
  195. alias "rs" "mp_restartgame 1"
  196. alias "q" "quit;exit"
  197. alias "null" "cl_clanid 0"
  198. alias "boys" "cl_clanid 4997876"
  199. alias "atzen" "cl_clanid 35340740"
  200.  
  201. // Jump Throw
  202. alias "+jumpthrow" "+jump; -attack"
  203. alias "-jumpthrow" "-jump"
  204. bind "v" "+jumpthrow;r_cleardecals"
  205.  
  206. //Final part
  207. host_writeconfig
  208.  
  209. echo Scripts Loaded (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement