Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. // SpiritS - 29/06/2017
  2. // launch options settings : -high -novid -nojoy -refresh 144 -threads 4
  3.  
  4. // NETCODE
  5. rate "786432"
  6. hud_scaling "1"
  7. cl_interp "0"
  8. cl_interp_ratio "1"
  9. cl_cmdrate "128"
  10. cl_updaterate "128"
  11. net_graph "1"
  12. cl_showfps "0"
  13. fps_max "999"
  14. cl_autohelp "0"
  15. cl_disablefreezecam "1"
  16. cl_disablehtmlmotd "1"
  17. cl_forcepreload "1"
  18. cl_showhelp "0"
  19.  
  20. //HUD
  21. net_graphproportionalfont "0"
  22. net_graphheight "0"
  23. hud_scaling "0.8"
  24. hud_showtargetid "1"
  25. cl_autowepswitch "0"
  26.  
  27. //MODEL
  28. viewmodel_offset_x "2"
  29. viewmodel_offset_y "4"
  30. viewmodel_offset_z "-2"
  31. cl_viewmodel_shift_left_amt "0"
  32. cl_viewmodel_shift_right_amt "0"
  33. cl_bob_lower_amt "0"
  34. cl_bobcycle "2"
  35.  
  36. //BUYSCRIPTS
  37. bind "kp_enter" "buy vesthelm;"
  38. bind "kp_plus" "buy vest;"
  39. bind "kp_pgdn" "buy ak47; buy m4a1;"
  40. bind "kp_del" "buy flashbang;"
  41. bind "kp_ins" "buy hegrenade;"
  42. bind "kp_minus" "buy defuser;"
  43. bind "kp_multiply" "buy smokegrenade;"
  44. bind "kp_downarrow" "buy molotov; buy incgrenade;"
  45. bind "kp_end" "buy tec9; buy fiveseven;"
  46. bind "kp_leftarrow" "buy galilar; buy famas;"
  47. bind "kp_5" "buy awp;"
  48. voice_mixer_volume "1"
  49.  
  50. host_writeconfig
  51. echo "SpiritS CS:GO config loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement