Skip to content

RocketModFix/RocketModFix.Unturned.Redist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocketModFix.Unturned.Redist

Why Use This?

Do you find it annoying to manually copy libraries from the Managed directory every time Unturned updates? With this NuGet package, you get all the necessary Unturned libraries, and they update automatically. You don't need to wait for manual updates — this package acts like a redistributable that stays current.

You get:

  • Assembly-CSharp.dll
  • com.rlabrecque.steamworks.net.dll
  • UnturnedDat.dll
  • And many more, including XML docs for the Unturned API and related dependencies.

Available Packages and What They Mean

Package Name Description
RocketModFix.Unturned.Redist.Client Libraries for Unturned client-side tools.
RocketModFix.Unturned.Redist.Server Libraries for Unturned server-side tools.
RocketModFix.Unturned.Redist.Client.Publicized Publicized client-side libraries with public method/property (members) visibility for modding or advanced reflection.
RocketModFix.Unturned.Redist.Server.Publicized Publicized server-side libraries with public method/property (members) visibility. Useful for plugins needing deeper access.
RocketModFix.Unturned.Redist.Client-Preview Early access (preview) versions of client-side libraries.
RocketModFix.Unturned.Redist.Server-Preview Early access (preview) versions of server-side libraries.

Note: The main Client and Server packages now include preview (prerelease) versions inside them for simplicity. The *-Preview packages remain available for backward compatibility.


How to Install

Simply pick the package that matches your needs and add it via NuGet. For example, in your .csproj or packages.config:

<PackageReference Include="RocketModFix.Unturned.Redist.Server" Version="x.y.z" />

Or use the NuGet CLI:

dotnet add package RocketModFix.Unturned.Redist.Server

Installation Links

Client
Server
Client Preview
Server Preview
Client Publicized
Server Publicized


Architecture

All updates and automation are handled entirely through GitHub Actions.
We don't run any of this on external servers — everything happens directly on GitHub.

Architecture


Credits

Special thanks to these projects that helped us build this auto-updating tool:

Packages

No packages published

Contributors 3

  •  
  •  
  •