Advertisement
Guest User

laika.cfg

a guest
Nov 23rd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //https://steamcommunity.com/id/la1/
  2. //Res: 1728x1080 Black Bars
  3. //Sens: 3.3 400 DPI
  4.  
  5. // [-------------------------------------------]
  6. // [              VISUALS / HUD                ]
  7. // [-------------------------------------------]
  8.  
  9. // Crosshair
  10. cl_crosshairstyle "4"
  11. //cl_crosshairgap_useweaponvalue "1"
  12.  
  13. cl_crosshaircolor "5"
  14. cl_crosshaircolor_r "255"
  15. cl_crosshaircolor_g "255"
  16. cl_crosshaircolor_b "255"
  17. cl_crosshairalpha "255"
  18.  
  19. cl_crosshairsize "2.5"
  20. cl_crosshairthickness "0"
  21.  
  22. cl_crosshairgap "-2"
  23. cl_crosshairdot "0"
  24.  
  25. cl_crosshair_drawoutline "1"
  26. cl_crosshair_outlinethickness "0"
  27.  
  28. cl_crosshair_sniper_show_normal_inaccuracy "0"
  29. cl_crosshair_sniper_width "1"
  30.  
  31. bind 8 "cl_crosshaircolor 5"
  32. bind 9 "incrementvar cl_crosshaircolor 0 5 1"
  33.  
  34. bind k "toggle cl_crosshairsize 2.5 1000"
  35. bind capslock "toggle cl_crosshairsize 2.5 1000"
  36.  
  37. // Viewmodel
  38. viewmodel_fov "68"
  39. viewmodel_offset_x "2.5"
  40. viewmodel_offset_y "0"
  41. viewmodel_offset_z "-1.5"
  42. viewmodel_recoil "0"
  43.  
  44. cl_viewmodel_shift_left_amt "1.5"
  45. cl_viewmodel_shift_right_amt "0.75"
  46. cl_bobamt_lat "0"
  47. cl_bobamt_vert "0"
  48. cl_bob_lower_amt "0"
  49. cl_bobcycle "1"
  50. cl_showloadout "1"
  51.  
  52.  
  53. // Radar Settings
  54. cl_radar_always_centered "0"
  55. cl_radar_icon_scale_min "0.6"
  56. cl_radar_rotate "0"
  57. cl_radar_scale "0.5"
  58. cl_radar_square_with_scoreboard "1"
  59. cl_radar_always_centered "0"
  60. cl_radar_icon_scale_min "0.6"
  61. cl_radar_rotate "0"
  62. cl_radar_square_with_scoreboard "1"
  63.  
  64.  
  65. // Hud Settings
  66. cl_showloadout "1"
  67. cl_hud_background_alpha "0.5"
  68. cl_hud_bomb_under_radar "1"
  69. cl_hud_color "10"
  70. cl_hud_healthammo_style "0"
  71. cl_hud_playercount_pos "0"
  72. cl_hud_playercount_showcount "0"
  73. cl_hud_radar_scale "1.3"
  74.  
  75. cl_loadout_colorweaponnames "0"
  76.  
  77. hud_scaling "0.85"
  78. hud_showtargetid "1"
  79. hud_takesshots "0"
  80.  
  81. net_graphpos "1"
  82. net_graphproportionalfont "1"
  83.  
  84. // Net_Graph With scoreboard
  85.  
  86. net_graph "1"
  87. net_graphheight "9999"
  88. bind "tab" "+scorenet"
  89. alias "+scorenet" "+showscores; net_graphheight 0"
  90. alias "-scorenet" "-showscores; net_graphheight 9999"
  91.  
  92.  
  93. // [-------------------------------------------]
  94. // [              KEYBOARD/MOUSE               ]
  95. // [-------------------------------------------]
  96.  
  97. // Mouse Settings
  98. bind mouse1 "+attack;r_cleardecals"
  99. bind mouse5 "+reload"
  100. bind mouse4 "noclip"
  101. bind mwheeldown "+jump"
  102. bind mwheelup "+jump"
  103.  
  104. sensitivity "3.3"
  105.  
  106. m_rawinput "1"
  107. m_mouseaccel1 "0"
  108. m_mouseaccel2 "0"
  109. m_mousespeed "0"
  110. m_customaccel "0"
  111.  
  112. // Console Stuff
  113. bind "=" toggleconsole
  114. alias dc disconnect
  115. alias vol "toggle volume 0.8 0.025"
  116. alias prac "bind mouse4 "noclip""
  117. alias pug "bind mouse4 "+voicerecord""
  118. alias cls "clear"
  119.  
  120. // Nade Fastswap Binds
  121. bind 4 "use weapon_knife;use weapon_hegrenade"
  122. bind r "use weapon_knife;use weapon_molotov;use weapon_incgrenade"
  123. bind f "use weapon_knife;use weapon_flashbang"
  124. bind c "use weapon_knife;use weapon_smokegrenade"
  125. bind 6 "use weapon_knife;use weaspon_decoy"
  126.  
  127. bind mouse3 "use weapon_knife;use weapon_smokegrenade" //Old Bind
  128.  
  129. // Buy Binds
  130. bind o "buy flashbang;"
  131. bind p "buy smokegrenade;+lookatweapon"
  132. bind [ "buy molotov; buy incgrenade;"
  133. bind ] "buy hegrenade;"
  134.  
  135. bind l "buy defuser;"
  136. bind semicolon "buy vest;"
  137. bind ' "buy vesthelm;"
  138.  
  139. bind n "buy tec9; buy fiveseven;"
  140. bind m "buy deagle; buy revolver;"
  141. bind , "buy ump45;"
  142. bind / "buy ak47; buy m4a1;"
  143.  
  144.  
  145. // QQ Bind
  146. alias +knife slot3
  147. alias -knife lastinv
  148. bind q +knife
  149.  
  150.  
  151. // Jumpthrow Bind
  152. alias +jumpthrow "+jump;-attack"
  153. alias -jumpthrow "-jump;-attack"
  154. bind "x" +jumpthrow
  155.  
  156. //Other Weird Binds
  157. bind 7 "buymenu"
  158. bind t "use weapon_c4;drop"
  159. bind \ "cl_righthand 0"
  160. bind z "cl_righthand 1"
  161.  
  162.  
  163. // [-------------------------------------------]
  164. // [              TECHNICAL SHIT               ]
  165. // [-------------------------------------------]
  166.  
  167. fps_max 500
  168.  
  169. cl_autowepswitch "0"
  170. cl_showhelp "0"
  171. cl_autohelp "0"
  172. gameinstructor_enable "0"
  173. cl_disablehtmlmotd "0"
  174. cl_freezecameffects_showholiday "0"
  175. cl_forcepreload "1"
  176.  
  177. rate "999999999"
  178. cl_updaterate "128"
  179. cl_cmdrate "128"
  180.  
  181. cl_interp_ratio 1
  182. cl_interp 0.007813
  183.  
  184. echo "+cl_show_team_equipment"
  185. //End
  186. clear
  187. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement