Advertisement
xbalogan

CW_Jesse.BetterNetworking

Dec 26th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ## Settings file was created by plugin Better Networking v2.3.2
  2. ## Plugin GUID: CW_Jesse.BetterNetworking
  3.  
  4. [Logging]
  5.  
  6. ## Better Network's verbosity in console/logs.
  7. # Setting type: Options_Logger_LogLevel
  8. # Default value: message
  9. # Acceptable values: warning, message, info
  10. Log Level = message
  11.  
  12. [Networking]
  13.  
  14. ## Keep this enabled unless comparing difference.
  15. ## ---
  16. ## Crossplay enabled: Increases speed and strength of network compression.
  17. ## Crossplay disabled: Adds network compression.
  18. # Setting type: Options_NetworkCompression
  19. # Default value: true
  20. # Acceptable values: true, false
  21. Compression Enabled = true
  22.  
  23. ## Reducing this can help if your upload speed is low.
  24. ## 100%: 20 updates/second
  25. ## 75%: 15 updates/second
  26. ## 50%: 10 updates/second
  27. # Setting type: Options_NetworkUpdateRates
  28. # Default value: _100
  29. # Acceptable values: _100, _75, _50
  30. Update Rate = _100
  31.  
  32. ## The better your upload speed, the higher you can set this.
  33. ## Higher options aren't available as they can cause errors in Steam.
  34. ## With compression and 100% update rate, 32 KB spikes upload speeds to 256 KB/s. (32KB*0.4*20/s)---
  35. ## If others experience lag/desync for things <i>around</i> you, increase your queue size.
  36. ## If your <i>character</i> is lagging for others, decrease your update rate and/or queue size.
  37. # Setting type: Options_NetworkQueueSize
  38. # Default value: _32KB
  39. # Acceptable values: _80KB, _64KB, _48KB, _32KB, _vanilla
  40. Queue Size = _32KB
  41.  
  42. [Networking (Steamworks)]
  43.  
  44. ## Steamworks: The minimum speed Steam will <i>attempt</i> to send data.
  45. ## <b>Lower this below your internet upload speed.</b>
  46. ##
  47. # Setting type: Options_NetworkSendRateMin
  48. # Default value: _256KB
  49. # Acceptable values: _1024KB, _768KB, _512KB, _256KB, _150KB
  50. Minimum Send Rate = _256KB
  51.  
  52. ## Steamworks: The maximum speed Steam will <i>attempt</i> to send data.
  53. ## If you have a low upload speed, lower this <i>below</i> your internet upload speed.
  54. ##
  55. # Setting type: Options_NetworkSendRateMax
  56. # Default value: _1024KB
  57. # Acceptable values: _1024KB, _768KB, _512KB, _256KB, _150KB
  58. Maximum Send Rate = _1024KB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement