Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. //-novid -sw -noborder -w 1920 -h 1080 -refresh 144
  2.  
  3. crosshair 1
  4. volume 0.03
  5. m_rawinput 1
  6. fov_desired 90
  7.  
  8. alias +m2duck "+duck; spec_prev"
  9. alias -m2duck "-duck"
  10.  
  11. //net
  12.  
  13. cl_cmdrate 66
  14. cl_interp 0.02
  15. cl_interp_all 0
  16. cl_interp_ratio 0
  17. cl_pred_optimize 1
  18. cl_SetupAllBones 1
  19. cl_smooth 0
  20. cl_smoothtime 0.1
  21. cl_timeout 120
  22. cl_updaterate 66
  23. net_compresspackets 1
  24. net_compresspackets_minsize 1024
  25. net_maxcleartime 0.01
  26. net_splitpacket_maxrate 80000
  27. rate 80000
  28. net_splitrate 3
  29.  
  30. //binds
  31.  
  32. bind "[" "cl_trigger_first_notification"
  33. bind "]" "cl_decline_first_notification"
  34.  
  35. bind mwheelup "slot1; r_drawviewmodel 0"
  36. bind mwheeldown "slot2; r_drawviewmodel 0"
  37. bind q "slot3; r_drawviewmodel 1"
  38.  
  39. bind "-" "disguiseteam"
  40. bind "/" "demo_togglepause"
  41. bind "=" "show_matchmaking"
  42. bind "ESCAPE" "cancelselect"
  43. bind "F1" "load_itempreset 0"
  44. bind "F2" "load_itempreset 1"
  45. bind "F3" "load_itempreset 2"
  46. bind "F4" "load_itempreset 3"
  47. bind "F5" "player_ready_toggle"
  48. bind "INS" "sm_admin"
  49. bind "SEMICOLON" "hurtme -180"
  50. bind "SHIFT" "+duck"
  51. bind "[" "cl_trigger_first_notification"
  52. bind "\" "say theres no tool in this pool"
  53. bind "]" "cl_decline_first_notification"
  54. bind "b" "lastdisguise"
  55. bind "c" "load_itempreset 0"
  56. bind "e" "voicemenu 0 0"
  57. bind "f" "lastinv"
  58. bind "h" "impulse 201; dropitem; mp_waitingforplayers_cancel 1"
  59. bind "k" "kill"
  60. bind "l" "sv_cheats 1; mp_restartgame_immediate 1; tf_preround_push_from_damage_enable 1"
  61. bind "o" "hud_reloadscheme"
  62. bind "p" "ds_mark"
  63. bind "t" "+use_action_slot_item"
  64. bind "v" "+voicerecord"
  65. bind "x" "toggle r_drawviewmodel 0 1"
  66.  
  67. bind "UPARROW" "host_timescale 10"
  68. bind "DOWNARROW" "host_timescale 1"
  69. bind "LEFTARROW" "host_timescale .5"
  70. bind "RIGHTARROW" "host_timescale 2"
  71.  
  72. bind "w" "+mfwd"
  73. bind "s" "+mback"
  74. bind "a" "+mleft"
  75. bind "d" "+mright"
  76.  
  77. //alias
  78.  
  79. alias +mfwd "-back;+forward;alias checkfwd +forward"
  80. alias +mback "-forward;+back;alias checkback +back"
  81. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  82. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  83. alias -mfwd "-forward;checkback;alias checkfwd none"
  84. alias -mback "-back;checkfwd;alias checkback none"
  85. alias -mleft "-moveleft;checkright;alias checkleft none"
  86. alias -mright "-moveright;checkleft;alias checkright none"
  87. alias checkfwd none
  88. alias checkback none
  89. alias checkleft none
  90. alias checkright none
  91. alias none ""
  92.  
  93. alias hive "connect 192.223.29.180:27015; password buzzz"
  94. alias hoth "connect 74.91.124.145:27115; password simply"
  95.  
  96. alias mge "sm_rcon changelevel mge_oihguv_sucks_a12"
  97. alias 2v2 "sm_rcon changelevel mge_oihguv_sucks_a11"
  98.  
  99. //etc
  100.  
  101. hud_combattext_batching 1
  102. hud_combattext_batching_window 1
  103. cl_spec_carrieditems 0
  104. cl_downloadfilter mapsonly
  105. cl_hud_playerclass_use_playermodel "0"
  106. hud_fastswitch 1
  107. hud_deathnotice_time 10
  108. sv_allow_point_servercommand always
  109. tf_dingaling_pitchmaxdmg 66
  110. tf_dingaling_pitchmindmg 133
  111. tf_dingaling_volume 1
  112. tf_dingalingaling 1
  113. tf_hud_target_id_alpha "100.000000"
  114. tf_hud_target_id_disable_floating_health "1"
  115. tf_particles_disable_weather "1"
  116. tf_remember_activeweapon "1"
  117. tf_remember_lastswitched "1"
  118. tf_scoreboard_ping_as_text "1"
  119. voice_enable 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement