diff --git a/redist/redist-server/Assembly-CSharp.dll b/redist/redist-server/Assembly-CSharp.dll index 0609a231..9035515f 100755 Binary files a/redist/redist-server/Assembly-CSharp.dll and b/redist/redist-server/Assembly-CSharp.dll differ diff --git a/redist/redist-server/Assembly-CSharp.xml b/redist/redist-server/Assembly-CSharp.xml index 17154805..0cfb003a 100755 --- a/redist/redist-server/Assembly-CSharp.xml +++ b/redist/redist-server/Assembly-CSharp.xml @@ -898,6 +898,11 @@ Used by UI. True when underwater or inside non-breathable oxygen volume. + + + This value is confusing because in the level editor it is the normalized radius, but in-game it is the radius. + + No longer used in vanilla. Kept in case plugins are using it. @@ -928,11 +933,6 @@ Unity's Camera.orthographicSize is half the height of the viewing volume. Width is calculated from aspect ratio. - - - This value is confusing because in the level editor it is the normalized radius, but in-game it is the radius. - - Fading in. @@ -1524,6 +1524,11 @@ Whether main camera field of view should zoom without scope camera / scope overlay. + + + If true, scale scope overly by 1 texel to keep "middle" pixel centered. + + Controls where to find AimAlignmentTransformPath. @@ -4790,6 +4795,16 @@ Defaults to false. + + + If true, hide viewmodel while aiming a dual-render scope and show a 2D overlay instead. + + Nelson 2025-07-04: adding this option for backwards compatibility with modded scopes that have a small + enough dual-render surface to zoom-*out* when aiming in. + + Defaults to false. + + Scales velocity added to players by explosion knock-back. @@ -9183,16 +9198,6 @@ At low framerate deltaTime can be so high the spring explodes unless we use a fixed timestep. - - - Interactable storage barricade to spawn at the drop position. - - - - - Prefab to spawn falling from the aircraft. - - Initially these were structs so that they would be adjacent in memory and therefore faster to iterate lots of them, @@ -9447,6 +9452,16 @@ Contains extra information about how to call it. + + + Interactable storage barricade to spawn at the drop position. + + + + + Prefab to spawn falling from the aircraft. + + True once per frame, false otherwise. diff --git a/redist/redist-server/RocketModFix.Unturned.Redist.Server.nuspec b/redist/redist-server/RocketModFix.Unturned.Redist.Server.nuspec index 0b10dbcd..93388198 100644 --- a/redist/redist-server/RocketModFix.Unturned.Redist.Server.nuspec +++ b/redist/redist-server/RocketModFix.Unturned.Redist.Server.nuspec @@ -2,7 +2,7 @@ RocketModFix.Unturned.Redist.Server - 3.25.7.1 + 3.25.7.2 Unturned 3 Server-side redistributables. Standalone and always up-to-date. diff --git a/redist/redist-server/manifest.sha256.json b/redist/redist-server/manifest.sha256.json index 83e1c494..065bdf76 100644 --- a/redist/redist-server/manifest.sha256.json +++ b/redist/redist-server/manifest.sha256.json @@ -68,13 +68,13 @@ "UnityEngine.TextCoreFontEngineModule.dll": "5aa0db3b3ce7e68a5b3b757e002c20607c4169ba096a5c71d3fdeb29ca62e955", "System.Runtime.Serialization.dll": "7f9fc41d5a21e368ed56cf00bbb41e44d2cd2f18a2596c8500590c3c9e294831", "Pathfinding.ClipperLib.dll": "4651eba68167202db81c212f445e23a2742560d70b605c0b367ad26a4d8dc1b3", - "Assembly-CSharp.dll": "c220f46851dfaa16c929f357d69265a24bb89a458010b36df5accf3b6e9c291e", + "Assembly-CSharp.dll": "d0141a46e8bbb9206aa0cdd1ac6b6a7149cf37509214367cf929d208336a6a7f", "Mono.Security.dll": "22f18aee38c7a8b1eedeb37da10a4cd93f8185b2f85d1eb95657cc6f5f473eb3", "StandardAssets.dll": "74b3876b13495990cc8fcb5cae5d25e95f664fe423eac09acfc1fa9f199c1818", "UnityEngine.dll": "4e8aabd8a38b80efb06f440b665c85e8ba7647dcc98a33155405c857abc8db9d", "UnityEx.dll": "cae79a8d28d883e483063b1c821dc984e6ca2d3fdde62eba088e58fca17d7833", "UnityEngine.VFXModule.dll": "e26df07ddfce940a4cb753fd2aa03be76c7c8ee9daac6feade652a06ae13b86e", - "Assembly-CSharp.xml": "594e7b60faf6f867583f4a962beba4cc2fff561411c2f9fd0e795f0261758bcf", + "Assembly-CSharp.xml": "1b33fe59fac4bb54319799b7a69bde8ee3d2d72f5f69ed47432ca3bb115c193d", "SDG.NetPak.Runtime.xml": "032c8d2d0a3e1f15ef1139b98f5370eb1fb94d65bf01c4462a0c0e6578bb705a", "UnityEngine.WindModule.dll": "eb4670be37cec7824d64711526008538567c86eb0dad8c773b0d7a56fd4ef158", "System.Security.dll": "07282d060237039adb6d11adc5f6e60e72a0049a5482545b5133f3dbb6ba840b", diff --git a/redist/redist-server/version.json b/redist/redist-server/version.json index 30213bce..dc18c52b 100644 --- a/redist/redist-server/version.json +++ b/redist/redist-server/version.json @@ -1,7 +1,7 @@ { - "GameVersion": "3.25.7.1", - "BuildId": "19099921", - "NuGetVersion": "3.25.7.1", - "FilesHash": "7BFEB28B9123710D80A2BCDD09B3DE6CBF132F69B51B264710C4D75311A74210", - "LastUpdated": "2025-07-06T17:51:45.3310393Z" + "GameVersion": "3.25.7.2", + "BuildId": "19137126", + "NuGetVersion": "3.25.7.2", + "FilesHash": "5FBC26122D79F58F34B7456C0F32467D63E69F256C7E6D30AA51764F7F8F295A", + "LastUpdated": "2025-07-08T17:18:44.2931938Z" } \ No newline at end of file