10000 Release Alpha 0.0.6 · casey-c/infomod2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Alpha 0.0.6

Compare
Choose a tag to compare
@casey-c casey-c released this 07 Apr 18:56
· 3 commits to main since this release

Partial Slay the Relics integration and some graphics improvements(?).

Screenshot

Features

  • Slay the Relics (a mod for sharing game information through Twitch overlays) support
    • Potion chance
    • Event breakdown
    • Upcoming boss
    • Misc. Stats
    • NOTE: other tips (shop tip, card drop tips) not in this release - shop tip is a bit too complicated to be reworked into a base-game styled tip, and the card drop tips are located under the deck drop down, which is already in use by SlayTheRelics. (I may eventually try and workaround the positioning of this card drop tip, but I decided to ignore it for now)
  • Reworked the event overview screen (again)
    • Brightened / increased saturation of most colors (based on community feedback)
    • Added some divider lines between categories to help guide the eye a bit more
    • Reworked the probability distribution box graphics / added the same color scheme as the main tool tip for it (still not 100% happy on this widget)
  • Backend improvements
    • Massively overhauled color-based code. No longer dependent on an arbitrary file with loads of overlapping and deprecated public statics as that became unwieldy to maintain. Instead, colors are accessed through a ColorManager which has built-in support for various color palettes (e.g., in the future I can let there be config options to make sure the colors are color-blind friendly / monochromatic / desaturated / etc.). Perhaps a bit overengineered for this mod, but this foundation was mostly useful as a testing ground for some other future projects.
    • Slight refactoring of existing code to support ported code from InfoMod1 (for SlayTheRelics integration). It's a bit messy, but it seems to work and not cause any crashes / negative side effects from not having the SlayTheRelics mod installed.

Please see the main page for installation details and instructions. TL;DR: replace any existing InfoMod2.jar in your mods folder with this new version.

0