

KindredExtract is a mod development tool.
This is NOT meant for live servers, nor is it a mod meant for regular players. It is meant for developers who want to use a tool to check things around them for reference points. It will print out a lot of files to your DedicatedServer directory. This action isn't great on live servers. Keep ranges tight, as there are a lot more things around you than you would think.
Note: Dependencies are not working while we are in a test period. Please refer to the Installation section for more information.
Also, thanks to the V Rising modding and server communities for ideas and requests! Feel free to reach out to me on discord (odjit) if you have any questions or need help with the mod.
.state switchdump
.state player (name)
.state slots (player name)
.state clan
.state inventory
.state door
.state ownedby (player name)
.state entity (entityID#) (version)
.state prefab (guid)
.state teams
.state nearby (radius)
.state tilemodels (radius)
.state rooms (radius)
.state castleterritory (index#)
.state mapzones
.state worldregionpolygon
.state chunkportals
.state buffs (radius)
.state spawnregions
.state time
.state SetPasteBinKeysNoLog
.entity teleport (entityID) (version)
.entity despawn (entityID) (version)
.entity destroy (entityID) (Version)
.entity topcount (topNum) (filter)
.dump prefabs
.dump types
.dump entityqueries
.dump prefabjsons
.dump guidpos (prefab)
.dump localization
.dump prefabnames
Install BepInEx, which is required for modding VRising. Follow the instructions provided at BepInEx Installation Guide to set it up correctly in your VRising game directory.
Download the plugin along with its dependencies (VCF). Ensure you select the correct versions that are compatible with your game.
After downloading, locate the .dll files for this plugin and its dependencies. Move or copy these .dll files into the BepInEx\Plugins directory within your VRising installation folder.
BepInEx\Plugins directory.Launch the Game: Start VRising. If everything has been set up correctly, the plugin should now be active in the game.