diff --git a/redist/redist-client-preview-publicized/Assembly-CSharp.dll b/redist/redist-client-preview-publicized/Assembly-CSharp.dll index 30421ef0..4091d0d2 100644 Binary files a/redist/redist-client-preview-publicized/Assembly-CSharp.dll and b/redist/redist-client-preview-publicized/Assembly-CSharp.dll differ diff --git a/redist/redist-client-preview-publicized/Assembly-CSharp.xml b/redist/redist-client-preview-publicized/Assembly-CSharp.xml index cad3c6af..dc8ce2c3 100755 --- a/redist/redist-client-preview-publicized/Assembly-CSharp.xml +++ b/redist/redist-client-preview-publicized/Assembly-CSharp.xml @@ -3515,6 +3515,12 @@ vehicle spawner requires to properly set paint color. + + + Nelson 2025-09-08: experimentally exposing to PlayerInput for server-side barricade hit validation. If + hasClipPrefab is false then client-supplied colliderTransform must be valid. + + Can be added to any GameObject with a Trigger to receive events. @@ -9026,6 +9032,31 @@ Server list filter for plugin usage. + + + Allows Unity events to send text chat messages from the client, for example to execute commands. + + + + + Text to use when SendDefaultTextChatMessage is invoked. + + + + + All players on the server will see the message. + + + + + Only nearby players will see the message. + + + + + Chat mode to send request in. + + Corresponds to not active and not blending with new weather system. @@ -9110,7 +9141,7 @@ water is -1024, but atmosphere measure uses a default of zero. - + Nelson 2025-09-01: hacking this in to reset cloud particle systems when changing time in the level editor. Otherwise, it's hard to tell how the intensity affects them. @@ -9173,31 +9204,6 @@ Only reset when created so that value is available after leaving all volumes. - - - Allows Unity events to send text chat messages from the client, for example to execute commands. - - - - - Text to use when SendDefaultTextChatMessage is invoked. - - - - - All players on the server will see the message. - - - - - Only nearby players will see the message. - - - - - Chat mode to send request in. - - Visualizes reverb zone in-game. @@ -9929,6 +9935,12 @@ Defaults to ammoMax for EAction.Break. + + + If true, emit particles when a shot is fired. + Defaults to true for EAction.Trigger and EAction.Minigun. + + Please refer to . @@ -9964,6 +9976,29 @@ If so pause menu, dashboard, and other menus cannot be opened. + + + Determines how the "Explosion" effect is spawned when a barricade or structure is destroyed. + + Nelson 2025-09-08: although explosion effect currently exists in Barricade and Structure + sub-classes I think it makes sense to share this option (and ideally more in future). + + + + + Legacy behavior. + + + + + Effect spawns exactly at the model position without any offset. + + + + + Effect spawns with same rotation as the model. + + Common base for barricades and structures. @@ -13677,11 +13712,6 @@ Optional parameter for error logging and responding to the invoker. - - - Not extendable until transport API is better finalized. - - Wraps audio source to prevent caller from meddling with it, and to allow the implementation @@ -13719,6 +13749,11 @@ Timer needs playId as well in case source has been recycled by the time duration expires. + + + Not extendable until transport API is better finalized. + + How many seconds message should popup. diff --git a/redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec b/redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec index e6880d7c..c95d4767 100644 --- a/redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec +++ b/redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec @@ -2,7 +2,7 @@ RocketModFix.Unturned.Redist.Client.Publicized - 3.25.8.107 + 3.25.8.109 Unturned 3 Client-side redistributables. Standalone and always up-to-date. diff --git a/redist/redist-client-preview-publicized/manifest.sha256.json b/redist/redist-client-preview-publicized/manifest.sha256.json index c860961c..fd1af4ad 100644 --- a/redist/redist-client-preview-publicized/manifest.sha256.json +++ b/redist/redist-client-preview-publicized/manifest.sha256.json @@ -1,4 +1,13 @@ { - "Assembly-CSharp.xml": "ff8a2a4631c11143fed5f492963e3e44ae7757a5344c3cfb5b9c79955737e9f1", - "Assembly-CSharp.dll": "4b1c145108ac552de4cc2a342da2e4a636d4748b95ae7f86c8ddf6f50b84f6db" + "SDG.HostBans.Runtime.dll": "acf8fef3332a89b8b1bb3f12d876fb0556bb900f8ad913b5317748437dcb330a", + "SDG.NetTransport.dll": "232a0addc79ff549b64694f894a89a3bc309bcb8e2ae62a3f96d4e6f3c9b771f", + "Assembly-CSharp.xml": "1d74f092230531a0bd77140ea64fe160936cf8e1d1723489b7a0754772506dd1", + "UnturnedDat.dll": "d3dfde4566d98a340fd796895b3f0bc2bb670915d0aa816a4befa5258fe7c5b7", + "Assembly-CSharp.dll": "1ad0043ca9776b65f9080dfae3f9a99b9151843edbf7c13b0c5fbbff9c5b6033", + "SystemEx.dll": "1964b361dc6c5bee50248fc0dcceb6963996542469bf9063e4d656b3b995a18a", + "com.rlabrecque.steamworks.net.dll": "846866e49c176c3cb2ef93b32dce218d3434faaeeb671464cdcb8b779efdd3f4", + "UnityEx.dll": "36240447e747c9d048433930416d6383e8b51184090a3059a9d6658873edef04", + "SDG.NetPak.Runtime.xml": "032c8d2d0a3e1f15ef1139b98f5370eb1fb94d65bf01c4462a0c0e6578bb705a", + "SDG.NetPak.Runtime.dll": "3dbed421eecd1d3ee90c44a2096fdcb7e6931ef84455e659854e5215c14ad1ef", + "SDG.Glazier.Runtime.dll": "bb711d4fd66aafb485e0daee9293b6570846a19676ceecd0971663692377ada6" } \ No newline at end of file diff --git a/redist/redist-client-preview-publicized/version.json b/redist/redist-client-preview-publicized/version.json index 4431107e..35d7d0b1 100644 --- a/redist/redist-client-preview-publicized/version.json +++ b/redist/redist-client-preview-publicized/version.json @@ -1,7 +1,7 @@ { - "GameVersion": "3.25.8.107", - "BuildId": "19816665", - "NuGetVersion": "3.25.8.107", - "FilesHash": "47495E645F9B55753B535FCC18F73BD5DEFA3748278BA7749C405596FF86CAFD", - "LastUpdated": "2025-09-01T20:40:38.1915535Z" + "GameVersion": "3.25.8.109", + "BuildId": "19902581", + "NuGetVersion": "3.25.8.109", + "FilesHash": "ECC2B89E87334B625A024A7ABACA519F77D4C14824A68D644754EA0DBA7A5BB1", + "LastUpdated": "2025-09-08T21:38:33.1335106Z" } \ No newline at end of file diff --git a/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt b/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt index 30ec1238..8aa20f8a 100644 --- a/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt +++ b/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt @@ -1 +1 @@ -5158407357026909489 +5101166232268144118