BloodCraftUI OnlyFams
Custom UI for BloodCraft familiars management
| Date uploaded | 7 months ago |
| Version | 1.1.0 |
| Download link | panthernet-BloodCraftUI_OnlyFams-1.1.0.zip |
| Downloads | 3790 |
| Dependency string | panthernet-BloodCraftUI_OnlyFams-1.1.0 |
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.733.2README
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
VRisingroot 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
UseHorizontalContentLayoutwhen set to False will render main panel vertically.UITransparencychange all panels transparency from 1.0f as opaque to 0f as invisibleFamStatsQueryIntervalInSecondstime in seconds between queries to server to update fam stats, minimum value is 10 secClearServerMessageswhen set to False will make server response messages visible, which can clutter your chatIsFamStatsPanelEnabledenable or disable corresponding panel and buttonIsBoxPanelEnabledenable or disable corresponding panel and buttonIsBindButtonEnabledenable or disable corresponding buttonsIsCombatButtonEnabledenable or disable corresponding button
CHANGELOG
V1.1.0
- Added delete familiar buttons to the box content list
- Added Prestige! button for current familiar, works only if server conditions are met
- Fixed screen size calculations so panel should be always visible
- Reenabled UI scaling using (*) button
- Misc UI improvements
V1.0.9
!!! Panel scaling is off atm while I investigate issues
- Added familiar current health
- Added familiar Toggle button control
- Added additional familiar stats
- Fixed very nasty issue with screen resolution spawning main panel offscreen at the start
- Improved fam stats panel font visibility
- Improved text localization
- Code refactoring
V1.0.8
- Latest BepInEx update
V1.0.7
- Added auto enable familiar equip emotes option (enabled by default)
- Fixed windows to hide when escape menu is open
- Fixed some message parsing overlap with Legacy module
V1.0.6
- Updated for V Rising version 1.1.8 & BloodCraft 1.9.7
- Removed Bloodstone dependency