You are viewing a potentially older version of this package. View all versions.
mries92-BetterCommandMenu-1.4.2 icon

BetterCommandMenu

UI improvements to the command and scrapper menus. Tooltips, item counters, escape to close, and UI tweaks. All settings are configurable.

By mries92
Date uploaded 3 years ago
Version 1.4.2
Download link mries92-BetterCommandMenu-1.4.2.zip
Downloads 6862
Dependency string mries92-BetterCommandMenu-1.4.2

This mod requires the following mods to function

bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

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

Preferred version: 5.3.1
tristanmcpherson-R2API-2.5.14 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.5.14

README

BetterCommandMenu

Various quality of life improvements to the command and scrapper menus

Features

  • Shows item names and statistics on hover

  • Displays a counter to show how many of each item you have

  • Allows you to close menus with the escape key

  • Many optional tweaks to UI appearance

    • Disable the blur effect so you can see your health/buffs
    • Offset the command menu to position it wherever you want on the screen
    • Disable any aspect of the command window. Hide the cancel button, background, etc.

Installation

Copy BetterCommandMenu.dll to your BepInEx/plugins folder. It requires BepInEx and R2API to be installed. If you have any trouble installing, use the mod manager r2modman.

Configuration

Creates a config file in BepInEx/config on first load. Configurable options include...

  • Font size, color, border, and alignment options for item counters. Here are some examples of what you can do.

    • font examples
  • Various UI settings allowing you to customize many aspects. Here is an example with the command menu moved to be over the health bar, with the blur/label/cancel button, and other decorations removed.

    • customized menu
  • Enable/Disable flags for every feature

Integrations

  • ItemStatsMod - Will display the statistics from ItemStatsMod in tooltips if enabled

    • Normal ItemStatsMod
      normal tooltips itemstatsmod

Notes

The protection functionality has been moved to another mod. This was so people could get the UI improvements, while still maintaining the vanilla aspect of the game. It is located here.

Changelog

1.4.1

  • Moved protection mechanics to a new mod

1.4.0

  • Added support for servers to force client protection settings

  • Fixed shield protection amount

  • Added option to hide counters when you have none of that item

  • Added offset values to item counters so you can correct slight errors in your setup

  • Added options to tweak command menu appearance

    • Remove blur behind command menu
    • Remove background from command menu
    • Remove spinning decoration around command menu
    • Remove the color overlay on the menu indicating the rarity
    • Remove the cancel button
    • Remove the 'What is your command?' label
    • Change position of command window through offsets
  • Fixed bug where protection was being applied multiple times

1.3.0

  • Added protection system with 3 initial protection types
  • Added many more configuration options, and enable/disbale flags for all features

1.2.0

  • Added abilty to press escape to close menus

1.1.0

  • Tweaks to configuration options

1.0.1

  • Fixed tooltip not showing up on equipment

1.0.0

  • Initial release. Moved from HoverStats. Added configuration options