Advertisement
SHUFEN

Untitled

May 27th, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. sv_maxupdaterate 64
  2. sv_maxrate 0 // min. 0.000000 max. 30000.000000 replicated Max bandwidth rate allowed on server, 0 == unlimited
  3. sv_maxuptimelimit 0
  4. sv_mincmdrate 51.2 // This sets the minimum value for cl_cmdrate. 0 == unlimited.
  5. sv_minupdaterate 51.2
  6. sv_minrate 64000 // Min bandwidth rate allowed on server, 0 == unlimited
  7. sv_minuptimelimit 0
  8.  
  9. //sv_max_queries_sec 3
  10. //sv_max_queries_sec_global 60
  11.  
  12. //sv_parallel_sendsnapshot 1
  13. sv_enable_delta_packing 1
  14. net_splitpacket_maxrate 128000
  15. net_splitrate 2
  16. sv_client_predict 1
  17. sv_client_interpolate 1
  18.  
  19.  
  20. //******** NEED sm_cvar *********//
  21. sm_cvar sv_maxcmdrate 64 // If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
  22. sm_cvar sv_unlag 1
  23. sm_cvar sv_maxunlag ".5"
  24. sm_cvar net_maxcleartime ".001"
  25. sm_cvar net_minroutable 1000
  26. sm_cvar net_earliertempents 1
  27. //sm_cvar net_compresspackets 0
  28. sm_cvar sv_multiplayer_maxtempentities 1
  29. //*******************************//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement