Wetstone Mod for V Rising
Details :
Wetstone: Modding Framework and Utilities for V Rising
Wetstone is a comprehensive modding library designed for both client and server mods in V Rising. It provides a plugin framework along with general utilities to enhance the modding experience. Here’s everything you need to know:
Installation
- Install BepInEx.
- Extract Wetstone.dll into the (VRising folder)/BepInEx/plugins directory.
- Optionally, extract any additional plugins that support reloading into the (VRising folder)/BepInEx/WetstonePlugins directory.
Configuration
Customize Wetstone’s behavior with the following configuration settings, available in the BepInEx/config/xyz.molenzwiebel.wetstone.cfg file:
Client/Server Options:
- EnableReloading [default: false]: Determines whether the reloading feature is enabled.
- ReloadablePluginsFolder [default: BepInEx/WetstonePlugins]: Specifies the path to the directory where reloadable plugins should be searched. This path is relative to the game directory.
Client Options:
- Configure the Wetstone keybinding through the in-game settings screen.
Server Options:
- ReloadCommand [default: !reload]: Specifies the text command (sent in chat) used to trigger the reloading of plugins on the server.