Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified redist/redist-client/Assembly-CSharp.dll
Binary file not shown.
64 changes: 35 additions & 29 deletions redist/redist-client/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,11 @@
Used by plugins to respawn the player bypassing timers. Issue #2701
</summary>
</member>
<member name="M:SDG.Unturned.PlayerLife.SendReviveTeleport(UnityEngine.Vector3,System.Byte)">
<summary>
Very similar to VehicleManager.sendExitVehicle. Please refer to that for comments.
</summary>
</member>
<member name="M:SDG.Unturned.PlayerLife.sendRevive">
<summary>
Used to refill all client stats like stamina
Expand Down Expand Up @@ -10411,6 +10416,7 @@
<member name="M:SDG.Unturned.VehicleManager.sendExitVehicle(SDG.Unturned.InteractableVehicle,System.Byte,UnityEngine.Vector3,System.Byte,System.Boolean)">
<summary>
Handles culling if exit position is not visible to certain clients.
If adjusting how this works, PlayerLife.SendReviveTeleport may need revision.
</summary>
</member>
<member name="M:SDG.Unturned.VehicleManager.canUseSpawnpoint(SDG.Unturned.VehicleSpawnpoint)">
Expand Down Expand Up @@ -17840,75 +17846,75 @@
Get sleek color for UI. If HasNameColor, get NameColor. Otherwise, preferred font color.
</summary>
</member>
<member name="T:SDG.Unturned.ESlotType">
<member name="T:SDG.Unturned.CraftingTagModifierComponent">
<summary>
Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot.
Allows Unity events to modify which crafting tags are provided by owning object.
Must be connected to a Crafting Tag Provider.
</summary>
</member>
<member name="F:SDG.Unturned.ESlotType.NONE">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.tagGuids">
<summary>
Cannot be placed in primary nor secondary slots, but can be equipped from bag.
GUIDs of Unturned tag assets to modify.
</summary>
</member>
<member name="F:SDG.Unturned.ESlotType.PRIMARY">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Add">
<summary>
Can be placed in primary slot, but cannot be equipped in secondary or bag.
Add listed tags to provided tags.
</summary>
</member>
<member name="F:SDG.Unturned.ESlotType.SECONDARY">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Remove">
<summary>
Can be placed in primary or secondary slot, but cannot be equipped from bag.
Remove listed tags from provided tags.
</summary>
</member>
<member name="F:SDG.Unturned.ESlotType.TERTIARY">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.ActiveAndEnabled">
<summary>
Only used by NPCs.
Apply only if this component is active and enabled.
</summary>
</member>
<member name="F:SDG.Unturned.ESlotType.ANY">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Invert">
<summary>
Can be placed in primary, secondary, or equipped while in bag.
Apply only if this component is inactive and/or disabled.
</summary>
</member>
<member name="T:SDG.Unturned.CraftingTagModifierComponent">
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Bypass">
<summary>
Allows Unity events to modify which crafting tags are provided by owning object.
Must be connected to a Crafting Tag Provider.
Always apply.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.tagGuids">
<member name="M:SDG.Unturned.CraftingTagModifierComponent.GetTagRefs">
<summary>
GUIDs of Unturned tag assets to modify.
Get wrapper method rather than Awake because component might be inactive but should still apply modifiers.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Add">
<member name="T:SDG.Unturned.ESlotType">
<summary>
Add listed tags to provided tags.
Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Remove">
<member name="F:SDG.Unturned.ESlotType.NONE">
<summary>
Remove listed tags from provided tags.
Cannot be placed in primary nor secondary slots, but can be equipped from bag.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.ActiveAndEnabled">
<member name="F:SDG.Unturned.ESlotType.PRIMARY">
<summary>
Apply only if this component is active and enabled.
Can be placed in primary slot, but cannot be equipped in secondary or bag.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Invert">
<member name="F:SDG.Unturned.ESlotType.SECONDARY">
<summary>
Apply only if this component is inactive and/or disabled.
Can be placed in primary or secondary slot, but cannot be equipped from bag.
</summary>
</member>
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Bypass">
<member name="F:SDG.Unturned.ESlotType.TERTIARY">
<summary>
Always apply.
Only used by NPCs.
</summary>
</member>
<member name="M:SDG.Unturned.CraftingTagModifierComponent.GetTagRefs">
<member name="F:SDG.Unturned.ESlotType.ANY">
<summary>
Get wrapper method rather than Awake because component might be inactive but should still apply modifiers.
Can be placed in primary, secondary, or equipped while in bag.
</summary>
</member>
<member name="F:SDG.Unturned.ESensitivityScalingMode.ProjectionRatio">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RocketModFix.Unturned.Redist.Client</id>
<version>3.25.8.2</version>
<version>3.25.8.3</version>
<description>
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
</description>
Expand Down
4 changes: 2 additions & 2 deletions redist/redist-client/manifest.sha256.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"SDG.HostBans.Runtime.dll": "acf8fef3332a89b8b1bb3f12d876fb0556bb900f8ad913b5317748437dcb330a",
"SDG.NetTransport.dll": "232a0addc79ff549b64694f894a89a3bc309bcb8e2ae62a3f96d4e6f3c9b771f",
"Assembly-CSharp.xml": "b1f73783bc702c4e779e296c12bcbba363e78fe71b1d1736b164343563176725",
"Assembly-CSharp.xml": "66c1f6cef83924b0ab96306a4bcf4653c88c51e8990c8e04434a07a3b38a3a50",
"UnturnedDat.dll": "d3dfde4566d98a340fd796895b3f0bc2bb670915d0aa816a4befa5258fe7c5b7",
"Assembly-CSharp.dll": "b5a9e41cdca7f4cf00d23968ae83530f3755c60c6cd65f63aa7442b0b1b681e9",
"Assembly-CSharp.dll": "d4ee369cbc91093b94c5c284dd9e52476c01e9270ad7dc6f8fa2911eb1e30dcf",
"SystemEx.dll": "1964b361dc6c5bee50248fc0dcceb6963996542469bf9063e4d656b3b995a18a",
"com.rlabrecque.steamworks.net.dll": "846866e49c176c3cb2ef93b32dce218d3434faaeeb671464cdcb8b779efdd3f4",
"UnityEx.dll": "36240447e747c9d048433930416d6383e8b51184090a3059a9d6658873edef04",
Expand Down
10 changes: 5 additions & 5 deletions redist/redist-client/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.25.8.2",
"BuildId": "19945358",
"NuGetVersion": "3.25.8.2",
"FilesHash": "C499E00838968A384350521DC41416709E7B37F30F07D18B83D4A2365D332835",
"LastUpdated": "2025-09-11T19:38:24.7301156Z"
"GameVersion": "3.25.8.3",
"BuildId": "19966288",
"NuGetVersion": "3.25.8.3",
"FilesHash": "244570181E6BEF01E0AA510FBA74F8C2D052E1C050F427494CB6C37AE7A9F73D",
"LastUpdated": "2025-09-15T15:20:21.4036072Z"
}
2 changes: 1 addition & 1 deletion redist/redist-manifests/.manifest.redist-client.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7256531754656866440
5742185628611593089