diff --git a/redist/redist-client-preview-publicized/Assembly-CSharp.dll b/redist/redist-client-preview-publicized/Assembly-CSharp.dll index cae573b1..260f332e 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 38c0d0a9..f8b42a21 100755 --- a/redist/redist-client-preview-publicized/Assembly-CSharp.xml +++ b/redist/redist-client-preview-publicized/Assembly-CSharp.xml @@ -686,7 +686,7 @@ - Requested by Trojaner. LoadFile locks the file while in use which prevents OpenMod from updating itself. + Useful as a workaround enabling plugin frameworks to self-update, otherwise LoadFile locks the file while in use. @@ -3370,7 +3370,7 @@ Defaults to false, except for explosive charges which bypass claims. - Requested by Renaxon for collectible barricades that raiders can steal without destroying. + Useful for collectible barricades that raiders can steal without destroying. @@ -3382,7 +3382,7 @@ Should door colliders remain active while animation is playing? - Enabled by modders trying to make stuff like elevators. + Useful in special cases such as modded elevators, but prone to physics exploits. @@ -11096,9 +11096,9 @@ Name to use when instantiating attachment prefab. By default the asset guid is used, but it can be overridden because some - modders rely on the name for Unity's legacy animation component. For example - in Toothy Deerryte's case there were a lot of duplicate animations to work - around the guid naming, simplified by overriding name. + modders rely on the name for Unity's legacy animation component. Some maps + had a lot of duplicate animations to work around the guid naming, in which + case overriding the name simplified animation. @@ -16235,9 +16235,9 @@ Name to use when instantiating item prefab. By default the asset legacy id is used, but it can be overridden because some - modders rely on the name for Unity's legacy animation component. For example - in Toothy Deerryte's case there were a lot of duplicate animations to work - around the id naming, simplified by overriding name. + modders rely on the name for Unity's legacy animation component. Some maps + had a lot of duplicate animations to work around the id naming, in which + case overriding the name simplified animation. @@ -17019,6 +17019,14 @@ Client simulate driving input. + + + 2026-01-30: adding forceSetTransform to work around an issue with newly-spawned trains: + It seems after Unity 2022 LTS or 3.26.1.0 the position passed to Instantiate takes + priority over the call to rigidbody SetPosition, and new trains default to zero. This + prevents players from entering the train. + + Nelson 2025-05-05: ran into a bug where our manual OnUpdate is called before Unity calls Start! @@ -19301,7 +19309,7 @@ - Nelson 2024-11-29: Curious to put all the gun stats in one place for easier comparison. Rather rudimentary at + Curious to put all the gun stats in one place for easier comparison. Rather rudimentary at the moment so not including in the update. 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 1ec60eb3..cd00b9ef 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.26.1.0 + 3.26.1.1 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 a4cbbc4e..0d935e5d 100644 --- a/redist/redist-client-preview-publicized/manifest.sha256.json +++ b/redist/redist-client-preview-publicized/manifest.sha256.json @@ -1,9 +1,9 @@ { "SDG.HostBans.Runtime.dll": "f747ce788400638d948c0cfdff8994def67ac95a30ecfb1de46dde6b3a04130e", "com.rlabrecque.steamworks.net.dll": "610215e9588efe25a417d3ec8b04f166080af2c67ec7e6e49e807ac184d0a00f", - "Assembly-CSharp.dll": "3543bd70ad43bb712de70088edf4ce484cde7f1f4443e3301dd089c28c83273d", + "Assembly-CSharp.dll": "7551717813303cabdfe42bd6e462f1c5a7547c11b3f7d71488b607d63641767a", "SDG.NetTransport.dll": "28f5f0d2337c1d2f33a5f40dd7b2eb12c3ef1485d4e734155e0e37b2b2fe9131", - "Assembly-CSharp.xml": "a2f79d913661a7a1a1438f6626ae5e7dcedaeebd912f156d25400efeb5be6213", + "Assembly-CSharp.xml": "a10c99ea5d0cf7d527b474c7ca6cb45e883a6cfc8d782ba6e424755d9a102572", "SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11", "SystemEx.dll": "3764ea4f8c213b1caf5c417f00eec8bab9950ecac9a2283f592cd65f7ede14d6", "UnturnedDat.dll": "d1dd5d11ee0d6a51612a1cc4ab9f871000af1a9793b09c36a3c2070ad5272451", diff --git a/redist/redist-client-preview-publicized/version.json b/redist/redist-client-preview-publicized/version.json index 298e0ed0..ebaca32f 100644 --- a/redist/redist-client-preview-publicized/version.json +++ b/redist/redist-client-preview-publicized/version.json @@ -1,7 +1,7 @@ { - "GameVersion": "3.26.1.0", - "BuildId": "21606335", - "NuGetVersion": "3.26.1.0", - "FilesHash": "A7FA9267E925CF16C65BB243FCB4101D86610C5FD08ADAE63FF0B28A92B96873", - "LastUpdated": "2026-01-22T17:56:43.6769808Z" + "GameVersion": "3.26.1.1", + "BuildId": "21721718", + "NuGetVersion": "3.26.1.1", + "FilesHash": "1B81CD679C32060553CDA60449843ADF5ACD6124CD9DAE682C42824F678058B0", + "LastUpdated": "2026-01-30T19:48:26.8480931Z" } \ 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 af3d9977..1d3ee7d6 100644 --- a/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt +++ b/redist/redist-manifests/.manifest.redist-client-preview-publicized.txt @@ -1 +1 @@ -8333810219554418465 +3907031391973494091