Advertisement
execut4ble

basic cfg

Jul 23rd, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. // Basic setup
  2. name "Player" // your in-game name
  3. default_fov 110 // field of view
  4. clockwindow 0 // removes freezing after each load
  5.  
  6. // Client commands
  7. cl_showfps 1 // displays game's fps in top left corner
  8. cl_bob 0 // disables weapon bobbing
  9. rate 25000
  10. cl_backspeed 400
  11. cl_cmdbackup 4
  12. cl_cmdrate 101
  13. cl_forwardspeed 400
  14. cl_himodels 0
  15. cl_idealpitchscale "0.8"
  16. cl_lc 1
  17. cl_logocolor "#Valve_Orange"
  18. cl_logofile "lambda"
  19. cl_lw 1
  20. cl_updaterate 101
  21. cl_vsmoothing "0.05"
  22.  
  23. // Sound setup
  24. room_off 1 // disables the echo
  25. ambient_fade 100
  26. ambient_level 0
  27. bgmvolume 0
  28. hisound 1
  29. loadas8bit 0
  30. MP3FadeTime 2
  31. MP3Volume 0 // disables in-game music
  32. snd_noextraupdate 1
  33.  
  34. echo userconfig.cfg executed successfully!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement