Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified redist/redist-client/Assembly-CSharp.dll
Binary file not shown.
39 changes: 29 additions & 10 deletions redist/redist-client/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5867,6 +5867,13 @@
Used early in startup to hopefully install before reaching main menu.
</summary>
</member>
<member name="F:SDG.Unturned.MapsStatusData.Auto_Unsubscribe">
<summary>
Workshop files to unsubscribe from during starutp.
If the file is not currently subscribed it won't be unsubscribed from again.
Only happens once per workshop file. I.e., re-subscribing will be respected.
</summary>
</member>
<member name="P:SDG.Unturned.ItemMagazineAsset.ProjectilePrefabOverride">
<summary>
If set and gun is a Projectile launcher, overrides Projectile prefab.
Expand Down Expand Up @@ -9238,6 +9245,13 @@
Reduces frequency of UndergroundAllowlist checks because it can be expensive with lots of entities and volumes.
</summary>
</member>
<member name="M:SDG.Unturned.Zombie.OnUpdate">
<summary>
2026-04-24: this *was* Unity's Update monobehavior message, but for maps with large numbers of zombies
(2500+) it turned out to take a significant chunk of time. As a last-minute hack we now only update
zombies in regions with players in them.
</summary>
</member>
<member name="M:SDG.Unturned.Zombie.SetCountedAsAliveInZombieRegion(System.Boolean)">
<summary>
Helper to prevent mistakes or plugins from breaking alive zombie count.
Expand Down Expand Up @@ -13038,6 +13052,16 @@
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
</summary>
</member>
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
<summary>
Get index within bounds assuming list is not empty.
</summary>
</member>
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
<summary>
Add a new item using its default constructor.
</summary>
</member>
<member name="P:SDG.Unturned.ItemClothingAsset.armor">
<summary>
Multiplier to incoming damage. Defaults to 1.0.
Expand Down Expand Up @@ -13106,16 +13130,6 @@
If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen.
</summary>
</member>
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
<summary>
Get index within bounds assuming list is not empty.
</summary>
</member>
<member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})">
<summary>
Add a new item using its default constructor.
</summary>
</member>
<member name="T:SDG.Unturned.DamageZombieParameters">
<summary>
Payload for the DamageTool.damageZombie function.
Expand Down Expand Up @@ -13795,6 +13809,11 @@
Worst case scenario is 3 hair overrides and 3 beard overrides.
</summary>
</member>
<member name="M:SDG.Unturned.HumanClothes.TransferEffectTransform(UnityEngine.GameObject,UnityEngine.Transform)">
<summary>
Used when item takes priority over cosmetic but mythical effect is still visible.
</summary>
</member>
<member name="M:SDG.Unturned.HumanClothes.centerHeadEffect(UnityEngine.Transform,UnityEngine.Transform)">
<summary>
Center mythical effect hook horizontally, but maintain vertical placement.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RocketModFix.Unturned.Redist.Client</id>
<version>3.26.2.3</version>
<version>3.26.3.0</version>
<description>
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
</description>
Expand Down
Binary file modified redist/redist-client/SDG.Glazier.Runtime.dll
Binary file not shown.
Binary file modified redist/redist-client/SDG.HostBans.Runtime.dll
Binary file not shown.
Binary file modified redist/redist-client/SDG.NetPak.Runtime.dll
Binary file not shown.
Binary file modified redist/redist-client/SDG.NetTransport.dll
Binary file not shown.
Binary file modified redist/redist-client/SystemEx.dll
Binary file not shown.
Binary file modified redist/redist-client/UnityEx.dll
Binary file not shown.
Binary file modified redist/redist-client/UnturnedDat.dll
Binary file not shown.
Binary file modified redist/redist-client/com.rlabrecque.steamworks.net.dll
Binary file not shown.
20 changes: 10 additions & 10 deletions redist/redist-client/manifest.sha256.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11",
"Assembly-CSharp.dll": "206b96f08b62d61e3b885e8fbeedc82ed64a494f60ea9f95914ed82a67e26961",
"SDG.NetPak.Runtime.dll": "4230eee1d0ae74847a215cf5a986ffeb9d6f23fe8876428884d0bb0c1e4d4b01",
"SDG.Glazier.Runtime.dll": "3774c83981eda7538ef74f32f334fd428520b72a75af70be543b2d110d28afbc",
"SystemEx.dll": "945f0f6dfea51649f929954bc969d40e552bce935cacbe05e5aa99d9efcba463",
"UnityEx.dll": "dda1c54ecc81086fe53f45b0f0f64e0e0556f595d856849edc1958e8d2d0dc94",
"SDG.NetTransport.dll": "7a25433bc9389bcae6feaf8495048b11b94fc9614126bccb23bd1869f5a16ed9",
"UnturnedDat.dll": "0843e12dd955399262a11581886d58bbd934125da2b7014b43634e27b6f92c59",
"SDG.HostBans.Runtime.dll": "9563f2536aa3da4116d76440e5df6d5424ce430e76ff93585832cd86f762914c",
"Assembly-CSharp.xml": "70f927d2d4bda7e4ec111bf1a0bd693430db6f90b80534943a894250d1aae7e0",
"com.rlabrecque.steamworks.net.dll": "1029c649ca58ae603b5a690f88e9d2e842d0cd607bf87531409ad40f16cd781a"
"Assembly-CSharp.dll": "5b674cdfe1629ad2f61ce2da0912a5b27eb6c37eddb514814e523a129e0a93a0",
"SDG.NetPak.Runtime.dll": "7ac3ae26695fb7deb679b3306767e23a3c9e0c3046daeaf6d996fcff4655b45b",
"SDG.Glazier.Runtime.dll": "74d061456933820f204b111489d3a395b7ddf5256d8e18d503134e8c4ba73a2c",
"SystemEx.dll": "aab3891657f8e7594bab7b4fe15362191459ae00c0ba97dc804e9b1a04d34f4a",
"UnityEx.dll": "d8b410ca5b6d65333965bd39ca96a959147cb17fb0b6edaea0d9c9df49e0e950",
"SDG.NetTransport.dll": "ac76c2b2e0cc1a859644f8ae375f9e5ddba652e66f931da26b755c6f68ee0635",
"UnturnedDat.dll": "ea720a0e90d7c4dfad3b57307b6722622214a4bfcac253b8373a35cb6f083181",
"SDG.HostBans.Runtime.dll": "92e615e52fac45fa896b22020d36d3c7d09860f7fd062924ff0bb72197d0406c",
"Assembly-CSharp.xml": "be7b61673762e84e58214d420fde4f9dfaa3d723a6662b2ff778b0fa0dba0a3f",
"com.rlabrecque.steamworks.net.dll": "458c97b649e8c7e5b856384bb853d23999003d32c218a7203a4381f29c5b9175"
}
10 changes: 5 additions & 5 deletions redist/redist-client/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.26.2.3",
"BuildId": "22896472",
"NuGetVersion": "3.26.2.3",
"FilesHash": "54BE6B07C5E951EBA8CEE9BCE81A07F594ACC16EC73DDE0C09156071968234E9",
"LastUpdated": "2026-04-23T16:48:19.4559751Z"
"GameVersion": "3.26.3.0",
"BuildId": "23032636",
"NuGetVersion": "3.26.3.0",
"FilesHash": "904173DCA2783CE485236454173BECACD6761C0D64114A1EE50602656C1FF979",
"LastUpdated": "2026-04-30T19:52:12.1658386Z"
}
2 changes: 1 addition & 1 deletion redist/redist-manifests/.manifest.redist-client.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3884724508826234017
6674477821797929947
Loading