diff --git a/redist/redist-client-preview/Assembly-CSharp.dll b/redist/redist-client-preview/Assembly-CSharp.dll index 3125da83..7d7cc70e 100755 Binary files a/redist/redist-client-preview/Assembly-CSharp.dll and b/redist/redist-client-preview/Assembly-CSharp.dll differ diff --git a/redist/redist-client-preview/Assembly-CSharp.xml b/redist/redist-client-preview/Assembly-CSharp.xml index dade3f7b..a8d81ac7 100755 --- a/redist/redist-client-preview/Assembly-CSharp.xml +++ b/redist/redist-client-preview/Assembly-CSharp.xml @@ -10621,6 +10621,11 @@ Hash of Objects.dat + + + Note: refers to per-LevelObject unique ID, not Unity object instance ID. + + Called by navmesh baking to complete pending object changes that may affect which nav objects are enabled. @@ -11553,11 +11558,22 @@ Exposed for Rocket transition to modules backwards compatibility. + + + False if time since this was last called with same cooldownId is less than duration. + True otherwise. + + Find difficulty asset (if valid) for navigation bound index. + + + Allows level to override whether per-table or per-navmesh difficulty asset takes priority. + + Could potentially be reused generically. @@ -12472,17 +12488,6 @@ OR use the nearly drop-in replacements FindFirstItemByAsset or HasItemByAsset. - - - In-game rich text does not support embedded YouTube videos, but they look great in the web browser, - so we simply remove them from the in-game text. - - - - - Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text. - - Multiplier to incoming damage. Defaults to 1.0. @@ -12551,6 +12556,17 @@ If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen. + + + In-game rich text does not support embedded YouTube videos, but they look great in the web browser, + so we simply remove them from the in-game text. + + + + + Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text. + + Get index within bounds assuming list is not empty. @@ -14068,6 +14084,34 @@ Path within the asset bundle. + + + Spawned zombie will be changed to this speciality type. + + + + + Zombie(s) will be spawned at a Spawnpoint node matching this ID. + If multiple Spawnpoints match this ID a random spawnpoint is chosen for each zombie. + + + + + If greater than zero, find this zombie type configured in the level editor. For example, if the level editor + lists "0 Fire (4)", then 4 is the unique ID, and if assigned to this reward a zombie from the "Fire" + table will spawn. + + + + + Number of zombies to spawn. + + + + + If set, zombies will not spawn unless CooldownDuration seconds have passed since last run. + + Stripped-down version of structure prefab for previewing where the structure will be spawned. @@ -14225,6 +14269,18 @@ Character will not take any fall damage. + + + Default. Per-navmesh difficulty asset takes priority over per-table/type difficulty asset. + If per-navmesh asset is null the per-table asset is the fallback. + + + + + Per-table/type difficulty asset takes priority over per-navmesh difficulty asset. + If per-table asset is null the per-navmesh asset is the fallback. + + Intensity of fog effect while camera is inside a water volume. diff --git a/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec b/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec index 4e4b66a9..a49c0098 100644 --- a/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec +++ b/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec @@ -2,7 +2,7 @@ RocketModFix.Unturned.Redist.Client - 3.25.10.103-preview20474491 + 3.25.10.104-preview20593062 Unturned 3 Client-side redistributables. Standalone and always up-to-date. diff --git a/redist/redist-client-preview/manifest.sha256.json b/redist/redist-client-preview/manifest.sha256.json index e420fbd5..5f19330d 100644 --- a/redist/redist-client-preview/manifest.sha256.json +++ b/redist/redist-client-preview/manifest.sha256.json @@ -1,9 +1,9 @@ { "SDG.HostBans.Runtime.dll": "5903ce4239cd9e249719e6d3c299caa5df46c1f3471daadb319b0974997135fc", "com.rlabrecque.steamworks.net.dll": "367c3cf766d35b173868941cd2466d3908739b638f17f59f8ff4a9cf149164a5", - "Assembly-CSharp.dll": "f90d76122b24cb86213978fe7b28e6cf45d589f6177d29171b24b26e4c7eafc4", + "Assembly-CSharp.dll": "54fb25d3e9d0a59b9e239ae93ca7f30be1b93463c192af4308aedf9add7f408e", "SDG.NetTransport.dll": "efb6805dff3056d7132186e4ec5f9b203220d1963463da3d1f8729faac10958b", - "Assembly-CSharp.xml": "41a16b7d19000858e34d3b80970012e849279177703e6b55d63299aa72df68b2", + "Assembly-CSharp.xml": "4dfc0cadc53e38653e78740fd9ff8d2d8afbb8e9bb52332b32f747fcab41e589", "SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11", "SystemEx.dll": "4249b035f2b9d0769559961f670a17112af5b5503f3231433f2f045e7812a3eb", "UnturnedDat.dll": "2d8496b96972357d6101445e22e5e9ef39cc6d82403b1b0104e5e1d70dbd392c", diff --git a/redist/redist-client-preview/version.preview.json b/redist/redist-client-preview/version.preview.json index cfcdecc7..b84cfaa4 100644 --- a/redist/redist-client-preview/version.preview.json +++ b/redist/redist-client-preview/version.preview.json @@ -1,7 +1,7 @@ { - "GameVersion": "3.25.10.103", - "BuildId": "20474491", - "NuGetVersion": "3.25.10.103-preview20474491", - "FilesHash": "36BDF3FA50BE6748CB30178FC7EB1E40ECFB928A1E6E5868D38370D660FB65BC", - "LastUpdated": "2025-10-21T03:57:03.8436913Z" + "GameVersion": "3.25.10.104", + "BuildId": "20593062", + "NuGetVersion": "3.25.10.104-preview20593062", + "FilesHash": "91FCB2705B51E801D03B9057103A77EFB4A71A403D9065D8910D3FEDA96F81B8", + "LastUpdated": "2025-10-29T16:52:52.0721088Z" } \ No newline at end of file diff --git a/redist/redist-manifests/.manifest.redist-client-preview.txt b/redist/redist-manifests/.manifest.redist-client-preview.txt index 28d22959..34af4fee 100644 --- a/redist/redist-manifests/.manifest.redist-client-preview.txt +++ b/redist/redist-manifests/.manifest.redist-client-preview.txt @@ -1 +1 @@ -6724434550329031568 +3773422924877341084