Skip to content

Commit a5e5b82

Browse files
29 October 2025 - Version 3.25.10.104 (20593062)
1 parent d481454 commit a5e5b82

File tree

6 files changed

+76
-20
lines changed

6 files changed

+76
-20
lines changed
6.5 KB
Binary file not shown.

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

Lines changed: 67 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10621,6 +10621,11 @@
1062110621
Hash of Objects.dat
1062210622
</summary>
1062310623
</member>
10624+
<member name="M:SDG.Unturned.LevelObjects.FindLevelObjectByInstanceId(System.UInt32)">
10625+
<summary>
10626+
Note: refers to per-LevelObject unique ID, not Unity object instance ID.
10627+
</summary>
10628+
</member>
1062410629
<member name="M:SDG.Unturned.LevelObjects.ImmediatelySyncRegionalVisibility">
1062510630
<summary>
1062610631
Called by navmesh baking to complete pending object changes that may affect which nav objects are enabled.
@@ -11553,11 +11558,22 @@
1155311558
Exposed for Rocket transition to modules backwards compatibility.
1155411559
</summary>
1155511560
</member>
11561+
<member name="M:SDG.Unturned.ZombieManager.CheckCustomCooldown(System.String,System.Double)">
11562+
<summary>
11563+
False if time since this was last called with same cooldownId is less than duration.
11564+
True otherwise.
11565+
</summary>
11566+
</member>
1155611567
<member name="M:SDG.Unturned.ZombieManager.getDifficultyInBound(System.Byte)">
1155711568
<summary>
1155811569
Find difficulty asset (if valid) for navigation bound index.
1155911570
</summary>
1156011571
</member>
11572+
<member name="M:SDG.Unturned.ZombieManager.GetDifficultyInBoundForTable(System.Byte,SDG.Unturned.ZombieTable,System.Boolean)">
11573+
<summary>
11574+
Allows level to override whether per-table or per-navmesh difficulty asset takes priority.
11575+
</summary>
11576+
</member>
1156111577
<member name="T:SDG.Unturned.ZombieManager.ZombieSpecialityWeightedRandom">
1156211578
<summary>
1156311579
Could potentially be reused generically.
@@ -12472,17 +12488,6 @@
1247212488
OR use the nearly drop-in replacements FindFirstItemByAsset or HasItemByAsset.
1247312489
</summary>
1247412490
</member>
12475-
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeYouTubePreviews(System.String@)">
12476-
<summary>
12477-
In-game rich text does not support embedded YouTube videos, but they look great in the web browser,
12478-
so we simply remove them from the in-game text.
12479-
</summary>
12480-
</member>
12481-
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeCodeFormatting(System.String@)">
12482-
<summary>
12483-
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
12484-
</summary>
12485-
</member>
1248612491
<member name="P:SDG.Unturned.ItemClothingAsset.armor">
1248712492
<summary>
1248812493
Multiplier to incoming damage. Defaults to 1.0.
@@ -12551,6 +12556,17 @@
1255112556
If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen.
1255212557
</summary>
1255312558
</member>
12559+
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeYouTubePreviews(System.String@)">
12560+
<summary>
12561+
In-game rich text does not support embedded YouTube videos, but they look great in the web browser,
12562+
so we simply remove them from the in-game text.
12563+
</summary>
12564+
</member>
12565+
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeCodeFormatting(System.String@)">
12566+
<summary>
12567+
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
12568+
</summary>
12569+
</member>
1255412570
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
1255512571
<summary>
1255612572
Get index within bounds assuming list is not empty.
@@ -14068,6 +14084,34 @@
1406814084
Path within the asset bundle.
1406914085
</summary>
1407014086
</member>
14087+
<member name="P:SDG.Unturned.NPCZombieReward.ZombieSpeciality">
14088+
<summary>
14089+
Spawned zombie will be changed to this speciality type.
14090+
</summary>
14091+
</member>
14092+
<member name="P:SDG.Unturned.NPCZombieReward.SpawnpointId">
14093+
<summary>
14094+
Zombie(s) will be spawned at a Spawnpoint node matching this ID.
14095+
If multiple Spawnpoints match this ID a random spawnpoint is chosen for each zombie.
14096+
</summary>
14097+
</member>
14098+
<member name="P:SDG.Unturned.NPCZombieReward.LevelTableUniqueId">
14099+
<summary>
14100+
If greater than zero, find this zombie type configured in the level editor. For example, if the level editor
14101+
lists "0 Fire (4)", then 4 is the unique ID, and if assigned to this reward a zombie from the "Fire"
14102+
table will spawn.
14103+
</summary>
14104+
</member>
14105+
<member name="P:SDG.Unturned.NPCZombieReward.SpawnQuantity">
14106+
<summary>
14107+
Number of zombies to spawn.
14108+
</summary>
14109+
</member>
14110+
<member name="P:SDG.Unturned.NPCZombieReward.CooldownId">
14111+
<summary>
14112+
If set, zombies will not spawn unless CooldownDuration seconds have passed since last run.
14113+
</summary>
14114+
</member>
1407114115
<member name="F:SDG.Unturned.UseableStructure.placementPreviewTransform">
1407214116
<summary>
1407314117
Stripped-down version of structure prefab for previewing where the structure will be spawned.
@@ -14225,6 +14269,18 @@
1422514269
Character will not take any fall damage.
1422614270
</summary>
1422714271
</member>
14272+
<member name="F:SDG.Unturned.EZombieDifficultyAssetPrioritization.NavmeshOverridesTable">
14273+
<summary>
14274+
Default. Per-navmesh difficulty asset takes priority over per-table/type difficulty asset.
14275+
If per-navmesh asset is null the per-table asset is the fallback.
14276+
</summary>
14277+
</member>
14278+
<member name="F:SDG.Unturned.EZombieDifficultyAssetPrioritization.TableOverridesNavmesh">
14279+
<summary>
14280+
Per-table/type difficulty asset takes priority over per-navmesh difficulty asset.
14281+
If per-table asset is null the per-navmesh asset is the fallback.
14282+
</summary>
14283+
</member>
1422814284
<member name="P:SDG.Unturned.LevelAsset.UnderwaterFogDensity">
1422914285
<summary>
1423014286
Intensity of fog effect while camera is inside a water volume.

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.25.10.103</version>
5+
<version>3.25.10.104</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,9 +1,9 @@
11
{
22
"SDG.HostBans.Runtime.dll": "5903ce4239cd9e249719e6d3c299caa5df46c1f3471daadb319b0974997135fc",
33
"com.rlabrecque.steamworks.net.dll": "367c3cf766d35b173868941cd2466d3908739b638f17f59f8ff4a9cf149164a5",
4-
"Assembly-CSharp.dll": "f90d76122b24cb86213978fe7b28e6cf45d589f6177d29171b24b26e4c7eafc4",
4+
"Assembly-CSharp.dll": "54fb25d3e9d0a59b9e239ae93ca7f30be1b93463c192af4308aedf9add7f408e",
55
"SDG.NetTransport.dll": "efb6805dff3056d7132186e4ec5f9b203220d1963463da3d1f8729faac10958b",
6-
"Assembly-CSharp.xml": "41a16b7d19000858e34d3b80970012e849279177703e6b55d63299aa72df68b2",
6+
"Assembly-CSharp.xml": "4dfc0cadc53e38653e78740fd9ff8d2d8afbb8e9bb52332b32f747fcab41e589",
77
"SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11",
88
"SystemEx.dll": "4249b035f2b9d0769559961f670a17112af5b5503f3231433f2f045e7812a3eb",
99
"UnturnedDat.dll": "2d8496b96972357d6101445e22e5e9ef39cc6d82403b1b0104e5e1d70dbd392c",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"GameVersion": "3.25.10.103",
3-
"BuildId": "20474491",
4-
"NuGetVersion": "3.25.10.103",
5-
"FilesHash": "36BDF3FA50BE6748CB30178FC7EB1E40ECFB928A1E6E5868D38370D660FB65BC",
6-
"LastUpdated": "2025-10-21T03:38:54.3180404Z"
2+
"GameVersion": "3.25.10.104",
3+
"BuildId": "20593062",
4+
"NuGetVersion": "3.25.10.104",
5+
"FilesHash": "91FCB2705B51E801D03B9057103A77EFB4A71A403D9065D8910D3FEDA96F81B8",
6+
"LastUpdated": "2025-10-29T17:19:08.9695033Z"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6724434550329031568
1+
3773422924877341084

0 commit comments

Comments
 (0)