Advertisement
scptrx

autoexec.cfg

Nov 29th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. // Network settings
  2. cl_cmdrate 67
  3. cl_interp 0.0152
  4. cl_interp_ratio 1
  5. cl_lagcompensation 1
  6. cl_pred_optimize 2
  7. cl_smooth 0
  8. cl_smoothtime 0.01
  9. cl_updaterate 67
  10. rate 60000
  11.  
  12. //Null-cancelling movement script
  13. bind w +mfwd
  14. bind s +mback
  15. bind a +mleft
  16. bind d +mright
  17. alias +mfwd "-back;+forward;alias checkfwd +forward"
  18. alias +mback "-forward;+back;alias checkback +back"
  19. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  20. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  21. alias -mfwd "-forward;checkback;alias checkfwd none"
  22. alias -mback "-back;checkfwd;alias checkback none"
  23. alias -mleft "-moveleft;checkright;alias checkleft none"
  24. alias -mright "-moveright;checkleft;alias checkright none"
  25. alias checkfwd none
  26. alias checkback none
  27. alias checkleft none
  28. alias checkright none
  29. alias none ""
  30.  
  31. // Disable ragdolls
  32. cl_ragdoll_fade_time 0
  33. cl_ragdoll_forcefade 1
  34. cl_ragdoll_physics_enable 0
  35. g_ragdoll_fadespeed 0
  36. g_ragdoll_lvfadespeed 0
  37. ragdoll_sleepaftertime 0
  38.  
  39. // Disable gibs
  40. cl_phys_props_enable 0
  41. cl_phys_props_max 0
  42. props_break_max_pieces 0
  43. r_propsmaxdist 1
  44. violence_agibs 0
  45. violence_hgibs 0
  46.  
  47. // Ding sound
  48. play "hitsound.wav"
  49. tf_dingalingaling "1"
  50. tf_dingaling_wav_override "hitsound.wav"
  51. tf_dingaling_pitchmaxdmg "150"
  52. tf_dingaling_pitchmindmg "50"
  53.  
  54. //Mouse settings
  55. m_rawinput 1
  56. m_customaccel_exponent 0
  57. m_customaccel_max 0
  58. m_customaccel_scale 0
  59. m_filter 0
  60. m_forward 1
  61. m_mouseaccel1 0
  62. m_mouseaccel2 0
  63. m_mousespeed 1
  64. m_customaccel 0
  65.  
  66. //Shadow settings
  67. r_shadowrendertotexture 1
  68. r_shadows 1
  69.  
  70. //Damage text settings
  71. hud_combattext_batching 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement