Skip to content

Commit 4b384c9

Browse files
10 August 2026 - Version 3.26.3.8 (24657662) (#682)
Co-authored-by: rocketmodfixadmin <rocketmodfixadmin@users.noreply.github.com>
1 parent 56235a4 commit 4b384c9

6 files changed

Lines changed: 41 additions & 41 deletions

File tree

1 KB
Binary file not shown.

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,56 +3668,56 @@
36683668
Is the Ctrl-C or Ctrl-Break signal being handled?
36693669
</summary>
36703670
</member>
3671-
<member name="T:SDG.Unturned.DamagePlayerParameters">
3671+
<member name="F:SDG.Unturned.ELoadingTip.MAX">
36723672
<summary>
3673-
Payload for the DamageTool.damagePlayer function.
3673+
Marker for counting number of tips.
36743674
</summary>
36753675
</member>
3676-
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
3676+
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
36773677
<summary>
3678-
Should armor worn on matching limb be factored in?
3678+
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
36793679
</summary>
36803680
</member>
3681-
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
3681+
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
36823682
<summary>
3683-
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.
36843685
</summary>
36853686
</member>
3686-
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
3687+
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
36873688
<summary>
3688-
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.
36893691
</summary>
36903692
</member>
3691-
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
3693+
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
36923694
<summary>
3693-
Effect to apply to ragdoll if dead.
3695+
Select a loading image while on the startup screen or a level without any images.
36943696
</summary>
36953697
</member>
3696-
<member name="F:SDG.Unturned.ELoadingTip.MAX">
3698+
<member name="T:SDG.Unturned.DamagePlayerParameters">
36973699
<summary>
3698-
Marker for counting number of tips.
3700+
Payload for the DamageTool.damagePlayer function.
36993701
</summary>
37003702
</member>
3701-
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
3703+
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
37023704
<summary>
3703-
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
3705+
Should armor worn on matching limb be factored in?
37043706
</summary>
37053707
</member>
3706-
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
3708+
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
37073709
<summary>
3708-
Shown when game connection ping is significantly higher than server browser ping. At the time of writing
3709-
(2025-01-17) this is likely because the server is using an "anycast proxy" in front of Steam A2S cache.
3710+
Should game mode config damage multiplier be factored in?
37103711
</summary>
37113712
</member>
3712-
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
3713+
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
37133714
<summary>
3714-
Set to Time.frameCount + 1 while loading.
3715-
In the past used realtime, but that was unreliable if an individual frame took too long.
3715+
If player dies should it count towards quests?
37163716
</summary>
37173717
</member>
3718-
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
3718+
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
37193719
<summary>
3720-
Select a loading image while on the startup screen or a level without any images.
3720+
Effect to apply to ragdoll if dead.
37213721
</summary>
37223722
</member>
37233723
<member name="F:SDG.Unturned.ESteamCallValidation.ONLY_FROM_SERVER">
@@ -13130,16 +13130,6 @@
1313013130
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
1313113131
</summary>
1313213132
</member>
13133-
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
13134-
<summary>
13135-
Get index within bounds assuming list is not empty.
13136-
</summary>
13137-
</member>
13138-
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
13139-
<summary>
13140-
Add a new item using its default constructor.
13141-
</summary>
13142-
</member>
1314313133
<member name="P:SDG.Unturned.ItemClothingAsset.armor">
1314413134
<summary>
1314513135
Multiplier to incoming damage. Defaults to 1.0.
@@ -13208,6 +13198,16 @@
1320813198
If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen.
1320913199
</summary>
1321013200
</member>
13201+
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
13202+
<summary>
13203+
Get index within bounds assuming list is not empty.
13204+
</summary>
13205+
</member>
13206+
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
13207+
<summary>
13208+
Add a new item using its default constructor.
13209+
</summary>
13210+
</member>
1321113211
<member name="T:SDG.Unturned.DamageZombieParameters">
1321213212
<summary>
1321313213
Payload for the DamageTool.damageZombie function.

redist/redist-client-preview-old/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</id>
5-
<version>3.26.3.7</version>
5+
<version>3.26.3.8</version>
66
<description>
77
Unturned 3 Client-side Preview redistributables. Standalone and always up-to-date.
88
</description>

redist/redist-client-preview-old/manifest.sha256.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Assembly-CSharp.dll": "46bbbc5f85b5656f3bd5ca9b4db538813bb56c2d1294fce87672a12457dc3991",
3-
"Assembly-CSharp.xml": "b6c19940f99a66f82360beac3dfe53a7b61bbe3e7cb22aab6dc5a3a444ae8a61",
2+
"Assembly-CSharp.dll": "350f9b842469422365ae4812474c4e7bc48ce43c7dda393189e9e2834f2afbc6",
3+
"Assembly-CSharp.xml": "a5c09f1eaeed947d955a18d862563d77050bc997f2199b9dc4bf623c307d6f03",
44
"SDG.Glazier.Runtime.dll": "a0cd7b4f1f6c8e425801d6163889859440af64db899d825ccd1eddc0ffd7924f",
55
"SDG.HostBans.Runtime.dll": "6b5c9e0e658731faa6341f32565bf5903feba43bc2d088f9d41144354e135035",
66
"SDG.NetPak.Runtime.dll": "c577c51e6770eb433e0e9cf1ced4f382010da749b97dcb0e138af904c93c730d",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"GameVersion": "3.26.3.7",
3-
"BuildId": "24535112",
4-
"NuGetVersion": "3.26.3.7",
5-
"FilesHash": "0C659081241BF357401F80E06AB2D7CDCAF814D886B0ED07AFAB6C193C00953B",
6-
"LastUpdated": "2026-08-03T16:58:23.5843507Z"
2+
"GameVersion": "3.26.3.8",
3+
"BuildId": "24657662",
4+
"NuGetVersion": "3.26.3.8",
5+
"FilesHash": "8A12CD0DA13EB37FAEAA6B6678964034BF599E825477E6140D78676674ABA0A9",
6+
"LastUpdated": "2026-08-10T18:26:37.5236554Z"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4183718707156480485
1+
5328722659365827093

0 commit comments

Comments
 (0)