Skip to content

Commit 07618ad

Browse files
02 April 2026 - Version 3.26.2.1 (22625272) (#530)
Co-authored-by: rocketmodfixadmin <rocketmodfixadmin@users.noreply.github.com>
1 parent 4aabcdd commit 07618ad

File tree

5 files changed

+41
-41
lines changed

5 files changed

+41
-41
lines changed

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,56 +3643,56 @@
36433643
Is the Ctrl-C or Ctrl-Break signal being handled?
36443644
</summary>
36453645
</member>
3646-
<member name="F:SDG.Unturned.ELoadingTip.MAX">
3646+
<member name="T:SDG.Unturned.DamagePlayerParameters">
36473647
<summary>
3648-
Marker for counting number of tips.
3648+
Payload for the DamageTool.damagePlayer function.
36493649
</summary>
36503650
</member>
3651-
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
3651+
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
36523652
<summary>
3653-
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
3653+
Should armor worn on matching limb be factored in?
36543654
</summary>
36553655
</member>
3656-
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
3656+
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
36573657
<summary>
3658-
Shown when game connection ping is significantly higher than server browser ping. At the time of writing
3659-
(2025-01-17) this is likely because the server is using an "anycast proxy" in front of Steam A2S cache.
3658+
Should game mode config damage multiplier be factored in?
36603659
</summary>
36613660
</member>
3662-
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
3661+
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
36633662
<summary>
3664-
Set to Time.frameCount + 1 while loading.
3665-
In the past used realtime, but that was unreliable if an individual frame took too long.
3663+
If player dies should it count towards quests?
36663664
</summary>
36673665
</member>
3668-
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
3666+
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
36693667
<summary>
3670-
Select a loading image while on the startup screen or a level without any images.
3668+
Effect to apply to ragdoll if dead.
36713669
</summary>
36723670
</member>
3673-
<member name="T:SDG.Unturned.DamagePlayerParameters">
3671+
<member name="F:SDG.Unturned.ELoadingTip.MAX">
36743672
<summary>
3675-
Payload for the DamageTool.damagePlayer function.
3673+
Marker for counting number of tips.
36763674
</summary>
36773675
</member>
3678-
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
3676+
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
36793677
<summary>
3680-
Should armor worn on matching limb be factored in?
3678+
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
36813679
</summary>
36823680
</member>
3683-
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
3681+
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
36843682
<summary>
3685-
Should game mode config damage multiplier be factored in?
3683+
Shown when game connection ping is significantly higher than server browser ping. At the time of writing
3684+
(2025-01-17) this is likely because the server is using an "anycast proxy" in front of Steam A2S cache.
36863685
</summary>
36873686
</member>
3688-
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
3687+
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
36893688
<summary>
3690-
If player dies should it count towards quests?
3689+
Set to Time.frameCount + 1 while loading.
3690+
In the past used realtime, but that was unreliable if an individual frame took too long.
36913691
</summary>
36923692
</member>
3693-
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
3693+
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
36943694
<summary>
3695-
Effect to apply to ragdoll if dead.
3695+
Select a loading image while on the startup screen or a level without any images.
36963696
</summary>
36973697
</member>
36983698
<member name="F:SDG.Unturned.ESteamCallValidation.ONLY_FROM_SERVER">
@@ -7853,6 +7853,17 @@
78537853
This overload doesn't support legacy Condition_# format.
78547854
</summary>
78557855
</member>
7856+
<member name="F:SDG.Unturned.EBoxProbabilityModel.Original">
7857+
<summary>
7858+
Each quality tier has different rarities.
7859+
Legendary: 5% Epic: 20% Rare: 75%
7860+
</summary>
7861+
</member>
7862+
<member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized">
7863+
<summary>
7864+
Each item has an equal chance regardless of quality.
7865+
</summary>
7866+
</member>
78567867
<member name="T:SDG.Unturned.TextChatEventHook">
78577868
<summary>
78587869
Can be added to any GameObject to receive text chat events.
@@ -7914,17 +7925,6 @@
79147925
Invoked when a player message passes the filters.
79157926
</summary>
79167927
</member>
7917-
<member name="F:SDG.Unturned.EBoxProbabilityModel.Original">
7918-
<summary>
7919-
Each quality tier has different rarities.
7920-
Legendary: 5% Epic: 20% Rare: 75%
7921-
</summary>
7922-
</member>
7923-
<member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized">
7924-
<summary>
7925-
Each item has an equal chance regardless of quality.
7926-
</summary>
7927-
</member>
79287928
<member name="T:SDG.Unturned.EServerListCurationAction">
79297929
<summary>
79307930
Determines how to handle a server if it matches a rule.

redist/redist-client-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.Publicized</id>
5-
<version>3.26.2.0</version>
5+
<version>3.26.2.1</version>
66
<description>
77
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
88
</description>

redist/redist-client-publicized/manifest.sha256.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SDG.HostBans.Runtime.dll": "a2c01b9c771cad7e8d744dc19e2480cf2b72ff0f460158133df7fd9c27acba09",
33
"UnturnedDat.dll": "edc458f6591fb75f8b6e2d45c5108e1c4e6d298f4f632e0159f28b34e3b5b4c9",
4-
"Assembly-CSharp.xml": "cf4678d8b77f713e79fa45b707c2424a215fbd0f99c7664d719699023fc12e90",
4+
"Assembly-CSharp.xml": "f3cb2e63292bdd6db6fcc2e93b9bc26723251d358ef054b570ed8157f3ee8add",
55
"SDG.NetPak.Runtime.dll": "799131e9bc61cb5ce8e8bbb7096db7428e8c7432272e6983b6d7d5b7dbf1c2f2",
66
"com.rlabrecque.steamworks.net.dll": "3676041ec1ed556b412c1a1a0915b889cca7177bfa776756a4e6295d89413143",
77
"UnityEx.dll": "793daecc3ed73fa83e73b40565df1bc9694bbe69975ab02d62e4e07d1daeb7c4",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"GameVersion": "3.26.2.0",
3-
"BuildId": "22613923",
4-
"NuGetVersion": "3.26.2.0",
5-
"FilesHash": "D079F876DCEAD3ED8CCDF2ECD15914D06B6F3BB8E6BF1B058309CB3309B9D9BA",
6-
"LastUpdated": "2026-04-02T16:31:40.3751243Z"
2+
"GameVersion": "3.26.2.1",
3+
"BuildId": "22625272",
4+
"NuGetVersion": "3.26.2.1",
5+
"FilesHash": "187BD4B7C69ADAE46594872F3C7491E3D1BB7F872EEBB1A04F44136A9B20B009",
6+
"LastUpdated": "2026-04-02T19:16:48.1090208Z"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1853078669773554430
1+
7454459919605579578

0 commit comments

Comments
 (0)