A sample project for integrating RisingV mods.
Purpose
- Mod Integration: Demonstrates how to integrate RisingV mods into a project.
- Mod Management: Shows how to manage mods using the RisingV plugin.
- Mod Development: Provides a foundation for developing your own RisingV mods.
- Community Support: Join the RisingV community for help and collaboration.
Getting Started
Before starting: Check which branch best fits your need:
mainfull use example (current)no-pluginfull example without usingRisingVPluginlitelight weight sample with onlyRisingV.Sharedand BepInEx base plugin.
Clone the Repository:
git clone https://github.com/RisingV-Mods/RisingV.Sample.git cd RisingV.SampleInstall Dependencies:
dotnet add package RisingV.Shared dotnet add package RisingV.Core dotnet add package RisingV.ScriptingBuild the Project:
dotnet build RisingV.Sample/RisingV.Sample.csprojCheck the shared docs for more details on how to use the RisingV plugin and integrate mods into your project.
Community
Join the V Rising Mod Community Discord for modding support, updates, and discussions!
License
GNU GPL-3.0. See LICENSE for details.
