Advertisement
YaLTeR

userconfig

Apr 13th, 2015
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. clockwindow 0 //fixes random player freeze after loading a game
  2. cl_bob 0 //disables weapon bobbing
  3. room_off 1 //turns off echos and other effects on sounds
  4. default_fov 110 //field of view in degrees, 90-120 recommended
  5. fps_override 1
  6. net_graph 0
  7. cl_showfps 1
  8. cl_forwardspeed 10000
  9. cl_sidespeed 10000
  10. cl_backspeed 10000
  11. cl_upspeed 10000
  12. name YaLTeR
  13. fps_max 999.5
  14.  
  15. unbindall
  16. exec defbinds.cfg
  17. exec movement_aliases.cfg
  18. exec waittable.cfg
  19.  
  20. bind space "+bxt_tas_autojump"
  21. bind tab "l04d"
  22. bind mouse4 "+bxt_tas_ducktap"
  23. bind mouse5 "s4v3"
  24. bind F1 "dp_normal"
  25. bind F2 "dp_slowmo"
  26. bind \ "start;exec seg.cfg"
  27.  
  28. alias l04d "bxt_timer_reset;pause1;loadgame"
  29. alias s4v3 "stopp;savegame"
  30. alias stopp "stop;bxt_timer_stop;pause1"
  31. alias start "pause0;bxt_timer_start;demorecord"
  32.  
  33. alias demorecord "record 146"
  34. alias loadgame "load 146-2764"
  35. alias savegame "save 147"
  36.  
  37. alias pause1 "setpause;sensitivity 0;bind mouse2 start"
  38. alias pause0 "sensitivity 1;bind mouse5 s4v3;bind mouse2 +attack2;unpause"
  39.  
  40. // Demo Playback Control.
  41. alias dp_normal "host_framerate 0"
  42. alias dp_slowmo "host_framerate 0.0001"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement