Here includes a collection of Ravenfield plugins for several features.
-
A plugin to enable RavenM(CHN Edition) to load local mods.
-
Install .Net SDK 9 or newer and .Net Framework 4.6 Developer Pack
-
Add nuget source on Terminal
If you wish to use Github package, refer docs.github.com first.
# Optional 1, BepInEx BaGet dotnet nuget add source https://nuget.bepinex.dev/v3/index.json --name bepinex # Optional 2, Github package, replace with your username and token dotnet nuget add source https://nuget.pkg.github.com/RavenfieldCommunity/index.json --name github username GITHUB_USERNAME --password GITHUB_PERSONAL_ACCESS_TOKEN_CLASSIC --store-password-in-clear-text
-
Build src as normal dotnet projects by
dotnet buildordotnet publish