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.dll
- Changelogs: - 0.32.0- First package, the - Assembly-CSharp.dllwas from early- betabranch bulid of EA32 which the new game UI wasn't applied yet, so may more like EA31 one.
- 0.32.1- The - Assembly-CSharp.dllwas from- testbranch bulid of EA32, though already some changes in game since this version's upload.
- 0.32.2- From beta branch on July 6, 2025 
 
Ravenfield.ThirdpartyLibs
- Including dll: - Assembly-CSharp-firstpass.dll
- AstarPathfindingProject.dll
- Autodesk.Fbx.dll
- BakeryRuntimeAssembly.dll
- com.rlabrecque.steamworks.net.dll
- FbxBuildTestAssets.dll
- netstandard.dll
- Pathfinding.ClipperLib.dll
- Pathfinding.Ionic.Zip.Reduced.dll
- Pathfinding.Poly2Tri.dll
- Unity.TextMeshPro.dll(Added since- 0.32.1)
- UnityEngine.CoreModule.dll
- UnityEngine.UI.dll
 
- Changelogs: - 0.32.0- First package. 
- 0.32.1- Added - 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.
