A gamedata project for integrating RisingV mods.
Purpose
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.
Getting Started
- 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
Development
Install package:
dotnet add package RisingV.GameDataor 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.GameDataAdd BepInEx dependency to your plugin:
// Added to your plugin class [BepInDependency("RisingV.GameData")]
Contributing
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.
Community
Join the V Rising Mod Community Discord for modding support, updates, and discussions!
License
GNU GPL-3.0. See LICENSE for details.
