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/Assembly-CSharp.dll
Binary file not shown.
44 changes: 22 additions & 22 deletions redist/redist-client-preview/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3584,56 +3584,56 @@
Is the Ctrl-C or Ctrl-Break signal being handled?
</summary>
</member>
<member name="F:SDG.Unturned.ELoadingTip.MAX">
<member name="T:SDG.Unturned.DamagePlayerParameters">
<summary>
Marker for counting number of tips.
Payload for the DamageTool.damagePlayer function.
</summary>
</member>
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
<summary>
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
Should armor worn on matching limb be factored in?
</summary>
</member>
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
<summary>
Shown when game connection ping is significantly higher than server browser ping. At the time of writing
(2025-01-17) this is likely because the server is using an "anycast proxy" in front of Steam A2S cache.
Should game mode config damage multiplier be factored in?
</summary>
</member>
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
<summary>
Set to Time.frameCount + 1 while loading.
In the past used realtime, but that was unreliable if an individual frame took too long.
If player dies should it count towards quests?
</summary>
</member>
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
<summary>
Select a loading image while on the startup screen or a level without any images.
Effect to apply to ragdoll if dead.
</summary>
</member>
<member name="T:SDG.Unturned.DamagePlayerParameters">
<member name="F:SDG.Unturned.ELoadingTip.MAX">
<summary>
Payload for the DamageTool.damagePlayer function.
Marker for counting number of tips.
</summary>
</member>
<member name="F:SDG.Unturned.DamagePlayerParameters.respectArmor">
<member name="F:SDG.Unturned.LoadingUI.placeholderCamera">
<summary>
Should armor worn on matching limb be factored in?
Camera used while transitioning between scenes to prevent the "no cameras rendering" warning.
</summary>
</member>
<member name="F:SDG.Unturned.DamagePlayerParameters.applyGlobalArmorMultiplier">
<member name="F:SDG.Unturned.LoadingUI.pingWarning">
<summary>
Should game mode config damage multiplier be factored in?
Shown when game connection ping is significantly higher than server browser ping. At the time of writing
(2025-01-17) this is likely because the server is using an "anycast proxy" in front of Steam A2S cache.
</summary>
</member>
<member name="F:SDG.Unturned.DamagePlayerParameters.trackKill">
<member name="F:SDG.Unturned.LoadingUI.lastLoading">
<summary>
If player dies should it count towards quests?
Set to Time.frameCount + 1 while loading.
In the past used realtime, but that was unreliable if an individual frame took too long.
</summary>
</member>
<member name="F:SDG.Unturned.DamagePlayerParameters.ragdollEffect">
<member name="M:SDG.Unturned.LoadingUI.PickNonLevelBackgroundImage">
<summary>
Effect to apply to ragdoll if dead.
Select a loading image while on the startup screen or a level without any images.
</summary>
</member>
<member name="F:SDG.Unturned.ESteamCallValidation.ONLY_FROM_SERVER">
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.10.109-preview21029083</version>
<version>3.25.10.1-preview21060830</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/manifest.sha256.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"SDG.HostBans.Runtime.dll": "f747ce788400638d948c0cfdff8994def67ac95a30ecfb1de46dde6b3a04130e",
"com.rlabrecque.steamworks.net.dll": "610215e9588efe25a417d3ec8b04f166080af2c67ec7e6e49e807ac184d0a00f",
"Assembly-CSharp.dll": "0a24a817ebb91560aa0c274cb9529b0514d5fca03a2308ce13f13b795d43418b",
"Assembly-CSharp.dll": "b23dc5221e5f55eef203acf3bb5fabf3a625a929814dc0cc3e2a511bfbfea7a5",
"SDG.NetTransport.dll": "28f5f0d2337c1d2f33a5f40dd7b2eb12c3ef1485d4e734155e0e37b2b2fe9131",
"Assembly-CSharp.xml": "b3bb2eda1969c1cee8827f2b387b5e910fdeb4e5ac5322c016dc0e9bf0f14943",
"Assembly-CSharp.xml": "82477f67f70e2b0267b30f496fb15b385ecb83094bbb0e9c95b14626816208b9",
"SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11",
"SystemEx.dll": "3764ea4f8c213b1caf5c417f00eec8bab9950ecac9a2283f592cd65f7ede14d6",
"UnturnedDat.dll": "d1dd5d11ee0d6a51612a1cc4ab9f871000af1a9793b09c36a3c2070ad5272451",
Expand Down
10 changes: 5 additions & 5 deletions redist/redist-client-preview/version.preview.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.25.10.109",
"BuildId": "21029083",
"NuGetVersion": "3.25.10.109-preview21029083",
"FilesHash": "99EEE30351BE20AC2EDB283023581E4F028AE57804C46EF7A4C16349ABF60826",
"LastUpdated": "2025-12-03T21:39:38.8679179Z"
"GameVersion": "3.25.10.1",
"BuildId": "21060830",
"NuGetVersion": "3.25.10.1-preview21060830",
"FilesHash": "9BCD3E1E1385198179E6A5ACC17EF181C75C6DC26F2E2A6EC8639D50AA2961F3",
"LastUpdated": "2025-12-12T21:40:30.1240897Z"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1375536072422072232
4023272513007084377