Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. sv_cheats 1
  2. sv_allow_point_servercommand always
  3. exec ssd
  4. exec maxperformance
  5. mat_dxlevel 80
  6. mat_picmip 2
  7.  
  8. //network settings
  9.  
  10. cl_cmdrate 90000
  11. cl_interp 0
  12. cl_interp_ratio 0
  13. cl_lagcompensation 1
  14. cl_pred_optimize 2
  15. cl_smooth 0
  16. cl_smoothtime 0
  17. cl_updaterate 100000
  18. rate 90000
  19.  
  20.  
  21. //////////////////////////////////////////////////////////////////
  22. volume 0.04
  23. net_graphheight 10
  24. net_graphproportionalfont 0
  25. bindtoggle "p" "r_drawviewmodel"
  26. bindtoggle "l" "net_graph"
  27. viewmodel_fov 93
  28. viewmodel_Fov_demo 95
  29. fov_desired 90
  30. voice_enable 1
  31. cl_autoreload 1
  32. cl_disablehtmlmotd 0
  33. fps_max 0
  34. net_graph 1
  35. mp_respawnwavetime 0
  36. bind "space" "+jump"
  37. unbind mwheelup
  38. unbind mwheeldown
  39. maxplayers 32
  40. mp_respawnwavetime 0
  41. crosshair 1
  42. cl_crosshair_file "Crosshair5"
  43. cl_crosshair_blue "0"
  44. cl_crosshair_green "255"
  45. cl_crosshair_red "0"
  46. cl_crosshair_scale 20
  47. cl_hud_minmode 0
  48. cl_hud_playerclass_use_playermodel 0
  49. hud_saytext_time 2
  50. tf_use_min_viewmodels 0
  51.  
  52. /////////////////////////////////////////////////////////////////////
  53.  
  54. // Null-cancelling movement script
  55. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  56.  
  57. bind w +mfwd
  58. bind s +mback
  59. bind a +mleft
  60. bind d +mright
  61.  
  62. alias +mfwd "-back;+forward;alias checkfwd +forward"
  63. alias +mback "-forward;+back;alias checkback +back"
  64. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  65. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  66. alias -mfwd "-forward;checkback;alias checkfwd none"
  67. alias -mback "-back;checkfwd;alias checkback none"
  68. alias -mleft "-moveleft;checkright;alias checkleft none"
  69. alias -mright "-moveright;checkleft;alias checkright none"
  70. alias checkfwd none
  71. alias checkback none
  72. alias checkleft none
  73. alias checkright none
  74. alias none ""
  75.  
  76. //Improved Scoreboard
  77. alias "+scores" ";+showscores;net_graph 1;mat_filterlightmaps 1;cl_showerror 1;mat_filtertextures 1;cl_showfps 0;mem_compact;developer 1;"
  78. alias "-scores" ";-showscores;net_graph 0;mat_filterlightmaps 1;cl_showerror 0;mat_filtertextures 1;cl_showfps 0;mem_compact;developer 0;"
  79. bind "tab" "+scores"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement