-
Notifications
You must be signed in to change notification settings - Fork 0
/
CW_Jesse.BetterNetworking.cfg
76 lines (63 loc) · 2.58 KB
/
CW_Jesse.BetterNetworking.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
## Settings file was created by plugin Better Networking v2.3.2
## Plugin GUID: CW_Jesse.BetterNetworking
[Dedicated Server]
## Requires restart.
## playfab (crossplay enabled): Forces dedicated servers to use new PlayFab networking stack.
## steamworks (crossplay disabled): Forces dedicated servers to use Steamworks network stack.
## vanilla: Listen for -crossplay flag.
# Setting type: Options_ForceCrossplay
# Default value: vanilla
# Acceptable values: vanilla, playfab, steamworks
Force Crossplay = vanilla
## Requires restart. Changes player limit for dedicated servers.
# Setting type: Int32
# Default value: 10
# Acceptable value range: From 1 to 127
Player Limit = 10
[Logging]
## Better Network's verbosity in console/logs.
# Setting type: Options_Logger_LogLevel
# Default value: message
# Acceptable values: warning, message, info
Log Level = message
[Networking]
## Keep this enabled unless comparing difference.
## ---
## Crossplay enabled: Increases speed and strength of network compression.
## Crossplay disabled: Adds network compression.
# Setting type: Options_NetworkCompression
# Default value: true
# Acceptable values: true, false
Compression Enabled = true
## Reducing this can help if your upload speed is low.
## 100%: 20 updates/second
## 75%: 15 updates/second
## 50%: 10 updates/second
# Setting type: Options_NetworkUpdateRates
# Default value: _100
# Acceptable values: _100, _75, _50
Update Rate = _100
## The better your upload speed, the higher you can set this.
## Higher options aren't available as they can cause errors in Steam.
## With compression and 100% update rate, 32 KB spikes upload speeds to 256 KB/s. (32KB*0.4*20/s)---
## If others experience lag/desync for things <i>around</i> you, increase your queue size.
## If your <i>character</i> is lagging for others, decrease your update rate and/or queue size.
# Setting type: Options_NetworkQueueSize
# Default value: _32KB
# Acceptable values: _80KB, _64KB, _48KB, _32KB, _vanilla
Queue Size = _32KB
[Networking (Steamworks)]
## Steamworks: The minimum speed Steam will <i>attempt</i> to send data.
## <b>Lower this below your internet upload speed.</b>
##
# Setting type: Options_NetworkSendRateMin
# Default value: _256KB
# Acceptable values: _1024KB, _768KB, _512KB, _256KB, _150KB
Minimum Send Rate = _256KB
## Steamworks: The maximum speed Steam will <i>attempt</i> to send data.
## If you have a low upload speed, lower this <i>below</i> your internet upload speed.
##
# Setting type: Options_NetworkSendRateMax
# Default value: _1024KB
# Acceptable values: _1024KB, _768KB, _512KB, _256KB, _150KB
Maximum Send Rate = _1024KB