A template 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
Clone the Repository:
git clone https://github.com/RisingV-Mods/RisingV.TemplateNoPlugin.git cd RisingV.TemplateNoPluginInstall Dependencies:
dotnet add package RisingV.Shared dotnet add package RisingV.Core dotnet add package RisingV.ScriptingBuild the Project:
- With submodules:
dotnet build RisingV.TemplateNoPlugin.submodules.sln - Without submodules:
dotnet build RisingV.TemplateNoPlugin.sln
- With submodules:
Check the shared docs for more details on how to use the RisingV plugin and integrate mods into your project.
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.
