Skip to content

Commit 8e4fee7

Browse files
07 July 2026 - Version 3.26.3.4 (24080152) (#645)
Co-authored-by: rocketmodfixadmin <rocketmodfixadmin@users.noreply.github.com>
1 parent d089148 commit 8e4fee7

6 files changed

Lines changed: 51 additions & 41 deletions

File tree

-176 KB
Binary file not shown.

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

Lines changed: 42 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="F:SDG.Unturned.ELoadingTip.MAX">
3671+
<member name="T:SDG.Unturned.DamagePlayerParameters">
36723672
<summary>
3673-
Marker for counting number of tips.
3673+
Payload for the DamageTool.damagePlayer function.
36743674
</summary>
36753675
</member>
3676-
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
3676+
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
36773677
<summary>
3678-
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
3678+
Should armor worn on matching limb be factored in?
36793679
</summary>
36803680
</member>
3681-
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
3681+
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
36823682
<summary>
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.
3683+
Should game mode config damage multiplier be factored in?
36853684
</summary>
36863685
</member>
3687-
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
3686+
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
36883687
<summary>
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.
3688+
If player dies should it count towards quests?
36913689
</summary>
36923690
</member>
3693-
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
3691+
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
36943692
<summary>
3695-
Select a loading image while on the startup screen or a level without any images.
3693+
Effect to apply to ragdoll if dead.
36963694
</summary>
36973695
</member>
3698-
<member name="T:SDG.Unturned.DamagePlayerParameters">
3696+
<member name="F:SDG.Unturned.ELoadingTip.MAX">
36993697
<summary>
3700-
Payload for the DamageTool.damagePlayer function.
3698+
Marker for counting number of tips.
37013699
</summary>
37023700
</member>
3703-
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
3701+
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
37043702
<summary>
3705-
Should armor worn on matching limb be factored in?
3703+
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
37063704
</summary>
37073705
</member>
3708-
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
3706+
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
37093707
<summary>
3710-
Should game mode config damage multiplier be factored in?
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.
37113710
</summary>
37123711
</member>
3713-
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
3712+
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
37143713
<summary>
3715-
If player dies should it count towards quests?
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.
37163716
</summary>
37173717
</member>
3718-
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
3718+
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
37193719
<summary>
3720-
Effect to apply to ragdoll if dead.
3720+
Select a loading image while on the startup screen or a level without any images.
37213721
</summary>
37223722
</member>
37233723
<member name="F:SDG.Unturned.ESteamCallValidation.ONLY_FROM_SERVER">
@@ -12214,6 +12214,11 @@
1221412214
Wireframe grid on the XZ plane.
1221512215
</summary>
1221612216
</member>
12217+
<member name="M:SDG.Unturned.RuntimeGizmos.RotationAxisAngle(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color,System.Single,SDG.Unturned.EGizmoLayer)">
12218+
<summary>
12219+
Draw an arrow along circumference visualizing rotation of angleDegrees around axis.
12220+
</summary>
12221+
</member>
1221712222
<member name="F:SDG.Unturned.RuntimeGizmos.BoxData.localCenter">
1221812223
<summary>
1221912224
Center relative to matrix.
@@ -13112,16 +13117,6 @@
1311213117
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
1311313118
</summary>
1311413119
</member>
13115-
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
13116-
<summary>
13117-
Get index within bounds assuming list is not empty.
13118-
</summary>
13119-
</member>
13120-
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
13121-
<summary>
13122-
Add a new item using its default constructor.
13123-
</summary>
13124-
</member>
1312513120
<member name="P:SDG.Unturned.ItemClothingAsset.armor">
1312613121
<summary>
1312713122
Multiplier to incoming damage. Defaults to 1.0.
@@ -13190,6 +13185,16 @@
1319013185
If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen.
1319113186
</summary>
1319213187
</member>
13188+
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
13189+
<summary>
13190+
Get index within bounds assuming list is not empty.
13191+
</summary>
13192+
</member>
13193+
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
13194+
<summary>
13195+
Add a new item using its default constructor.
13196+
</summary>
13197+
</member>
1319313198
<member name="T:SDG.Unturned.DamageZombieParameters">
1319413199
<summary>
1319513200
Payload for the DamageTool.damageZombie function.
@@ -20565,6 +20570,11 @@
2056520570
Server calling an RPC.
2056620571
</summary>
2056720572
</member>
20573+
<member name="F:SDG.Unturned.EClientMessage.ReplicateConfig">
20574+
<summary>
20575+
Setup Provider.modeConfigData and set values the client needs to know.
20576+
</summary>
20577+
</member>
2056820578
<member name="M:SDG.Unturned.Glazier_uGUI.EnumerateLiveElements">
2056920579
<summary>
2057020580
Enumerate elements that are not in the pool.

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.3.3</version>
5+
<version>3.26.3.4</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Assembly-CSharp.dll": "31d480de9725be0d8dc88c1fce8a384adc9daa8eaccfaa95a817d9a6dc76e4ba",
3-
"Assembly-CSharp.xml": "703a860f4da46e7226b1ea860910c89a43f8ddd022abaf8cc6e9b5c391104a1e",
2+
"Assembly-CSharp.dll": "3fcc9e099d70b8b69b296e65d63a5c24f9a9ea8674eed835b309761002f454a6",
3+
"Assembly-CSharp.xml": "5859366cc7511ddd524bdbfa57cd4fb04ad1524abe5d7b49e0bc1c4ee5633d0e",
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.3",
3-
"BuildId": "23686175",
4-
"NuGetVersion": "3.26.3.3",
5-
"FilesHash": "6136329C911FCADA37EE1713430BE0DC1F01E8829A192FCF843E612852FFF526",
6-
"LastUpdated": "2026-06-13T07:46:52.9457803Z"
2+
"GameVersion": "3.26.3.4",
3+
"BuildId": "24080152",
4+
"NuGetVersion": "3.26.3.4",
5+
"FilesHash": "65736785EFBF02600D23B83FB22B59E56153A376D8A51AA66E7CD773E449152F",
6+
"LastUpdated": "2026-07-07T16:27:35.9813314Z"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9158237646143700023
1+
622042904475497766

0 commit comments

Comments
 (0)