diff --git a/redist/redist-client-preview/Assembly-CSharp.dll b/redist/redist-client-preview/Assembly-CSharp.dll index 4aca3bfe..5fc27bfa 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 a664faee..caf35f65 100755 --- a/redist/redist-client-preview/Assembly-CSharp.xml +++ b/redist/redist-client-preview/Assembly-CSharp.xml @@ -5516,6 +5516,16 @@ Should cardio, diving, exercise, and parkour default to max level? + + + If true, skills related to player's skillset/speciality are half cost. + + + + + If true, skills related to player's skillset/speciality cannot lose levels on death. + + Should guns with Instakill Headshots (snipers) bypass armor? @@ -10188,6 +10198,20 @@ Volume weather mask used while not inside an ambience volume. + + + If >= 0, overrides vanilla skill cost. + Defaults to -1. + + + + + If >= 0, overrides vanilla increase in skill cost with each level. + For example, if the base cost is 10 and this is 15, the first level will cost 10 XP, + the second level 25 XP, the third 40 XP, so on and so forth. + Defaults to -1. + + Allows level to override skill max levels. @@ -10215,6 +10239,14 @@ Defaults to _Color. + + + If set, overrides the per-skillset items players spawn with. + Can be used to prevent skillset default items in singleplayer. + Server "Loadout" command takes priority over this option. + Defaults to null. + + Players are kicked from multiplayer if their skin color is within threshold of any of these rules. @@ -17808,75 +17840,75 @@ Get sleek color for UI. If HasNameColor, get NameColor. Otherwise, preferred font color. - + - Allows Unity events to modify which crafting tags are provided by owning object. - Must be connected to a Crafting Tag Provider. + Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot. - + - GUIDs of Unturned tag assets to modify. + Cannot be placed in primary nor secondary slots, but can be equipped from bag. - + - Add listed tags to provided tags. + Can be placed in primary slot, but cannot be equipped in secondary or bag. - + - Remove listed tags from provided tags. + Can be placed in primary or secondary slot, but cannot be equipped from bag. - + - Apply only if this component is active and enabled. + Only used by NPCs. - + - Apply only if this component is inactive and/or disabled. + Can be placed in primary, secondary, or equipped while in bag. - + - Always apply. + Allows Unity events to modify which crafting tags are provided by owning object. + Must be connected to a Crafting Tag Provider. - + - Get wrapper method rather than Awake because component might be inactive but should still apply modifiers. + GUIDs of Unturned tag assets to modify. - + - Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot. + Add listed tags to provided tags. - + - Cannot be placed in primary nor secondary slots, but can be equipped from bag. + Remove listed tags from provided tags. - + - Can be placed in primary slot, but cannot be equipped in secondary or bag. + Apply only if this component is active and enabled. - + - Can be placed in primary or secondary slot, but cannot be equipped from bag. + Apply only if this component is inactive and/or disabled. - + - Only used by NPCs. + Always apply. - + - Can be placed in primary, secondary, or equipped while in bag. + Get wrapper method rather than Awake because component might be inactive but should still apply modifiers. @@ -19322,21 +19354,6 @@ Note: If barricade is attached to a vehicle this is the local rotation. - - - Button in a list of levels. - - - - - Button in the list of levels for server browser filters. - - - - - Button in the list of levels for the map editor. - - Extensions to the built-in Physics class. @@ -19365,6 +19382,21 @@ Wrapper that respects landscape hole volumes. + + + Button in a list of levels. + + + + + Button in the list of levels for server browser filters. + + + + + Button in the list of levels for the map editor. + + Base class for IMGUI implementations of primitive building block widgets. diff --git a/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec b/redist/redist-client-preview/RocketModFix.Unturned.Redist.Client.nuspec index c446375f..3b0087fa 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.8.2-preview19933924 + 3.25.8.2-preview19945358 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 6bfe07bb..ec01b96a 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": "acf8fef3332a89b8b1bb3f12d876fb0556bb900f8ad913b5317748437dcb330a", "SDG.NetTransport.dll": "232a0addc79ff549b64694f894a89a3bc309bcb8e2ae62a3f96d4e6f3c9b771f", - "Assembly-CSharp.xml": "fb532b41617a3c3c30bf477fc72d6c240c6b9d3f78e62e996b4f01ede4553bda", + "Assembly-CSharp.xml": "b1f73783bc702c4e779e296c12bcbba363e78fe71b1d1736b164343563176725", "UnturnedDat.dll": "d3dfde4566d98a340fd796895b3f0bc2bb670915d0aa816a4befa5258fe7c5b7", - "Assembly-CSharp.dll": "14f2bfa64035822640910c48dbf447a32a7533c538b27de6229029cb267dc74d", + "Assembly-CSharp.dll": "b5a9e41cdca7f4cf00d23968ae83530f3755c60c6cd65f63aa7442b0b1b681e9", "SystemEx.dll": "1964b361dc6c5bee50248fc0dcceb6963996542469bf9063e4d656b3b995a18a", "com.rlabrecque.steamworks.net.dll": "846866e49c176c3cb2ef93b32dce218d3434faaeeb671464cdcb8b779efdd3f4", "UnityEx.dll": "36240447e747c9d048433930416d6383e8b51184090a3059a9d6658873edef04", diff --git a/redist/redist-client-preview/version.preview.json b/redist/redist-client-preview/version.preview.json index d766a0b9..c06053f2 100644 --- a/redist/redist-client-preview/version.preview.json +++ b/redist/redist-client-preview/version.preview.json @@ -1,7 +1,7 @@ { "GameVersion": "3.25.8.2", - "BuildId": "19933924", - "NuGetVersion": "3.25.8.2-preview19933924", - "FilesHash": "940918C6F1EEE497690834FB21ADCCC16352EEB9D9944EA40458DA9957740E46", - "LastUpdated": "2025-09-10T23:30:36.9190728Z" + "BuildId": "19945358", + "NuGetVersion": "3.25.8.2-preview19945358", + "FilesHash": "C499E00838968A384350521DC41416709E7B37F30F07D18B83D4A2365D332835", + "LastUpdated": "2025-09-11T17:31:39.4805385Z" } \ 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 a4f17be6..de105f44 100644 --- a/redist/redist-manifests/.manifest.redist-client-preview.txt +++ b/redist/redist-manifests/.manifest.redist-client-preview.txt @@ -1 +1 @@ -8731182846565839125 +7256531754656866440