Advertisement
NisseOnPastebin

tf2 autoexec april 2019

Jan 18th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. //Basic values for improved gameplay
  2. crosshair 0
  3. fov_desired 90
  4. viewmodel_fov 110
  5. cl_interp 0.0325
  6. cl_interp_ratio 1
  7. rate 97000
  8. cl_updaterate 66
  9. cl_cmdrate 66
  10. cl_autoreload 1
  11. cl_disablefreezecam 1
  12. hud_freezecamhide 1
  13.  
  14. //Simple universal shadows
  15. r_shadows 1
  16. cl_blobbyshadows 1
  17.  
  18. //No-ragdoll 'poof'-settings
  19. //cl_ragdoll_forcefade 1; cl_ragdoll_fade_time 0; cl_ragdoll_physics_enable 0; g_ragdoll_fadespeed 0; g_ragdoll_lvfadespeed 0; ragdoll_sleepaftertime 0; cl_phys_props_enable 0; cl_phys_props_max 0
  20. //props_break_max_pieces 0; r_propsmaxdist 1; violence_agibs 0; violence_hgibs 0
  21.  
  22. //Medium stay-time gibs and coprse ragdolls
  23. cl_ragdoll_fade_time 9; g_ragdoll_fadespeed 9; g_ragdoll_lvfadespeed 9; ragdoll_sleepaftertime 9; prop_active_gib_max_fade_time 9
  24. cl_ragdoll_forcefade 0; cl_phys_props_enable 1; cl_phys_props_max 10; cl_ragdoll_physics_enable 1
  25. props_break_max_pieces -1; r_propsmaxdist 100; violence_agibs 1; violence_hgibs 1
  26.  
  27. //Scoreboard-only netgraph
  28. alias +scores "net_graph 3; +showscores"
  29. alias -scores "net_graph 0; -showscores"
  30. bind tab +scores
  31.  
  32. //Damage numbers
  33. hud_combattext 1
  34. hud_combattext_batching 1
  35. hud_combattext_batching_window 2
  36.  
  37. //Stream-safe chat
  38. hud_saytext_time 0
  39.  
  40. //Hitsound values & pitch
  41. tf_dingalingaling 1
  42. tf_dingalingaling_repeat_delay 0.1
  43. tf_dingaling_pitchmaxdmg 150; tf_dingaling_pitchmindmg 50
  44.  
  45. //Modular viewmodel binds
  46. bind p "viewmodel_fov 60"
  47. bind o "viewmodel_fov 90"
  48. bind i "viewmodel_fov 110"
  49. bind k "toggle r_drawviewmodel 0 1"
  50. bind l "toggle tf_use_min_viewmodels 0 1"
  51.  
  52. //Spam-binds
  53. bind j "say Wowza gang, i sure would love to impregnate Mercy and rub her pregnant tummy!"
  54. bind t "Random crits create random amounts of fun"
  55. bind - "say gl & hf"
  56.  
  57.  
  58. //Local server bind: No random crits, fixed bullet spread, instant respawn
  59. bind 0 "tf_weapon_criticals 0; tf_use_fixed_weaponspreads 1; mp_disable_respawn_times 1"
  60.  
  61. //Command storage:
  62. //hud_freezecamhide 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement