Skip to content

Commit 2a25421

Browse files
29 July 2025 - Version 3.25.8.103 (19401945) (#131)
Co-authored-by: sunnamed434 <[email protected]>
1 parent 2dfd700 commit 2a25421

File tree

7 files changed

+37
-16
lines changed

7 files changed

+37
-16
lines changed
3 KB
Binary file not shown.

redist/redist-client-preview-publicized/Assembly-CSharp.xml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5924,6 +5924,11 @@
59245924
[0 to 1] Scales how much the first-person arms move while ADS.
59255925
</summary>
59265926
</member>
5927+
<member name="F:SDG.Unturned.PlayConfigUtils.COMMENT_PREFIX">
5928+
<summary>
5929+
Each generated comment line is prefixed with this string.
5930+
</summary>
5931+
</member>
59275932
<member name="M:SDG.Unturned.PlayConfigUtils.GetSingleplayerConfigPathV2(System.Int32,SDG.Unturned.EGameMode)">
59285933
<summary>
59295934
Format absolute path to newer txt (UnturnedDat) config file.
@@ -5934,6 +5939,16 @@
59345939
Format absolute path to older json serialized config file.
59355940
</summary>
59365941
</member>
5942+
<member name="M:SDG.Unturned.PlayConfigUtils.GetServerConfigPathV2(System.String)">
5943+
<summary>
5944+
Config path used for new servers.
5945+
</summary>
5946+
</member>
5947+
<member name="M:SDG.Unturned.PlayConfigUtils.GetServerConfigPathV2(System.String,SDG.Unturned.EGameMode)">
5948+
<summary>
5949+
Config path used for conversion from Config.json.
5950+
</summary>
5951+
</member>
59375952
<member name="M:SDG.Unturned.PlayConfigUtils.ParseServerConfig(SDG.Unturned.IDatDictionary,SDG.Unturned.ConfigData)">
59385953
<summary>
59395954
Fill server-related sections of config from dat file.
@@ -5966,13 +5981,13 @@
59665981
WARNING: This is called on a worker thread.
59675982

59685983
Add empty dat values (if not yet added), and include code documentation
5969-
in their comments prefixed with '>'. User-supplied comments are preserved.
5984+
in their comments prefixed with COMMENT_PREFIX. User-supplied comments are preserved.
59705985
</summary>
59715986
</member>
59725987
<member name="M:SDG.Unturned.PlayConfigUtils.PopulateConfigFilePropertiesAndComments(SDG.Unturned.UnturnedCodeDocsHelper,SDG.Unturned.IEditableDatDictionary,System.Type,System.Object,System.Object,System.Object)">
59735988
<summary>
59745989
Add empty dat values for every field in category (if not yet added), and include code documentation
5975-
in their comments prefixed with '>'. User-supplied comments are preserved.
5990+
in their comments prefixed with COMMENT_PREFIX. User-supplied comments are preserved.
59765991

59775992
In categories without easy/normal/hard split (server config), only normalObject is set.
59785993
</summary>
@@ -8578,6 +8593,16 @@
85788593
Anticipating some hosts will prefer the old format.
85798594
</summary>
85808595
</member>
8596+
<member name="F:SDG.Unturned.Provider.clGameplayConfigNoEmptyValues">
8597+
<summary>
8598+
Remove empty strings, dictionaries, and lists.
8599+
</summary>
8600+
</member>
8601+
<member name="F:SDG.Unturned.Provider.clGameplayConfigNoGeneratedComments">
8602+
<summary>
8603+
Remove generated comments.
8604+
</summary>
8605+
</member>
85818606
<member name="E:SDG.Unturned.Provider.onCommenceShutdown">
85828607
<summary>
85838608
Event for plugins prior to kicking players during shutdown.

redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RocketModFix.Unturned.Redist.Client-Preview.Publicized</id>
5-
<version>3.25.8.102</version>
5+
<version>3.25.8.103</version>
66
<description>
77
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
88
</description>
0 Bytes
Binary file not shown.
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"Assembly-CSharp.xml": "a9063db2b455ef3926340c726c1b54fb46700328831c46a535c968b64d3b62a5",
3-
"SDG.HostBans.Runtime.dll": "acf8fef3332a89b8b1bb3f12d876fb0556bb900f8ad913b5317748437dcb330a",
4-
"SDG.NetTransport.dll": "232a0addc79ff549b64694f894a89a3bc309bcb8e2ae62a3f96d4e6f3c9b771f",
5-
"Assembly-CSharp.dll": "6c955df5846db4f6cd21e7ae512f38917f58bb7b1e3b6818c6ff75258b0e30e7",
6-
"SystemEx.dll": "1964b361dc6c5bee50248fc0dcceb6963996542469bf9063e4d656b3b995a18a",
7-
"UnturnedDat.dll": "664f93c1ceb365242d24741d340855030a722527be2a7d8397706141fc0b7259",
8-
"UnityEx.dll": "36240447e747c9d048433930416d6383e8b51184090a3059a9d6658873edef04"
2+
"Assembly-CSharp.xml": "6555c3b0e0632b6166f1686dead4746e79bec0b7cf42d4c83db94d602db8570a",
3+
"Assembly-CSharp.dll": "2dff3a7fdf927ea8bd7154ba1a2fc26542cbcf2552d1c9c0ae08977890cdade6",
4+
"UnturnedDat.dll": "d3dfde4566d98a340fd796895b3f0bc2bb670915d0aa816a4befa5258fe7c5b7"
95
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"GameVersion": "3.25.8.102",
3-
"BuildId": "19362525",
4-
"NuGetVersion": "3.25.8.102",
5-
"FilesHash": "015B75B3F6AE77D763B017C8AA65F0A276C18C6794150CB2F46FB65AF6ADD1B2",
6-
"LastUpdated": "2025-07-25T18:56:40.5770966Z"
2+
"GameVersion": "3.25.8.103",
3+
"BuildId": "19401945",
4+
"NuGetVersion": "3.25.8.103",
5+
"FilesHash": "07727D10A46241C49B91ADE550A22EFA57150F2AE23B6F644088EBE1B0171606",
6+
"LastUpdated": "2025-07-29T16:57:25.6788831Z"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1997147354133473320
1+
3391314352197905465

0 commit comments

Comments
 (0)