Skip to content

Commit 4e2c98c

Browse files
13 September 2025 - Version 3.25.8.3-preview19966297 (19966297) (#362)
Co-authored-by: rocketmodfixadmin <[email protected]>
1 parent f6640b6 commit 4e2c98c

File tree

6 files changed

+44
-38
lines changed

6 files changed

+44
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7547275886187648295
1+
6970963907029416567
512 Bytes
Binary file not shown.

redist/redist-server-preview/Assembly-CSharp.xml

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,11 @@
906906
Used by plugins to respawn the player bypassing timers. Issue #2701
907907
</summary>
908908
</member>
909+
<member name="M:SDG.Unturned.PlayerLife.SendReviveTeleport(UnityEngine.Vector3,System.Byte)">
910+
<summary>
911+
Very similar to VehicleManager.sendExitVehicle. Please refer to that for comments.
912+
</summary>
913+
</member>
909914
<member name="M:SDG.Unturned.PlayerLife.sendRevive">
910915
<summary>
911916
Used to refill all client stats like stamina
@@ -10411,6 +10416,7 @@
1041110416
<member name="M:SDG.Unturned.VehicleManager.sendExitVehicle(SDG.Unturned.InteractableVehicle,System.Byte,UnityEngine.Vector3,System.Byte,System.Boolean)">
1041210417
<summary>
1041310418
Handles culling if exit position is not visible to certain clients.
10419+
If adjusting how this works, PlayerLife.SendReviveTeleport may need revision.
1041410420
</summary>
1041510421
</member>
1041610422
<member name="M:SDG.Unturned.VehicleManager.canUseSpawnpoint(SDG.Unturned.VehicleSpawnpoint)">
@@ -17840,75 +17846,75 @@
1784017846
Get sleek color for UI. If HasNameColor, get NameColor. Otherwise, preferred font color.
1784117847
</summary>
1784217848
</member>
17843-
<member name="T:SDG.Unturned.ESlotType">
17849+
<member name="T:SDG.Unturned.CraftingTagModifierComponent">
1784417850
<summary>
17845-
Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot.
17851+
Allows Unity events to modify which crafting tags are provided by owning object.
17852+
Must be connected to a Crafting Tag Provider.
1784617853
</summary>
1784717854
</member>
17848-
<member name="F:SDG.Unturned.ESlotType.NONE">
17855+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.tagGuids">
1784917856
<summary>
17850-
Cannot be placed in primary nor secondary slots, but can be equipped from bag.
17857+
GUIDs of Unturned tag assets to modify.
1785117858
</summary>
1785217859
</member>
17853-
<member name="F:SDG.Unturned.ESlotType.PRIMARY">
17860+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Add">
1785417861
<summary>
17855-
Can be placed in primary slot, but cannot be equipped in secondary or bag.
17862+
Add listed tags to provided tags.
1785617863
</summary>
1785717864
</member>
17858-
<member name="F:SDG.Unturned.ESlotType.SECONDARY">
17865+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Remove">
1785917866
<summary>
17860-
Can be placed in primary or secondary slot, but cannot be equipped from bag.
17867+
Remove listed tags from provided tags.
1786117868
</summary>
1786217869
</member>
17863-
<member name="F:SDG.Unturned.ESlotType.TERTIARY">
17870+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.ActiveAndEnabled">
1786417871
<summary>
17865-
Only used by NPCs.
17872+
Apply only if this component is active and enabled.
1786617873
</summary>
1786717874
</member>
17868-
<member name="F:SDG.Unturned.ESlotType.ANY">
17875+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Invert">
1786917876
<summary>
17870-
Can be placed in primary, secondary, or equipped while in bag.
17877+
Apply only if this component is inactive and/or disabled.
1787117878
</summary>
1787217879
</member>
17873-
<member name="T:SDG.Unturned.CraftingTagModifierComponent">
17880+
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Bypass">
1787417881
<summary>
17875-
Allows Unity events to modify which crafting tags are provided by owning object.
17876-
Must be connected to a Crafting Tag Provider.
17882+
Always apply.
1787717883
</summary>
1787817884
</member>
17879-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.tagGuids">
17885+
<member name="M:SDG.Unturned.CraftingTagModifierComponent.GetTagRefs">
1788017886
<summary>
17881-
GUIDs of Unturned tag assets to modify.
17887+
Get wrapper method rather than Awake because component might be inactive but should still apply modifiers.
1788217888
</summary>
1788317889
</member>
17884-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Add">
17890+
<member name="T:SDG.Unturned.ESlotType">
1788517891
<summary>
17886-
Add listed tags to provided tags.
17892+
Used for item placement in displays / holsters, and whether useable can be placed in primary/secondary slot.
1788717893
</summary>
1788817894
</member>
17889-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EMode.Remove">
17895+
<member name="F:SDG.Unturned.ESlotType.NONE">
1789017896
<summary>
17891-
Remove listed tags from provided tags.
17897+
Cannot be placed in primary nor secondary slots, but can be equipped from bag.
1789217898
</summary>
1789317899
</member>
17894-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.ActiveAndEnabled">
17900+
<member name="F:SDG.Unturned.ESlotType.PRIMARY">
1789517901
<summary>
17896-
Apply only if this component is active and enabled.
17902+
Can be placed in primary slot, but cannot be equipped in secondary or bag.
1789717903
</summary>
1789817904
</member>
17899-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Invert">
17905+
<member name="F:SDG.Unturned.ESlotType.SECONDARY">
1790017906
<summary>
17901-
Apply only if this component is inactive and/or disabled.
17907+
Can be placed in primary or secondary slot, but cannot be equipped from bag.
1790217908
</summary>
1790317909
</member>
17904-
<member name="F:SDG.Unturned.CraftingTagModifierComponent.EActivationRequirement.Bypass">
17910+
<member name="F:SDG.Unturned.ESlotType.TERTIARY">
1790517911
<summary>
17906-
Always apply.
17912+
Only used by NPCs.
1790717913
</summary>
1790817914
</member>
17909-
<member name="M:SDG.Unturned.CraftingTagModifierComponent.GetTagRefs">
17915+
<member name="F:SDG.Unturned.ESlotType.ANY">
1791017916
<summary>
17911-
Get wrapper method rather than Awake because component might be inactive but should still apply modifiers.
17917+
Can be placed in primary, secondary, or equipped while in bag.
1791217918
</summary>
1791317919
</member>
1791417920
<member name="F:SDG.Unturned.ESensitivityScalingMode.ProjectionRatio">

redist/redist-server-preview/RocketModFix.Unturned.Redist.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RocketModFix.Unturned.Redist.Server</id>
5-
<version>3.25.8.2-preview19945370</version>
5+
<version>3.25.8.3-preview19966297</version>
66
<description>
77
Unturned 3 Server-side redistributables. Standalone and always up-to-date.
88
</description>

redist/redist-server-preview/manifest.sha256.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"SDG.HostBans.Runtime.dll": "34da5fa32623f6da20b9f6123883eacc5d6b4c278df8271fe0f3916a8cb77617",
33
"SDG.NetTransport.dll": "1ab0f12e6c64e07e1820e678a9e7e508f1c6910ab6de08aaf13a22513b87ad92",
4-
"Assembly-CSharp.xml": "b1f73783bc702c4e779e296c12bcbba363e78fe71b1d1736b164343563176725",
4+
"Assembly-CSharp.xml": "66c1f6cef83924b0ab96306a4bcf4653c88c51e8990c8e04434a07a3b38a3a50",
55
"UnturnedDat.dll": "b7fb73e828f4dd9ccf65d7366918c7bbf0216b9286ac240267bb22b18a1b189a",
6-
"Assembly-CSharp.dll": "507cac133aaf46fbf3c673c3c5d5ae5b9dfc940d3272e58512ca8faacb24e689",
6+
"Assembly-CSharp.dll": "29bbcd5bce868cd21ffa140475bdc481ebab883ef891bfa4a088f9d9593f4fa9",
77
"SystemEx.dll": "ec8c023c463698349031e75486b68040758042863567f2ace0e79693f618ddc1",
88
"com.rlabrecque.steamworks.net.dll": "cd8e80b38693e924d9e43235bd9b192d2cd0c01f0b0d5ce170af496ff0c32fad",
99
"UnityEx.dll": "2425112bd9f71a178db58d2f37b2fbf54c101174f05ab63e5fb928aec4cf8d7b",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"GameVersion": "3.25.8.2",
3-
"BuildId": "19945370",
4-
"NuGetVersion": "3.25.8.2-preview19945370",
5-
"FilesHash": "FA49F71BA5CF4AAD728ABD87ED38496D2BFBC3DD704726B914D41A1F95A2B55F",
6-
"LastUpdated": "2025-09-11T17:16:00.9535573Z"
2+
"GameVersion": "3.25.8.3",
3+
"BuildId": "19966297",
4+
"NuGetVersion": "3.25.8.3-preview19966297",
5+
"FilesHash": "2AD9183FDF49C631F00658890696C6DB57875E191550E29BECD4C98E9C45B5C8",
6+
"LastUpdated": "2025-09-13T03:52:06.2450694Z"
77
}

0 commit comments

Comments
 (0)