Don't like ads? PRO users don't see any ads ;-)
Guest

miruqu.cfg

By: a guest on Aug 9th, 2012  |  syntax: None  |  size: 1.43 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. exec fps // Chris' maxframes config
  2.  
  3. cl_cmdrate 66
  4. cl_interp 0
  5. cl_interp_ratio 1
  6. cl_lagcompensation 1
  7. cl_pred_optimize 2
  8. cl_smooth 0
  9. cl_smoothtime 0.01
  10. cl_updaterate 66
  11. rate 60000
  12.  
  13. cl_autoreload 1
  14. cl_autorezoom 0
  15. cl_cloud_settings 0
  16. cl_crosshair_scale 0
  17. cl_showfps 0
  18. cl_use_tournament_specgui 1
  19. con_enable 1
  20. fov_desired 90
  21. hud_classautokill 0
  22. hud_combattext 1
  23. hud_fastswitch 1
  24. hud_medichealtargetmarker 1
  25. m_rawinput 1
  26. mat_monitorgamma 1.6
  27. snd_surround_speakers 0
  28. tf_dingaling_pitchmaxdmg 20
  29. tf_dingaling_pitchmindmg 100
  30. tf_dingaling_volume 0.5
  31. tf_dingalingaling 1
  32. viewmodel_fov 90
  33. volume 0.1
  34.  
  35. bind W +mfwd
  36. bind S +mback
  37. bind A +mleft
  38. bind D +mright
  39. bind SPACE +duckjump
  40. bind ALT +jump
  41. bind SHIFT +duck
  42. bind MWHEELUP slot1
  43. bind MWHEELDOWN slot2
  44. bind MOUSE4 slot3
  45. bindtoggle R r_drawviewmodel
  46.  
  47. alias +mfwd "-back;+forward;alias checkfwd +forward"
  48. alias +mback "-forward;+back;alias checkback +back"
  49. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  50. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  51. alias -mfwd "-forward;checkback;alias checkfwd none"
  52. alias -mback "-back;checkfwd;alias checkback none"
  53. alias -mleft "-moveleft;checkright;alias checkleft none"
  54. alias -mright "-moveright;checkleft;alias checkright none"
  55. alias checkfwd none
  56. alias checkback none
  57. alias checkleft none
  58. alias checkright none
  59. alias none ""
  60.  
  61. alias +duckjump "+duck;+jump"
  62. alias -duckjump "-duck;-jump"