XoXFaby-BetterUI icon

BetterUI

Looking for translators! Various UI improvements like ordered items with multiple ways of sorting, DPSMeter, Item Counters, Skill/Equipment/Item Information, Command/Scrapper counters and other improvements, customizable StatsDisplay, and much more.

Last updated 2 months ago
Total downloads 2006189
Total rating 196 
Categories Mods Tweaks Client-side
Dependency string XoXFaby-BetterUI-2.8.4
Dependants 708 other mods depend on this mod

This mod requires the following mods to function

bbepis-BepInExPack-5.4.19 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.19

README

BetterUI

A simple mod that adds various UI improvements.
Each can be disabled and configured in the config file.

Translators Wanted!

If you want to help add new translations or improve our existing ones, please join my Discord server and ping me (xoxfaby).

Support Me

If you like what I'm doing, consider supporting me through GitHub Sponsors so I can keep doing it:

https://github.com/sponsors/xoxfaby

Currently implemented:

  • ItemStats
  • Item Counters
  • DPS Meter
  • StatsDisplay
  • Ordered Inventory, Scrapper Menu, Command Menu
  • Command/Scrapper Menu Item Counters and Tooltips
  • Close the command menu with escape, WASD or a custom keybind
  • Automatically resize the command window if there are more items
  • Remove background blur from command window
  • Advanced Item Descriptions
  • Advanced Equipment Descriptions
  • Hide Pickup Notifications
  • Skill Proc Coefficients with calculated effects based on the items you are carrying
  • Buff Timers and Tooltips
  • Show Hidden Items

Help & Feedback

If you need help or have suggestions, create an issue on github, join my discord or find me on the RoR2 Modding Discord

My Discord Server @xoxfaby

Please do not add me on discord, join of the the two servers and ping me there.

https://github.com/xoxfaby/BetterUI

Features

ItemStats

Show calculcated stat bonuses for your items.

ItemStats

ItemCounters

Customizable ItemCounters. Choose which tiers you want counted, choose which tiers to show.
Use ItemScore to not just see how many items you have but how good they are. By default item score is based on tiers, but you can change how much each tier is worth or even set custom values for each item!

ItemCounters

DPSMeter

Fully clientside DPS Meter that can be integrated into the StatsDisplay. Counts minion damage!

DPSMeter

StatsDisplay

Show all of your character's stats! Completely customizable!

StatsDisplay

Skill Proc Coefficient Information

Skill Tooltip

Command/Scrapper Improvements

See how many items you have when using the scrapper or picking an item using the command artifact! Tooltips with ItemStats! Close the command/scrapper window with Escape, WASD or a custom keybind!

Command Counters

Improved Item Sorting

Sort items alphabetically, by tier, stacks or even tags like "Scrap" or "Damage". EVEN RANDOMLY?!

Item Sorting

Sorted Scrapper

BuffTimers & Tooltips

Buff timers currently only work if you are the host because the timers are not networked in multiplayer.

Buff Timers

Advanced item descriptions

Use the advanced item descriptions from the logbook that show the actual numbers for all the changes. Integration with ItemStats in the command and scrapper windows.

Item Description

Show Hidden Items

Show hidden items like the hidden monsoon/drizzle items

Configuration

StatsDisplay

The StatsDisplay parses the StatString in the config file and replaces all the parameters it finds. The StatsDisplay can also be moved, resized and recolored and formatted ( See: http://digitalnativestudios.com/textmeshpro/docs/rich-text/ )
If you want another parameter added, feel free to suggest it to me (See Help & Feedback) Here is a list of all valid parameters right now

$exp $level $luck
$dmg $crit $luckcrit $atkspd
$hp $maxhp $shield $maxshield $barrier $maxbarrier
$armor $armordmgreduction $regen
$movespeed $jumps $maxjumps
$killcount $multikill $highestmultikill
$dps $dpscharacter $dpsminions
$mountainshrines
$blueportal $goldportal $celestialportal

Sorting

The sorting is completely customizable. The default sorting value is S134

S means the items are first sorted by the "Scrap" tag and all the scrap is put at the end of the list.
1 then sorts it by tier, in descending order, putting higher tier items at the front. 3 sorts it by the stack size in descending order, meaning if you have more of an item, it will come first. 4 then sorts it by pickup order, meaning items you got first, come first.

You can customize this in any way you like.

Filters:

# + a tag will apply the next sorting to only items that match the tag.
You can use any tags from the tag based sorting.
Examples:
#s0 to sort scrap by tier ascending.
#t14#t28 to sort Tier 1 items by pickup order and tier 2 items randomly.

The full options:

0 = Tier Ascending
1 = Tier Descending
2 = Stack Size Ascending
3 = Stack Size Descending
4 = Pickup Order
5 = Pickup Order Reversed
6 = Alphabetical
7 = Alphabetical Reversed
8 = Random
i = ItemIndex
I = ItemIndex Descending

Tag Based:

s = Scrap First
S = Scrap Last
d = Damage First
D = Damage Last
h = Healing First
H = Healing Last
u = Utility First
U = Utility Last
o = On Kill Effect First
O = On Kill Effect Last
e = Equipment Related First
E = Equipment Related Last
p = Sprint Related First
P = Sprint Related Last

t1 = Tier 1 First t2 = Tier 2 First t3 = Tier 3 First tL = Lunar Tier First tB = Boss Tier First tN = NoTier First

T1 = Tier 1 Last T2 = Tier 2 Last T3 = Tier 3 Last TL = Lunar Tier Last TB = Boss Tier Last TN = NoTier Last

Single Items:
You can position specific items by specifying their internal name, using angle brackets to specify where.
Examples:
s<(RegeneratingScrap)134 to place all scrap first, then regenerating scrap, then the rest of your items as normal.
>(Behemoth)S134 to always place the brillant behemoth last, then the rest of your items as normal.

CHANGELOG

Changelog

v2.8.4

  • Bugfix: Languages: Language file hash will be checked before parsing to ensure the file downloaded correctly.
  • Bugfix: Languages: Language files will no longer be overwritten if the updated language file fails to parse.

v2.8.3

  • Addition: Item Sorting: Allows arbitrary item sorting in the sort string. See Readme for details on how to use this.
  • Bugfix: Command Improvements: Fixed typo "BETTERUI_BEFORE_SINGULA", should correctly resolve the string now.

v2.8.2

  • Bugfix: ItemStats: fixed some stacking errors for certain items (BearVoid, FallBoots, NovaOnLowHealth, RepeatHeal,FocusConvergence)

v2.8.1

  • Bugfix: Fixed build issue that prevented v2.8.0 from releasing properly.

v2.8.0

  • Addition: Language Support: Automatic Updates
    Language files will now automatically download the latest version if it is available, or if the language file is missing. This means you no longer have to update BetterUI just because a single string was added to a language.
    It will also automatically fix installation issues that can occur when people accidentally delete or move the language files to the wrong folder (or not at all).
  • Addition: Language Support: Translation Platform
    I've added a new online platform for translators to contribute at https://translate.faby.dev
    If you would like to help by imprvoving our existing languages or by adding new ones, join my discord at https://discord.faby.dev and connect with me to get permissions on the translation website.
  • Small Change: Language Support: Language files renamed to prevent them from showing up in the r2modman config editor as this was causing confusion.

v2.7.9

  • Bugfix: ItemStats: Fixed incorrect scaling on negative movementspeed from Stone Flux Pauldron
  • Bugfix: ItemStats: Fixed incorrect language on Repulsion Armor Plate
  • Bugfix: Modcompat: Fixed ItemDefs without language tokens breaking the UI
  • Bugfix: Modcompat: (Hopefully) fixed RiskUI crashing BetterUI

v2.7.8

  • Bugfix: Included CHANGELOG.md in export so that you can read this.

v2.7.7

  • Addition: Language Support: Added Japanese
  • Small Update: Added more Russian strings ( Thanks l Yoh l )
  • Bugfix: ItemStats: Fixed Harvester's Scythe not showing the correct stack value.
  • Bugfix: ItemStats: Updated Ben's Raincoat to the newest version

v2.7.6

  • Addition: Language Support: Added Chinese ( Thanks 南家老树皮 )
  • Addition: Language Support: Added Russian ( Thanks l Yoh l )
  • Small Addition/Bugfix: Changed zip folder structure so that r2modman doesn't destroy the folder structure.
  • Internal Change: Language Support: Added additional logic for the display of seconds as required by some languages.
  • Bugfix: Language Support: Fixed language support not being case insensitive in regards to the language name. This should fix issues with the system default language not getting BetterUI strings.
  • Bugfix: Language Support: Removed extra "second" in effective skill cooldown.
  • Bugfix: Advanced Icons: Fixed incorrect Proc Coefficient for MUL-T Ram. ( 0 -> 1)

v2.7.5

  • Bugfix: Language Support: Removed extra "second" in lobby skill tooltip.

v2.7.4

  • Small Addition: Language Support: Added localization support for all other BetterUI strings I found, exception of StatsDisplay because it's a bit of a complex system and needs its own rework. '

v2.7.3

  • Language Support: Added Ukranian (Thank you Damglador).
  • Bugfix: Language Support: Fixed English strings not getting loaded when another language is selected.
  • Bugfix: Language Support: Fixed broken English buff string.

v2.7.2

  • Bugfix: Language Support: Fixes crash when a malformed language file is found.

v2.7.1

  • Bugfix: Language Support: Searches the plugin folder for languages file if the Languages folder doesn't exist.

v2.7.0

  • Feature: Language Support: BetterUI now supports multiple languages. Currently, only the original English language is included, but users can submit pull requests on the github to add additional languages.

v2.6.4

  • Bugfix: Buffs: Fixed an error where a missing BuffDef was causing the game to hang on load.

v2.6.3

  • Bugfix: AdvancedIcons: Fixed Void's special and corrupted special having reverse descriptions.
  • Small Addition: Buffs: Added some missing descriptions for vanilla buffs.(Thanks DestroyedClone)

v2.6.2

  • Bugfix: ItemSorting: Fixed a bug that caused BetterUI to break when custom Item Tiers are added, for now BetterUI will simply treat these items as NoTier tier. In the future, there will be config options for custom item tiers. Some developers have already "hacked" their tiers into BetterUI to fix this, this method will continue to work.
  • Bugfix: Oops: Removed some debug text that was spammed into the console when the Strides of Heresy skill was being used.
  • Mod Compatibility: ItemStats: Added helper methods for developers to access the ItemStats for an ItemDef, the ItemTags for an ItemStat and the ItemModifiers for an ItemTag. This allows easier access to change or remove ItemStats that have already been added, such as the ItemStats BetterUI adds for vanilla Items. This will allow developers of mods that change the way vanilla items work to also change the corresponding ItemStats. In the future, there will likely be a more user-friendly way to change existing ItemStats but this, somewhat raw, access to the ItemStats allows for max compatibility without large changes.

v2.6.1

  • Removed blacklist. Yes, this means I plan to continue working on BetterUI.

v2.6.0

  • Addition: BetterUI Window: For now, this window just shows some helpful links, but it lays the groundwork to let you change the BetterUI settings in-game in the future.

v2.5.11 & v2.5.12

  • Bugfix: Update for the latest patch

v2.5.10

  • Bugfix: ItemScores: Actually really finalized the fix for nameTokens being empty

v2.5.9

  • Small Change: ItemScores: Total itemscore now rounds to 1 digit
  • Bugfix: ItemScores: Finalized fix for nameTokens being empty

v2.5.8

  • Bugfix: ItemScores: Fixed 2.5.7 fix

v2.5.7

  • Bugfix: ItemScores: Fixed check that ensures item have a properly set name.

v2.5.6

  • Small Addition: DPSMeter: Added option to hide the DPSMeter when the chatbox is open (enabled by default)
  • Small Change: ItemStats: Rounded non-chance percentages to 2 digits as well
  • Bugfix: DPSMeter: Fixed DPSMeter window being active but nonfunctional if the whole module is disabled

v2.5.5

  • Bugfix: ItemStats: Fixed scaling on EquipemntCooldown Items
  • Bugfix: ItemCounters: Fixed void items not counting towards item sums for each tiers and the total. In the future, there will be options for each void tier seperately, but for now they are counted together with the non-void counterparts.

v2.5.4

  • Bugfix: ItemStats: Fixed typo & scaling on Alien Head
  • Bugfix: ItemStats: Reused the old ItemStatsIntegration setting to toggle ItemStats for now.
  • Bugfix: ItemStats: Fixed seer's rounding error
  • API: Added public ItemScore getter method.

v2.5.3

  • Bugfix: ItemStats: Added luck modifer to some items that were missing it

v2.5.2

  • Bugfix: ItemStats: Corrected 2 incorrect ItemStats
  • Small Change: ItemStats: Changed default formatting to round numbers to 2 decimal places
  • Small Addition: ProcCoefiicients: Added proc effects from void items

v2.5.1

  • Bugfix: ItemStats: Fixed issue that froze the game at the end screen

v2.5.0

  • Addition: ItemStats:
    • This adds calculated stat bonuses to the descriptions of items.
      This is a huge update, if you spot any errors or you feel anything is missing, please submit an issue on the Github: https://github.com/xoxfaby/BetterUI/issues
  • Small Addition: Added ability for Proc Coefficient skill names to use language tokens.

v2.4.8

  • Note: In the changelog for the latest versions, $critdamage was incorrectly listed as $critdmg, this has been retroactively fixed.
  • Small Addition: Added different descriptions for survivor that has skills that work differently sometimes.
  • Small Addition: Void Portal has been added to the StatsDisplay ($voidportal)
  • Small Addition: Proc Coefficients for new survivors have been added.
  • Bugfix: StatsDisplay: Added null-check to jumps to fully fix StatsDisplay for CharacterBodys without a CharacterMotor
  • Bugfix: ItemScores: ItemScores work again. Void tiers are counted as their normal counterparts (for now.)
  • Bugfix: DPSMeter: DPSMeter window now correctly hides when the rest of the HUD is hidden.

v2.4.7

  • Bugfix: Actually fix $critdamage

v2.4.6

  • Bugfixes:
  • Fixed $critdamage matching with $crit and showing the crit chance + the letters "damage" instead of showing the critical damage
  • Fixed the StatsDisplay breaking if the current CharacterBody doesn't have a CharacterMotor
  • Change:
  • Valid Parameter description for StatsDisplay is now automatically generated from all of the valid options.

v2.4.5

  • Bugfix: Moved HUD object aquisition back to Awake to fix bug where multiple StatsDisplays were being created when someone died and respawned.

v2.4.4

  • Addition: Added crit damage to StatsDisplay

v2.4.3

  • Bugfix: Sort Void items the same as their normal items to quickly fix the game breaking when picking up a void item. Proper system to come later

v2.4.2

  • Bugfix: Get HUD and ObjectivePanelController from HudObjectiveTargetSetter because HUD.objectivePanelController was removed

v2.4.1

  • README update only

v2.4.0

  • Addition: Item Sorting: New sortString options:
    • Tier Tag: use t (lowercase) + the tier to sort items of that tier first.
      Use T (uppercase) to sort them last:
      t1 = Tier 1
      t2 = Tier 2
      t3 = Tier 3
      tL = Lunar Tier
      tB = Boss Tier
      tN = NoTier
      Examples:
      tL4 to put Lunar items first, and the rest of the items by pickup order.
      Tn6 to put NoTier items last, and the rest of the items alphabetically.
    • Filters: + a tag will apply the next sorting to only items that match the tag.
      You can use any tags from the tag based sorting.
      Examples:
      s0 to sort scrap by tier ascending.
      t14t28 to sort Tier 1 items by pickup order and tier 2 items randomly

v2.3.3

  • Change: CommandImprovements: Command window will now resize both horizontally and vertically right away.
  • Bugfix: (Temporary) Disabled BetterUI command window sorting for command windows that contain both items and equipment. In the future, BetterUI will be able to sort these windows and provide configuration options for their sorting.
  • Bugfix: Configuration: Fixed certain config options always resetting to their default value due to a bug in the logic for porting over renamed config options.

v2.3.2

  • Addition: CommandImprovements: Command window will now resize if it was going to overflow the screen

v2.3.1

  • Bugfix: Fixed error when user attemps to change language

v2.3.0

  • Addition: Added API for StatsDisplay to let other mods add their own parameters
  • Bugfix: Fixed item score config options not loading item names
  • Localization: Fixed some vanilla buff tooltips
  • Localization: Fixed some config option verbiage ( Thank you ethall )
  • Internal: Added ability to change config parameters while keeping user set values ( Thank you ethall )

v2.2.0

  • Addition: Buffs: Buff tooltips now have better names and descriptions. Comes with a public API for other mods to register the names and descriptions of their buffs. Uses the Language system if you want to provide translated names/descriptions. Buffs registered with BetterAPI have their names imported if registered there.
  • Bugfix: AdvancedIcons: Fixed issue where skill tooltips didn't update if the skill was overridden.'

v2.1.1

  • Bugfix: ItemScores: Fixed issue if mods added items with duplicate nametokens, uses ItemDef.name instead.

v2.1.0

  • Bugfix: Fixed ItemScores:
  • Bugfix: StatsDisplay: Fixed $exp.
  • Addition: StatsDisplay: Added $maxexp which shows the exp needed to level up
  • Addition: StatsDisplay: Added $velocity and $2dvelocity to show how fast you are moving, $2dvelocity ignores the y axis.
  • Internal: Removed MMHook Dependency
  • Internal: Implemented ManivestV2 alongside normal manifest to hopefully allow local installation into mod managers.

v2.0.4

  • Bugfix: Fixed command/scrapper not working after new update.

v2.0.3

  • Bugfix: AdvanvedIcons: No longer breaks when bad items are added.
  • ModCompat: AdvancedIcons: Now accepts ItemDefs as well.

v2.0.2

  • Depend on MMHOOK Standalone instead of shipping own MMHOOK.

v2.0.1

  • Bugfix: Stopped R2API from adding BetterUI to the networkModList

v2.0.0

  • No longer requires R2API
  • Anniversary Update: Added Proc coefficient values for new Character, Items & Item changes.
  • New Config Option: Added option to toggle StatsDisplay instead of holding to show.
  • Bugfix: Fixed HighestMultiKill in Statsdispaly only updating when the statsdisplay is open.
  • Bugfix: Fixed BuffIcon issues cause by new update.
  • Bugfix: Fixed tooltips showing seconds for cooldowns that are only 1 second
  • Bugfix: Fixed tooltips in lobby showing incorrect cooldowns
  • Internal: Removed deprecated ProcItemCatalog methods, if you were somehow still using these to add your custom proc effects please contact me for help to use the new ones.

v1.6.17

  • Update simply to update the tags on the Thunderstore listing

v1.6.16

  • Bugfix: Fixed bug when setting up config files for ItemCounters if a modded item had an invalid character in its name token.

v1.6.15

  • Bugfix: Fixed bug in AdvancedIcons that could cause various issues when playing with an unmodded host.
  • Bugfix: Fixed small logic issue in CommandImprovements ( Thank you ethall )
  • Bugfix: Fixed bug in CommandImprovements if a specific set of config options was selected ( Thank you ethall )
  • Config change: Updated configuration tooltips for grammar, consistency, and clarity. ( Thank you ethall )

v1.6.14

  • Actual upload of version 1.6.13

v1.6.13

  • Bugfix: Fixed error that equipment cooldown tooltip

v1.6.12

  • Bugfix: Fixed error that broke dpsmeter and statsdisplay

v1.6.11

  • Bugfix: Fixed issues with AdvnacedIcons portion of BetterUI

v1.6.10

  • Bugfix: Fixed bug that would mess up skill tooltips.

v1.6.9

  • Bugfix: Removed debug code that would massively slow down the game when opening scoreboard. oops.

v1.6.8

  • Bugfix: Fixed issue that prevented luck from being updated.
  • Internal Change: More stringbuilder stuff

v1.6.7

  • Addition: Added config file to entirely disable modcomponents ( these are the big internal parts the mod is split into )
  • Internal Change: Stopped using the ror2 built in sharedStringBuilder because some mods seem to be misuing it and bug out.

v1.6.6

  • Bugfix: Fixed scrapper/command breaking.
  • Bugfix: Fixed more BuffIcon related console spam.

v1.6.5

  • Bugfix: Fixed BuffIcon related console spam.

v1.6.4

  • Internal Change: Many internal changes to improve performance and memory usage.

v1.6.3

  • New Feature: Added ability to show item description on the pickup interaction text
  • Bugfix: Readded all functionality from the Misc config
  • Bugfix: change nameLabel line space, overflow mode and word wrapping to work for more names

v1.6.2

  • Internal Change: ItemCounters custom item score now uses the name token to increase compatibility with modded items.

v1.6.1

  • Bugfix: Corrected Huntress Arrow Rain Proc Coefficient
  • Bugfix: Scrapper Tooltips w/ ItemStatsMod no longer shows you have one extra item.
  • Internal Change: Lots of things moved around, but none of this should affect anything.

v1.6.0

  • New Feature: Item Counters: Fully customizable. Simple counting of items, groups by tier or item score by tier or even individual items
  • New Feature: Skill cooldowns: Base cooldown & calculated cooldown in the tooltip. Base cooldown in the loadout screen.

v1.5.7

  • Addition: Added $difficulty parameter to display the Difficulty Coefficient in the StatsDisplay
  • Addition: Added the ability to change the custom bind for showing/changing the StatsDisplay, by default it replaces the old Scoreboard bind.
  • Addition: Added the Proc Coefficient information to the loadout screen.
  • Change: Replaced $crit with $luckcrit in the StatString, added both and $difficulty to StatStringCustomBind
  • Bugfix: Fixed $luckcrit not working.
  • Notes: The custom bind changes will reset your StatStringScoreboard because it was moved to a different config variable. It felt wrong to keep the same name when it is no longer tied to the scoreboard directly.

v1.5.6

  • Bugfix: Added formatting for more numbers in StatsDisplay
  • Internal Change: more changes to allow modders to more easily register their items for display in skill tooltips

v1.5.5

  • Oops: Removed debug console spam from FINALLY FIXING THIS BUG YAY anyways sorry

v1.5.4

  • Bugfix: ACTUAL fix that fixes issues with scrapper/command sorting in multiplayer

v1.5.3

  • Bugfix: Made a change that could potentially fix issues with scrapper/command sorting in multiplayer

v1.5.2

  • Internal Change: Changed the way skills are registered to allow makers of custom skills to more easily register their skills.

v1.5.1

  • Bugfix: Fixed a few incorrect proc coefficient values.

v1.5.0

  • New Feature: Advanced Skill Tooltips: Proc Coefficients have been added to skill tooltips. Calculated effects based on the items you are carrying. Includes public methods so other mod makers can integrate their information into BetterUI.
  • New Feature: Equipment cooldown: Show the base cooldown of your equipment and the effective cooldown if it has been reduced by your items
  • New Feature: Skills and equipment show the cooldown remaining even if you can have multiple stacks.
  • New Feature: Ability to disable pickup notifications for items/equipemnts/artifacts
  • Bugfix Scrapper window no longer shows before/after ItemStatsIntegration text, only the normal one.
  • Bugfix $luckcrit now works correctly
  • Bugfix Fixed a bug with command windows if sorting was enabled on the scrapper window but not the command window
  • Note: Some default options have been changed, such as the default command sorting not changing the item order anymore because it was found to be disruptive. I encourage everyone to look back at features they might've previously disabled because it's possible they have been improved since then.
  • Note: If you want something added to the mod feel free to create an issue on GitHub, many features and options for the StatsDisplay were added because they were requested.

v1.4.4

  • Fixed command bug when picking equipment due to leftover code and hook typo

v1.4.3

  • undid the debug code i pushed on accident that locked all items in command.

v1.4.2

  • Added $luckcrit for StatsDisplay to show the crit chance considering luck.
  • Changed default command sortorder to "6" ( Alphabetical ). I believe that sorting that changes the order in the command window during a run leads to more confusion than it helps.
  • Fixed some small mistakes with config values and hooks
  • Moved command sorting optionmap application to OnCreateButton to remove an unnecesary hook and attempt to improve compatibility with mods that call SubmitChoice directly
  • Rewrote DPSMeter calculations for performance
  • Rewrote StatsDisplay StatsString parser for performance

v1.4.1

  • Fixed bug that would break StatsDisplay in levels without a teleporter and spam the console with errors.

v1.4.0

  • Added BuffTimers and Tooltips
  • Added seperate StatsDisplay StatString for when the scoreboard is open.
  • Added StatsDisplay parameters: $armordmgreduction $mountainshrines $blueportal $goldportal $celestialportal
  • Potential fix for (harmless) DPSMeter console spam

v1.3.2

  • Added $highestmultikill for StatsDisplay to keep track of your largest multikill of the run
  • This was added by request, if you want anything else added to the StatsDisplay, please just let me know.

v1.3.1

  • Fixed CommandCountersHideOnZero not showing tooltips without counters

v1.3.0

  • Clientside DPS Meter
  • StatsDisplay can now list DPS
  • StatsDisplay can now attach to the objective panel to automatically move out of the way
  • StatsDisplay can be fully formatted (See: http://digitalnativestudios.com/textmeshpro/docs/rich-text/)
  • Added ability remove background blur from the command menu
  • ItemStatsMod integration for the command and scrapper window
  • Many of these changes were directly requested so feel free to make suggestions to me on discord or on github.
  • The config file has moved and split up which means your settings will be reset, but with all the new changes I encourage you to check options you might've disabled before.

v1.2.3

  • Fixed a potential scrapper multiplayer bug

v1.2.2

  • Added ability to close command/scrapper menu with Escape, WASD or a custom key
  • Added ability to scale the command window to the number of items shown, this should help with mods that add new items.
  • removed debug spam ( sorry )

v1.2.1

  • Fixed bug with command and scrapper menu

v1.2.0

  • Added command menu item counters and tooltips

v1.1.6

  • Added AdvancedTooltips for equipement

v1.1.5

  • Added ItemIndex (ID) Sorting

v1.1.4

  • Added special command menu sorting which keeps most recently picked item in the middle

v1.1.3

  • Fixed Equipments with sorted command window.

v1.1.2

  • Added Sorting to Scrapper and Command Menu

v1.1.1

  • Fixed $killcount not working

v1.1.0

  • Added StatsDisplay

v1.0.1

  • Fixed up the README
  • Internal Changes

v1.0.0

  • Inital Release

Available versions

Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.

Upload date Version number Downloads Download link  
2023-10-9 2.8.4 260097 Version 2.8.4 Install
2023-10-9 2.8.3 799 Version 2.8.3 Install
2023-8-7 2.8.2 186314 Version 2.8.2 Install
2023-7-18 2.8.1 107094 Version 2.8.1 Install
2023-6-25 2.7.9 120138 Version 2.7.9 Install
2023-6-23 2.7.8 25111 Version 2.7.8 Install
2023-6-23 2.7.7 135 Version 2.7.7 Install
2022-12-26 2.7.6 326013 Version 2.7.6 Install
2022-12-21 2.7.5 8538 Version 2.7.5 Install
2022-12-21 2.7.4 1550 Version 2.7.4 Install
2022-12-21 2.7.3 433 Version 2.7.3 Install
2022-12-10 2.7.2 16083 Version 2.7.2 Install
2022-12-10 2.7.1 214 Version 2.7.1 Install
2022-12-10 2.7.0 232 Version 2.7.0 Install
2022-11-7 2.6.4 48260 Version 2.6.4 Install
2022-11-6 2.6.3 227 Version 2.6.3 Install
2022-11-6 2.6.2 2377 Version 2.6.2 Install
2022-5-16 2.6.1 138796 Version 2.6.1 Install
2022-5-10 2.6.0 8978 Version 2.6.0 Install
2022-4-20 2.5.12 29760 Version 2.5.12 Install
2022-4-19 2.5.11 1187 Version 2.5.11 Install
2022-4-6 2.5.10 23287 Version 2.5.10 Install
2022-4-5 2.5.9 2602 Version 2.5.9 Install
2022-4-5 2.5.8 397 Version 2.5.8 Install
2022-4-5 2.5.7 157 Version 2.5.7 Install
2022-3-29 2.5.6 11927 Version 2.5.6 Install
2022-3-29 2.5.5 1240 Version 2.5.5 Install
2022-3-26 2.5.4 6414 Version 2.5.4 Install
2022-3-24 2.5.3 4592 Version 2.5.3 Install
2022-3-24 2.5.2 136 Version 2.5.2 Install
2022-3-24 2.5.1 582 Version 2.5.1 Install
2022-3-24 2.5.0 494 Version 2.5.0 Install
2022-3-15 2.4.8 15790 Version 2.4.8 Install
2022-3-12 2.4.7 7411 Version 2.4.7 Install
2022-3-12 2.4.6 307 Version 2.4.6 Install
2022-3-11 2.4.5 1561 Version 2.4.5 Install
2022-3-2 2.4.4 14889 Version 2.4.4 Install
2022-3-2 2.4.3 1842 Version 2.4.3 Install
2022-3-1 2.4.2 321 Version 2.4.2 Install
2022-2-24 2.4.1 8951 Version 2.4.1 Install
2022-2-1 2.4.0 29190 Version 2.4.0 Install
2022-1-5 2.3.3 37191 Version 2.3.3 Install
2022-1-3 2.3.2 6332 Version 2.3.2 Install
2021-10-23 2.3.1 56026 Version 2.3.1 Install
2021-7-16 2.3.0 86172 Version 2.3.0 Install
2021-5-8 2.2.0 75681 Version 2.2.0 Install
2021-4-26 2.1.1 28108 Version 2.1.1 Install
2021-4-25 2.1.0 3772 Version 2.1.0 Install
2021-4-12 2.0.4 20310 Version 2.0.4 Install
2021-4-12 2.0.3 1760 Version 2.0.3 Install
2021-3-29 2.0.2 45183 Version 2.0.2 Install
2021-3-28 2.0.1 9949 Version 2.0.1 Install
2021-3-28 2.0.0 10513 Version 2.0.0 Install
2021-2-13 1.6.17 38757 Version 1.6.17 Install
2021-2-8 1.6.16 7714 Version 1.6.16 Install
2020-11-2 1.6.15 63126 Version 1.6.15 Install
2020-10-20 1.6.14 9697 Version 1.6.14 Install
2020-10-15 1.6.13 4882 Version 1.6.13 Install
2020-10-14 1.6.12 2658 Version 1.6.12 Install
2020-10-13 1.6.11 826 Version 1.6.11 Install
2020-10-8 1.6.10 5736 Version 1.6.10 Install
2020-10-7 1.6.9 3847 Version 1.6.9 Install
2020-10-7 1.6.8 549 Version 1.6.8 Install
2020-10-3 1.6.7 4999 Version 1.6.7 Install
2020-10-2 1.6.6 2590 Version 1.6.6 Install
2020-10-2 1.6.5 575 Version 1.6.5 Install
2020-10-2 1.6.4 350 Version 1.6.4 Install
2020-9-26 1.6.3 7101 Version 1.6.3 Install
2020-9-25 1.6.2 2692 Version 1.6.2 Install
2020-9-25 1.6.1 764 Version 1.6.1 Install
2020-9-23 1.6.0 3146 Version 1.6.0 Install
2020-9-23 1.5.7 1172 Version 1.5.7 Install
2020-9-22 1.5.6 1975 Version 1.5.6 Install
2020-9-22 1.5.5 693 Version 1.5.5 Install
2020-9-22 1.5.4 268 Version 1.5.4 Install
2020-9-22 1.5.3 998 Version 1.5.3 Install
2020-9-21 1.5.2 10689 Version 1.5.2 Install
2020-9-21 1.5.1 700 Version 1.5.1 Install
2020-9-21 1.5.0 561 Version 1.5.0 Install
2020-9-20 1.4.4 5264 Version 1.4.4 Install
2020-9-19 1.4.3 1224 Version 1.4.3 Install
2020-9-19 1.4.2 469 Version 1.4.2 Install
2020-9-17 1.4.1 3466 Version 1.4.1 Install
2020-9-17 1.4.0 1946 Version 1.4.0 Install
2020-9-15 1.3.2 5137 Version 1.3.2 Install
2020-9-15 1.3.1 409 Version 1.3.1 Install
2020-9-15 1.3.0 1187 Version 1.3.0 Install
2020-9-12 1.2.3 3475 Version 1.2.3 Install
2020-9-12 1.2.2 776 Version 1.2.2 Install
2020-9-12 1.2.1 492 Version 1.2.1 Install
2020-9-12 1.2.0 942 Version 1.2.0 Install
2020-9-11 1.1.6 1807 Version 1.1.6 Install
2020-9-10 1.1.5 930 Version 1.1.5 Install
2020-9-10 1.1.4 739 Version 1.1.4 Install
2020-9-10 1.1.3 572 Version 1.1.3 Install
2020-9-9 1.1.2 727 Version 1.1.2 Install
2020-9-8 1.1.1 1792 Version 1.1.1 Install
2020-9-8 1.1.0 357 Version 1.1.0 Install
2020-9-8 1.0.1 1364 Version 1.0.1 Install
2020-9-7 1.0.0 626 Version 1.0.0 Install