You are viewing a potentially older version of this package. View all versions.
zfolmt-Eclipse-1.3.11 icon

Eclipse

Client UI for Bloodcraft!

Date uploaded 2 months ago
Version 1.3.11
Download link zfolmt-Eclipse-1.3.11.zip
Downloads 2751
Dependency string zfolmt-Eclipse-1.3.11

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2

README

Table of Contents

Sponsor this project

patreon ko-fi

Sponsors

Jairon O.; Odjit; Jera; Kokuren TCG and Gaming Shop; Rexxn; Eduardo G.; DirtyMike; Imperivm Draconis; Geoffrey D.; SirSaia; Robin C.; Colin F.; Jade K.; Jorge L.; Adrian L.;

Features

  • Currently supports progress bars and info for leveling, legacies, expertise, familiars, professions, and quest progress. Also shows shift slot ability when being used with cooldown. Blood orb can be clicked to enable/disable UI.
  • Can disable individual UI elements via config or by clicking on your abilities (1-7, each disables and enables one UI element when clicked (clicking on the shift slot disables itself until reactivated by blood orb since can't click it after it's not there to toggle back).

Configuration

UIOptions

  • Experience Bar: ExperienceBar (bool, default: true)
    Enable or disable the experience bar.
  • Show Prestige: ShowPrestige (bool, default: true)
    Enable or disable showing prestige levels.
  • Legacy Bar: LegacyBar (bool, default: true)
    Enable or disable the legacy bar.
  • Expertise Bar: ExpertiseBar (bool, default: true)
    Enable or disable the expertise bar.
  • Familiars: Familiars (bool, default: true)
    Enable or disable the familiar bar.
  • Quest Tracker: QuestTracker (bool, default: true)
    Enable or disable the quest windows.
  • Professions: Professions (bool, default: true)
    Enable or disable the profession bars.
  • ShiftSlot: ShiftSlot (bool, default: true)
    Enable or disable the shift slot appearing when applicable.
  • Eclipsed: Eclipsed (bool, default: true)
    Controls update frequency for UI; true for 0.1s, false for 1s. Minimal effect if server setting for Eclipsed does not match.

CHANGELOG

1.3.11

  • decreased update interval for more responsive UI elements (1s -> 0.1s), added config option if you prefer the old behavior; note this won't have much of an effect unless using Bloodcraft[1.11.14] or later and the server has Eclipsed enabled

1.3.10

  • gamepad mode (position of quest windows and profession bars will change based on detected input)
  • ability slot click-toggle for profession bars functional again

1.3.9

  • preventing duplicate coroutine instances from being created if one is already present

1.3.8

  • removing interact progress bar when unlocking familiars from buff entity on client
  • changed abbreviation for PrimaryLifeLeech to PAL

1.3.7

  • adjusted name trimming to target only vBloods for fam bar/quest targets
  • handling for movementSpeed to show correctly on expertise bar and weapon tooltips

1.3.6

  • small fix for legacy bar errors in console
  • weapon expertise stats (most, not all) appear on tooltips

1.3.5

  • Updated for VRising 1.1 compatibility

1.3.3

  • small changes to accomodate minor version increases without needing to add more boilerplate logic to client/server
  • minor recipe adjustments to match server-side changes for the client visually

1.3.2

  • backwards compatible with Bloodcraft 1.5.3 (will show NPC spell cooldown's on shift when using 1.6.4 #soonYM, other changes below do not require additional information from Bloodcraft)
  • weapon expertise stats show on tooltips accordingly (not all stats will show there for some reason but works for most)
  • new recipe/salvage additions and changes added in 1.6.4 with ExtraRecipes enabled are best experienced with Eclipse
  • profession bars no longer an eyesore (thin gold bar represents progress to max level, icon indicates profession, reordered to crafting profs then gathering profs)

1.2.2

  • added bar for basic familiar info
  • added bargraph of sorts for professions
  • can toggle individual parts by clicking on ability slots 1-7

1.1.2

  • removed unneeded dependency like I meant to for 1.1.1, oopsie

1.1.1

  • class text under experience bar formatted more aesthetically
  • improved positioning for UI elements at various resolutions (probably >_>)

1.0.0

  • versioning for Thunderstore/sanity
  • requires Bloodcraft 1.4.0

0.2.1

  • fixed loop update if more than 3 bonus stats were chosen
  • added quest icons for crafting and gathering

0.2.0

  • added icons for quests based on normal/vblood target
  • handled displaying stats in different locales

0.1.4

  • making an attempt at handling scaling for UI elements at various resolutions, will need feedback on this although seems decent so far

0.1.3

  • changed click detection to work off the same blood object that shows blood information when hovered over (this should fix any issues with errant clicks as if the blood object is not present it cannot be interacted with)
  • quests should reliably be on the bottom right of the screen now

0.1.2

  • clicking blood orb area if UI not active in-game will not do anything

0.1.1

  • fixed extra bar at top of screen if only experience is enabled

0.1.0

  • initial test release
  • config values for experience, prestige, legacy, expertise, and quests (should be okay to mix and match but probably works best with all atm)
  • progress bars for experience, legacies, expertise with bonus stats displayed beneath and prestige in bar header if enabled with current level on the left
  • quest daily and weekly windows beneath bars
  • click blood orb to turn UI on/off