Skip to content

Repository files navigation

CommandItemCount

Description

This mod shows the current item counts in the item selection dialog of the Artifact of Command and the Scrapper. The equipment selection dialog remains unchanged!

You need to use the Artifact of Command in your run or use the Scrapper for this mod to work!

Features

All features are configurable see "Config" below

  • Displays the current item counts
  • Shows tooltips
  • Closes the dialog using Escape, W, A, S, D, Space or Shift

Screenshots

screenshot

screenshot

screenshot

screenshot

Config

TL;DR

Use Risk Of Options for in-game settings!

Risk Of Options Screenshot

Manual Config

The config file (\BepInEx\config\de.userstorm.commanditemcount.cfg) will be crated automatically when the mod is loaded. You need to restart the game for changes to apply in game.

You can disable/enable tooltips, change the size and position of the text and decide whether you want the 'x' in front of the number. Also you can decide which keys can close the Command/Scrapper dialog.

Options with x

TopRightBottomRightBottomLeftTopLeftCenter
Smallx_small_top_rightx_small_bottom_rightx_small_bottom_leftx_small_top_leftx_small_center
Mediumx_medium_top_rightx_medium_bottom_rightx_medium_bottom_leftx_medium_top_leftx_medium_center
Largex_large_top_rightx_large_bottom_rightx_large_bottom_leftx_large_top_leftx_large_center

Options without x

TopRightBottomRightBottomLeftTopLeftCenter
Smallsmall_top_rightsmall_bottom_rightsmall_bottom_leftsmall_top_leftsmall_center
Mediummedium_top_rightmedium_bottom_rightmedium_bottom_leftmedium_top_leftmedium_center
Largelarge_top_rightlarge_bottom_rightlarge_bottom_leftlarge_top_leftlarge_center

Example config

The example config keeps tooltips enabled, disables 0 and x and uses Large numbers in the Center of the icon. It also leaves all keys enabled for closing the dialog.

## Settings file was created by plugin CommandItemCount v1.4.0## Plugin GUID: de.userstorm.commanditemcount[Settings]## Display '0' or 'x0' if item count is 0# Setting type: Boolean# Default value: trueShow0 = false
## Display the 'x' in front of the number# Setting type: Boolean# Default value: trueShowX = false
## Number Position# Setting type: Position# Default value: TopRight# Acceptable values: TopRight, BottomRight, BottomLeft, TopLeft, CenterNumberPosition = Center
## Number Size# Setting type: Size# Default value: Small# Acceptable values: Small, Medium, LargeNumberSize = Large
## Show Item/Equipment Tooltip# Setting type: Boolean# Default value: trueEnableTooltip = true
## Closes the item picker dialog when Esc is pressed# Setting type: Boolean# Default value: trueEnableCloseDialogWithEscape = true
## Closes the item picker dialog when W, A, S or D is pressed# Setting type: Boolean# Default value: trueEnableCloseDialogWithWASD = true
## Closes the item picker dialog when Space is pressed# Setting type: Boolean# Default value: trueEnableCloseDialogWithSpace = true
## Closes the item picker dialog when Shift is pressed# Setting type: Boolean# Default value: trueEnableCloseDialogWithShift = true

Manual Install

  • Install BepInEx and R2API
  • Download the latest CommandItemCount_x.y.z.ziphere
  • Extract and move the CommandItemCount.dll into the \BepInEx\plugins folder
  • (optional) Install Risk Of Options

Changelog

The Changelog can be found on GitHub.

Bugs/Feedback

For bugs or feedback please use GitHub Issues.

About

Risk of Rain 2 Mod CommandItemCount

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages