We recommend using the Thunderstore Mod Manager or an alternative for installing mods

Wetstone
Plugin framework and general utilities for V Rising mods.
Last updated | 9 months ago |
Total downloads | 25269 |
Total rating | 11 |
Categories | Client Server |
Dependency string | molenzwiebel-Wetstone-1.2.0 |
Dependants | 41 other mods depend on this mod |
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 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/config/xyz.molenzwiebel.wetstone.cfg
.
Client/Server Options:
EnableReloading
[defaultfalse
]: 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.2.0
- Fixed the
VWorld
helpers to not return stale world instances when disconnecting and reconnecting to servers on a client.- This also resolves a crash when sending custom network messages after disconnecting and reconnecting to a server.
- Added the
GameFrame
hook API for easily subscribing to frame callbacks (thanks @adainrivers!) - Included unhollowed assembly DLLs in the search path for reloaded plugins.
- Fixed the
-
1.1.0
- Added initial version of networking API for sending network messages between client and server.
- Fixed
VWorld.IsClient
andVWorld.IsServer
to always return correct values. - Exposed
Il2CppMethodResolver
andNativeHookUtil
. - Added support for the game initialization hook for client-side plugins. The initialization hook will be called on startup, when the default world is initialized.
- Disabled reload command by default.
-
1.0.0
- Initial release
Available versions
Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2022-9-16 | 1.2.0 | 15081 | Version 1.2.0 | Install |
2022-6-4 | 1.1.0 | 9530 | Version 1.1.0 | Install |
2022-6-2 | 1.0.0 | 658 | Version 1.0.0 | Install |