
BloodCraftUI OnlyFams
Custom UI for BloodCraft familiars managementDetails
BloodCraft UI - OnlyFams!
Currently BloodCraftUI is in development and provides UI only for Familiars
. It is coded to send Bloodcraft commands and parse chatlog response messages. Considering the 'unreliable' nature of message parsing approach it may produce errors in parsing boxes on rare
occasion if some other server messages interfere with the routine.
Supported Bloodcraft v1.9.7
Sponsor this project
Installation
- Install BepInEx
- Download mod archive from Releases and unpack its content into
VRising
root folder - Run the game NOTE: Requires BloodCraft mod to be installed and running on server side
Showcase and FAQ
You will see control panel on top of the screen and can drag it around as you like and pin with checkbox on the left.
Box List button
Will open list of available boxes. Update occur on opening the panel. Press '-' button to close panel. You can drag this panel by the title area. Clicking the box in the list will open the Box Content panel
Box Content panel
Will open list of available familiars in the box. Update occur on opening the panel. Press '-' button to close panel. You can drag this panel by the title area. Clicking familiar in the list will perform two actions:
- Try to unbind current familiar
- Bind selected familiar Action might take several seconds due to server response lag.
Fam Stats button
Will open familiar stats panel. Press the button again to hide panel. You can drag this panel by the title area and pin with checkbox in the top left corner.
Unbind button
Will try to unbind current familiar.
Bind Last button
Will try to bind familiar, the last one that you have binded before. Will not work if:
- You checked content of another box (as it selects it as current box to get fam list)
- Server was restarted and reset your current selected box
In all other cases it would persist even when client is restarted.
Combat Mode checkbox
Toggle current familiar combat mode
* button
Will cycle the UI scaling for all panels. You can select the scale that better suits your screen resolution.
Additional settings
Mod config file path: VRising\BepInEx\config\panthernet.BloodCraftUI.cfg
UseHorizontalContentLayout
when set to False will render main panel vertically.UITransparency
change all panels transparency from 1.0f as opaque to 0f as invisibleFamStatsQueryIntervalInSeconds
time in seconds between queries to server to update fam stats, minimum value is 10 secClearServerMessages
when set to False will make server response messages visible, which can clutter your chatIsFamStatsPanelEnabled
enable or disable corresponding panel and buttonIsBoxPanelEnabled
enable or disable corresponding panel and buttonIsBindButtonEnabled
enable or disable corresponding buttonsIsCombatButtonEnabled
enable or disable corresponding button