Guest User

Zee's Custom

a guest
Apr 17th, 2018
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. exec binds
  2. exec settings
  3. //exec network
  4. exec tweaks/null
  5. exec tweaks/confilter
  6. exec tweaks/tabgraph
  7. exec presets/compquality
  8.  
  9.  
  10. ///---
  11.  
  12. // TF2 black water bug workaround
  13. alias waterfix "r_WaterDrawRefraction 1; r_cheapwaterstart 10000000; r_cheapwaterend 10000000"
  14. bind F11 waterfix
  15.  
  16. bind pgdn "disconnect"
  17. tf_hud_show_servertimelimit 1
  18. tf_scoreboard_mouse_mode 2
  19. tf_contract_competitive_show 2
  20. tf_contract_progress_show 2
  21. r_hunkalloclightmaps 0
  22. bind mouse4 "+voicerecord"
  23.  
  24. cl_timeout 20
  25. //fps_max 142 //For G-SYNC
  26. mat_picmip 0
  27.  
  28.  
  29. //Better Pinpoint Sound
  30. dsp_enhance_stereo 0
  31. dsp_slow_cpu 1
  32. snd_async_fullyasync 1
  33. snd_pitchquality 0
  34. snd_spatialize_roundrobin 1
  35. snd_mixahead .05 // Delay in sound from weapons below .05 has been known to be unstable
  36.  
  37.  
  38. //Improved Crouch Jump Script
  39. //By: Chdata
  40. //Thanks to Stabby Stabby
  41. alias +rj "spec_mode;-duck;+cr;alias checkrj +cr"
  42. alias -rj "-cr;checkduck;alias checkrj none"
  43. alias +crouch "-cr;+duck;alias checkduck +duck"
  44. alias -crouch "-duck;checkrj;alias checkduck none"
  45. alias checkduck none
  46. alias checkrj none
  47. alias +cr "+jump;+duck"
  48. alias -cr "-duck;-jump"
  49. alias none ""
  50. bind space +rj
  51. //bind shift +crouch
  52.  
  53. cl_vote_ui_active_after_voting 1
  54. cl_vote_ui_show_notification 0
  55. rate 400000; net_splitpacket_maxrate 200000
  56. net_maxcleartime 4
  57.  
  58.  
  59. bind capslock ""
  60. cl_promotional_codes_button_show 0
  61. tf_hud_target_id_disable_floating_health 1
  62.  
  63. sv_allow_point_servercommand always
  64. sv_cheats 1
  65. mp_respawnwavetime -1
  66. mp_disable_respawn_times 1
  67. closecaption 1
  68. cc_subtitles 1
  69. cl_disablehtmlmotd 1
  70.  
  71. bind f1 "load_itempreset 0"
  72. bind f2 "load_itempreset 1"
  73. bind f3 "load_itempreset 2"
  74. bind f4 "load_itempreset 3"
  75.  
  76. aa_msaa_4x
  77. motion_blur_off
  78. ragdolls_high
  79.  
  80. bind 8 "extendfreeze"
  81. ///---
Add Comment
Please, Sign In to add comment