A gamedata project for integrating RisingV mods.
Provide a maintained data pack for V Rising game data.
Note that
RisingV.GameDatais used internally byRisingV.Coreso this is not required as a seperate library mod if you've already installedRisingV.Core.
- Prerequisites
- V Rising (vanilla game/dedicated server installed)
- BepInEx (version compatible with your V Rising installation)
- Build/Download
- Clone or download the latest
RisingV.GameData.<version>.zipfrom the Releases.
- Clone or download the latest
- Deploy
- Extract the zip file to your
/BepInExdirectory.
- Extract the zip file to your
-
Install package:
dotnet add package RisingV.GameData
or Clone the Repository and Build:
git clone https://github.com/RisingV-Mods/RisingV.GameData.git cd RisingV.GameData dotnet build RisingV.GameData.sln dotnet pack RisingV.GameData -
Add BepInEx dependency to your plugin:
// Added to your plugin class [BepInDependency("RisingV.GameData")]
PRs that add new functionality—or improve existing ones—are warmly welcomed. Please open an issue first if you plan a large refactor. See CONTRIBUTING.md for more information.
Join the V Rising Mod Community Discord for modding support, updates, and discussions!
GNU GPL-3.0. See LICENSE for details.
