You are viewing a potentially older version of this package. View all versions.
deca-Bloodstone-0.2.2 icon

Bloodstone

Plugin framework and general utilities for V Rising mods.

Date uploaded a month ago
Version 0.2.2
Download link deca-Bloodstone-0.2.2.zip
Downloads 6723
Dependency string deca-Bloodstone-0.2.2

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3

README

bloodstone-banner


Bloodstone is a modding library for both client and server mods for V Rising. By itself, it does not do much except allow you to reload plugins you've put in the Bloodstone plugins folder.

Installation

  • Install BepInEx.
  • Extract Bloodstone.dll into (VRising folder)/BepInEx/plugins.
  • Optional: extract any reloadable additional plugins into (VRising folder)/BepInEx/BloodstonePlugins.

Configuration

Bloodstone supports the following configuration settings, available in BepInEx/config/gg.deca.Bloodstone.cfg.

Client/Server Options:

  • EnableReloading [default false]: Whether the reloading feature is enabled.
  • ReloadablePluginsFolder [default BepInEx/BloodstonePlugins]: The path to the directory where reloadable plugins should be searched. Relative to the game directory.

Client Options:

  • Bloodstone keybinding can be configured through the in-game settings screen.

Server Options:

  • ReloadCommand [default !reload]: Which text command (sent in chat) should be used to trigger reloading of plugins.

Support

Join the modding community, and ping @deca#9999.

Post an issue on the GitHub repository.

Changelog

  • 0.2.2:
    • Exposed LoadedPlugins in public API
  • 0.2.1: Initial release for V Rising 1.0