Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ArtifactOfCommand ItemDescriptions
Shows localized item and equipment descriptions beside the Artifact of Command selection window.
By Lebofly
| Date uploaded | 19 hours ago |
| Version | 1.0.0 |
| Download link | Lebofly-ArtifactOfCommand_ItemDescriptions-1.0.0.zip |
| Downloads | 129 |
| Dependency string | Lebofly-ArtifactOfCommand_ItemDescriptions-1.0.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2121README
Artifact of Command — Item Descriptions
A small client-side Risk of Rain 2 mod for r2modman/Thunderstore Mod Manager.
While the Artifact of Command is enabled, hover an item in its selection window to see the item's localized name and full description in the game's native side tooltip. The tooltip automatically flips sides near screen edges. Controller and keyboard selection are supported too. Equipment descriptions are also shown when an equipment Command Essence is opened.
Installation
Import the packaged .zip as a local mod in r2modman, or copy CommandItemDescriptions.dll to BepInEx/plugins/CommandItemDescriptions/.
For local r2modman testing, install and enable BepInExPack from the Online tab before importing this package. r2modman's local ZIP importer does not run the normal online dependency installation flow.
Only the player who wants to see the descriptions needs the mod.
CHANGELOG
Changelog
1.0.0 — Lebofly package
- Replaced the custom detached canvas with Risk of Rain 2's native
TooltipProvidersystem. Descriptions now appear beside hovered items and automatically flip sides near screen edges. - Removed all custom canvas creation, layout forcing, coroutines, and picker-lifecycle components.
- Updated compile-time references to Risk of Rain 2 1.4.1 and Unity 2021.3.33.
- Fixed
FieldAccessExceptionon current game builds by asking Harmony to inject the private picker button allocator into the patch. - Scoped activation directly to the
CommandPickerPanelUI prefab; no artifact manager or gameplay systems are accessed. - Restored the correct
bbepis-BepInExPack-5.4.2121dependency declaration. - Documented r2modman's local ZIP dependency-installation limitation.
1.0.2
- Removed automatic dependency resolution from the local-test manifest to avoid r2modman's false "BepInExPack could not be found" error. BepInExPack must be installed separately in the profile.
1.0.1
- Corrected the BepInExPack dependency version for r2modman imports.
1.0.0
- Added a bottom description panel to Artifact of Command pickup windows.
- Added mouse hover and controller/keyboard focus support.
- Added localized item and equipment names and full descriptions.