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-preview-publicized/Assembly-CSharp.dll
Binary file not shown.
45 changes: 35 additions & 10 deletions redist/redist-client-preview-publicized/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10244,6 +10244,11 @@
Defaults to _Color.
</summary>
</member>
<member name="F:SDG.Unturned.LevelAsset.CloudOverrideParticleSystemsPath.WarmupTime">
<summary>
t passed into ParticleSystem.Simulate when clouds need an update.
</summary>
</member>
<member name="P:SDG.Unturned.LevelAsset.DefaultSkillsetLoadouts">
<summary>
If set, overrides the per-skillset items players spawn with.
Expand Down Expand Up @@ -11555,15 +11560,15 @@
regardless of which glazier is used.
</summary>
</member>
<member name="F:SDG.Unturned.MenuPlaySingleplayerUI.featuredItemDefId">
<member name="M:SDG.Unturned.EditorEnvironmentNodesUI.SyncSettings">
<summary>
Stockpile item definition id with rev-share for the level creators.
Randomly selected from associated items list.
Other menus can modify DevkitSelectionToolOptions so we need to sync our menu when opened.
</summary>
</member>
<member name="M:SDG.Unturned.EditorEnvironmentNodesUI.SyncSettings">
<member name="F:SDG.Unturned.MenuPlaySingleplayerUI.featuredItemDefId">
<summary>
Other menus can modify DevkitSelectionToolOptions so we need to sync our menu when opened.
Stockpile item definition id with rev-share for the level creators.
Randomly selected from associated items list.
</summary>
</member>
<member name="P:SDG.Unturned.StructureManager.instance">
Expand Down Expand Up @@ -13755,6 +13760,11 @@
Optional parameter for error logging and responding to the invoker.
</summary>
</member>
<member name="T:SDG.Unturned.NetTransportFactory">
<summary>
Not extendable until transport API is better finalized.
</summary>
</member>
<member name="T:SDG.Unturned.OneShotAudioHandle">
<summary>
Wraps audio source to prevent caller from meddling with it, and to allow the implementation
Expand Down Expand Up @@ -13792,11 +13802,6 @@
Timer needs playId as well in case source has been recycled by the time duration expires.
</summary>
</member>
<member name="T:SDG.Unturned.NetTransportFactory">
<summary>
Not extendable until transport API is better finalized.
</summary>
</member>
<member name="F:SDG.Unturned.NPCHintReward.duration">
<summary>
How many seconds message should popup.
Expand Down Expand Up @@ -19746,6 +19751,21 @@
Hold onto collider and gameobject separately because collider isn't necessarily attached to gameobject.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.EAmbianceVolumeFogOverrideMode.None">
<summary>
Volume doesn't override fog.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.EAmbianceVolumeFogOverrideMode.Constant">
<summary>
Volume fog settings are the same at all times of day.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.EAmbianceVolumeFogOverrideMode.PerTimeOfDay">
<summary>
Volume fog settings vary throughout the day.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.AmbianceVolume._id">
<summary>
Kept because lots of modders have been using this script in Unity,
Expand All @@ -19757,6 +19777,11 @@
If per-weather mask AND is non zero the weather will blend in.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.AmbianceVolume._overrideFog">
<summary>
Kept for backwards compatibility with fog volumes created in Unity / by mods.
</summary>
</member>
<member name="F:SDG.Framework.Devkit.AmbianceVolume.enableFalloff">
<summary>
Distinguishes from zero falloff which may be useful deep in a cave.
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.Publicized</id>
<version>3.25.8.3</version>
<version>3.25.8.4</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-preview-publicized/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": "66c1f6cef83924b0ab96306a4bcf4653c88c51e8990c8e04434a07a3b38a3a50",
"Assembly-CSharp.xml": "4e307bff3552d6dbd2d57f48b57e18139e9631b36612685483a18acf90993e33",
"UnturnedDat.dll": "d3dfde4566d98a340fd796895b3f0bc2bb670915d0aa816a4befa5258fe7c5b7",
"Assembly-CSharp.dll": "1ef258ebf27dd1d730479e25a0287d95bd461e8f96cba207d3dfadff51267fd4",
"Assembly-CSharp.dll": "0ee9201f170fa54c6fc64d16f003f5744ea912bac9224814fee01bdc5053cc02",
"SystemEx.dll": "1964b361dc6c5bee50248fc0dcceb6963996542469bf9063e4d656b3b995a18a",
"com.rlabrecque.steamworks.net.dll": "846866e49c176c3cb2ef93b32dce218d3434faaeeb671464cdcb8b779efdd3f4",
"UnityEx.dll": "36240447e747c9d048433930416d6383e8b51184090a3059a9d6658873edef04",
Expand Down
10 changes: 5 additions & 5 deletions redist/redist-client-preview-publicized/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.25.8.3",
"BuildId": "19966288",
"NuGetVersion": "3.25.8.3",
"FilesHash": "C1E27BA5F04B4B8E0D40A61936C9C77FA0CD4951047F2DDC32DC2CD3A79EB1A5",
"LastUpdated": "2025-09-13T03:52:07.1115687Z"
"GameVersion": "3.25.8.4",
"BuildId": "19992382",
"NuGetVersion": "3.25.8.4",
"FilesHash": "7900EA484E9FE8E8E302BBE11243CD3D577EB76AB8A4D9E8D06E5AD4C134F40B",
"LastUpdated": "2025-09-16T02:42:49.5074197Z"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5742185628611593089
6926880375056915742