
UIBuddy
Buddy UI allow advanced UI elements customization for V RisingDetails
UI Buddy mod for V Rising

Table of Contents
Sponsor this project
Features
Buddy UI allow advanced UI elements customization for V Rising. Currently it works with Mouse+Keyboard mode only. It is represented by two control windows.
- Select different UI elements and adjust their visibility, position, scale and rotation
- Supports: Main Game Menu, Character HUD in game
- UI layout is saved and loaded automatically so your custom layout persist through game launches
Current Version Warnings
- Individual skill buttons modififcation is still WIP
- Some elements has (?) prefix that means it is likely impossible to modify this element while it is hidden, like notification or tutorial popup. Needs further investigation.
- Some elements has (!!) prefix that means they can have some weird offset between control panel and actual element placement on the screen
Installation
- Install BepInExRC2
- Download latest *.zip file form Releases
- Unpack
BepInEx
folder from zip archive and replaceBepInEx
folder in VRising game root folder - Run the game, use default
PageDown
key to show/hide control panels
Guide
The main windows allows you to configure general behavior options for the mod and also displays information about selected UI element, providing means to control its position and state. Second window displays a list of configurable UI elements available for modification on the current screen. Configurable UI elements or PANELS are marked with grayed out overlay rectangles.
You can select element by clicking a list item or clicking the overlay panel if Select panels with mouse
option is enabled on the main panel. Once PANEL is selected it will display yellow outline and also will be marked in a list. Main panel will display the Name
of currently selected panel and available control elements will apply modifications to the selected PANEL. When panel has an ouline you can click and drag it to a new position. You can also change PANEL Visibility
by clicking toggle button in the list on the left of the desired panel name.
Main panel provide input controls to change selected panel scale and rotation values. It also provide following options:
Show Panels
- will show/hide overlay panels for UI elementsSelect panels with mouse
- will enable/disable the ability to select panels with mouse which can come in handy in some cases when several panels occupy one space.Reload elements
button - will try to reload all elements and fill the list with the missing ones. It is a rare case but still happens, for example, on new character start, when some UI elements will become available a bit later.
Some list element names might start with (?) or (!!) symbols which signify that these elements must be treated carefully.
- (?) - element is invisible by default so it is hard or impossible to change its position unless it is shown. This often relates to some notifications.
- (!!) - element is available for modification but has some weird UI placement or overlay position which hasn't been fixed yet.
Some controls like Chat Window
have quirky structure so we use Detached
panels to control their position. Detached panels are rendered as a separate gray panels that are always visible and can be placed anywhere, moving this panel will move corresponding UI element even if it is currently invisible.
Emergency
OMG! UI IS MESSED UP! WHAT DO?!!!
Don't worry. In case you can't fix the UI using the provided tools you can always delete config file located at V Rising\BepInEx\config\panthernet.UIBuddy.cfg
. Or you can edit/remove individual panel settings from Panels
config section if you confident in what you're doing.
Credits
- Bloodstone keybinds work logic
- Retro Camera enhanced and working keybinds update
- XP Rising enhanced UI management base
- V Rising Mod Community invaluable help on digging into the code