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:

  • main full use example (current)
  • no-plugin full example without using RisingVPlugin
  • lite light weight sample with only RisingV.Shared and BepInEx base plugin.
  1. Clone the Repository:

    git clone https://github.com/RisingV-Mods/RisingV.Sample.git
    cd RisingV.Sample
    
  2. Install Dependencies:

    dotnet add package RisingV.Shared
    dotnet add package RisingV.Core
    dotnet add package RisingV.Scripting
    
  3. Build the Project:

    dotnet build RisingV.Sample/RisingV.Sample.csproj
    
  4. Check 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!

Discord

License

GNU GPL-3.0. See LICENSE for details.