Nuget Packages for Ravenfield
GameLibs
Nuget site:Nuget
Description
Here we provide some dependencies for Ravenfield's BepInEX pulgin dev.
Usage
Tips
Recommended to use these packages with BepInEX official's nuget packages, command:
dotnet add package UnityEngine.Modules --version 2020.3.48 -s https://nuget.bepinex.dev/v3/index.jsonRun following dotnet CLI commands to add packages (default is latest version):
dotnet add package Ravenfield.GameLibs
dotnet add package Ravenfield.ThirdpartyLibsThen you're recommended to add something to the similar lines in your project config (.csproj) like:
<PackageReference Include="Ravenfield.GameLibs" Version="0.XX.X" IncludeAssets="compile" />
<PackageReference Include="Ravenfield.ThirdpartyLibs" Version="0.XX.X" IncludeAssets="compile" />Yes add property IncludeAssets="compile" so that the game dlls will not be exported while building your project.
Details and changelogs
Ravenfield.GameLibs
Including dll:
Assembly-CSharp.dllChangelogs:
0.32.0First package, the
Assembly-CSharp.dllwas from earlybetabranch bulid of EA32 which the new game UI wasn't applied yet, so may more like EA31 one.0.32.1The
Assembly-CSharp.dllwas fromtestbranch bulid of EA32, though already some changes in game since this version's upload.0.32.2From beta branch on July 6, 2025
Ravenfield.ThirdpartyLibs
Including dll:
Assembly-CSharp-firstpass.dllAstarPathfindingProject.dllAutodesk.Fbx.dllBakeryRuntimeAssembly.dllcom.rlabrecque.steamworks.net.dllFbxBuildTestAssets.dllnetstandard.dllPathfinding.ClipperLib.dllPathfinding.Ionic.Zip.Reduced.dllPathfinding.Poly2Tri.dllUnity.TextMeshPro.dll(Added since0.32.1)UnityEngine.CoreModule.dllUnityEngine.UI.dll
Changelogs:
0.32.0First package.
0.32.1Added
Unity.TextMeshPro.dllfor newer game's TMPro support.
License
All the dlls (Dynamic Link Library) are from the game of SteelRaven7 AB.
The dlls are NOT ALLOWED to be used for any other purposes without the consent of the copyright owner, except for the development of Ravenfield additional features.
