Advertisement
Guest User

laika.cfg

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