
V Rising
You are viewing a potentially older version of this package. View Latest Version


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.
(VRising folder)/BepInEx/plugins.(VRising folder)/BepInEx/WetstonePlugins.Wetstone supports the following configuration settings, available in BepInEx/config/xyz.molenzwiebel.wetstone.cfg.
Client/Server Options:
EnableReloading [default false]: Whether the reloading feature is enabled.ReloadablePluginsFolder [default BepInEx/WetstonePlugins]: The path to the directory where reloadable plugins should be searched. Relative to the game directory.Client Options:
Server Options:
ReloadCommand [default !reload]: Which text command (sent in chat) should be used to trigger reloading of plugins.Join the modding community, and ping @molenzwiebel#2773.
Post an issue on the GitHub repository.
1.1.0
VWorld.IsClient and VWorld.IsServer to always return correct values.Il2CppMethodResolver and NativeHookUtil.1.0.0