You are viewing a potentially older version of this package.
View all versions.
Wetstone
Plugin framework and general utilities for V Rising mods.
| Date uploaded | 4 years ago |
| Version | 1.0.0 |
| Download link | molenzwiebel-Wetstone-1.0.0.zip |
| Downloads | 883 |
| Dependency string | molenzwiebel-Wetstone-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.0.0README
Wetstone - V Rising Mod API
Wetstone 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 Wetstone plugins folder.
Installation
- Install BepInEx.
- Extract Wetstone.dll into
(VRising folder)/BepInEx/plugins. - Optional: extract any reloadable additional plugins into
(VRising folder)/BepInEx/WetstonePlugins.
Configuration
Wetstone supports the following configuration settings, available in BepInEx/plugins/xyz.molenzwiebel.wetstone.cfg.
Client/Server Options:
EnableReloading[defaulttrue]: Whether the reloading feature is enabled.ReloadablePluginsFolder[defaultBepInEx/WetstonePlugins]: The path to the directory where reloadable plugins should be searched. Relative to the game directory.
Client Options:
- Wetstone 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 @molenzwiebel#2773.
Post an issue on the GitHub repository.
Changelog
- 1.0.0 Initial release