-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9f39dd
commit 18b06a8
Showing
53 changed files
with
2,610 additions
and
14,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
[General] | ||
[General] | ||
|
||
## Assembly names to make mmhooks for, separate entries with : , | ||
# Setting type: String | ||
# Default value: Assembly-CSharp.dll | ||
MMHOOKAssemblyNames = assembly_googleanalytics.dll,assembly_guiutils.dll,assembly_lux.dll,assembly_postprocessing.dll,assembly_simplemeshcombine.dll,assembly_steamworks.dll,assembly_sunshafts.dll,assembly_utils.dll,assembly_valheim.dll | ||
|
||
## Hash file using contents instead of size. Minor perfomance impact. | ||
# Setting type: Boolean | ||
# Default value: false | ||
Preciser filehashing = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
ValheimClient/BepInEx/config/com.github.dalayeth.Networkfix.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Settings file was created by plugin Network Fix v1.1.1 | ||
## Plugin GUID: com.github.dalayeth.Networkfix | ||
|
||
[Default] | ||
|
||
# Setting type: Boolean | ||
# Default value: true | ||
Enabled = true | ||
|
||
[Networking] | ||
|
||
## The max send queue possible. Game default: 10,240. | ||
# Setting type: Int32 | ||
# Default value: 30720 | ||
MaxSendQueueSize = 20480 | ||
|
||
## Minimum send rate clamp. This value will control the min allowed sending rate that bandwidth estimation is allowed to reach. Game default: 153,600 | ||
# Setting type: Int32 | ||
# Default value: 524288 | ||
SendRateMin = 307200 | ||
|
||
## Maximum send rate clamp. This value will control the max allowed sending rate that bandwidth estimation is allowed to reach. Game default: 153,600 | ||
# Setting type: Int32 | ||
# Default value: 524288 | ||
SendRateMax = 307200 | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.