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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8338559820080835005
3729129420365018900
40 changes: 20 additions & 20 deletions redist/redist-server-preview/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,16 @@
request the server to do X we may as well support a "mod hook" that works with all three.
</summary>
</member>
<member name="F:SDG.Unturned.Passenger.turretEventHook">
<summary>
Optional component on Turret_# GameObject for modding UnityEvents.
</summary>
</member>
<member name="F:SDG.Unturned.Passenger.collider">
<summary>
Optional collider matching the player capsule to prevent short vehicles (e.g. bikes) from clipping into walls.
</summary>
</member>
<member name="T:SDG.Unturned.EAimAlignmentTransformOwner">
<summary>
Controls where attachments looks for ADS alignment transform.
Expand Down Expand Up @@ -1593,16 +1603,6 @@
If true, text label for distance is visible.
</summary>
</member>
<member name="F:SDG.Unturned.Passenger.turretEventHook">
<summary>
Optional component on Turret_# GameObject for modding UnityEvents.
</summary>
</member>
<member name="F:SDG.Unturned.Passenger.collider">
<summary>
Optional collider matching the player capsule to prevent short vehicles (e.g. bikes) from clipping into walls.
</summary>
</member>
<member name="T:SDG.Unturned.SleekItemStoreMainMenuButton">
<summary>
Displays a single random item. Placed under the other main menu buttons.
Expand Down Expand Up @@ -10545,6 +10545,16 @@
At low framerate deltaTime can be so high the spring explodes unless we use a fixed timestep.
</summary>
</member>
<member name="F:SDG.Unturned.AirdropAsset.barricadeRef">
<summary>
Interactable storage barricade to spawn at the drop position.
</summary>
</member>
<member name="F:SDG.Unturned.AirdropAsset.model">
<summary>
Prefab to spawn falling from the aircraft.
</summary>
</member>
<member name="T:SDG.Unturned.HousingEdge">
<summary>
Initially these were structs so that they would be adjacent in memory and therefore faster to iterate lots of them,
Expand Down Expand Up @@ -10804,16 +10814,6 @@
True once per frame, false otherwise.
</summary>
</member>
<member name="F:SDG.Unturned.AirdropAsset.barricadeRef">
<summary>
Interactable storage barricade to spawn at the drop position.
</summary>
</member>
<member name="F:SDG.Unturned.AirdropAsset.model">
<summary>
Prefab to spawn falling from the aircraft.
</summary>
</member>
<member name="F:SDG.Unturned.Carepackage.barricadeID">
<summary>
Item ID of barricade to spawn after landing.
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.Server</id>
<version>3.25.8.4-preview20050539</version>
<version>3.25.9.0-preview20079430</version>
<description>
Unturned 3 Server-side redistributables. Standalone and always up-to-date.
</description>
Expand Down
2 changes: 1 addition & 1 deletion redist/redist-server-preview/manifest.sha256.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"SDG.HostBans.Runtime.dll": "34da5fa32623f6da20b9f6123883eacc5d6b4c278df8271fe0f3916a8cb77617",
"SDG.NetTransport.dll": "1ab0f12e6c64e07e1820e678a9e7e508f1c6910ab6de08aaf13a22513b87ad92",
"Assembly-CSharp.xml": "73d43f75013d4de22c37407f92473d39b37c9afe27b5d21ee6721bd8c386e6a4",
"Assembly-CSharp.xml": "367d632534aecfe57ce4771b588fd9bc17a6ccd21ee849d6e9c62d62ad78a506",
"UnturnedDat.dll": "b7fb73e828f4dd9ccf65d7366918c7bbf0216b9286ac240267bb22b18a1b189a",
"Assembly-CSharp.dll": "423be1d638f83e6917d217c606a2d5bf5fb006e8353f7a452b5f507cad6bff69",
"SystemEx.dll": "ec8c023c463698349031e75486b68040758042863567f2ace0e79693f618ddc1",
Expand Down
10 changes: 5 additions & 5 deletions redist/redist-server-preview/version.preview.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.25.8.4",
"BuildId": "20050539",
"NuGetVersion": "3.25.8.4-preview20050539",
"FilesHash": "78FC989F7EB3C7AEA353F3C2E963EE0B57E9E4B2FC5B74F61DA9439B05BCABF9",
"LastUpdated": "2025-09-19T16:22:17.0486348Z"
"GameVersion": "3.25.9.0",
"BuildId": "20079430",
"NuGetVersion": "3.25.9.0-preview20079430",
"FilesHash": "AA41BA261850557CA8E35D8FF3A9710898E35DA3CCC774F584A92088C1967367",
"LastUpdated": "2025-09-22T17:16:33.6371889Z"
}