CactusPie added a new file:
QuoteDisplay MoreOnly items in your stash are included - items in your character inventory will NOT be counted!
Default format is [{items found in raid}/{all items}]
Mainly created with SoftCore mod in mind, however this mod will work even without SoftCore. Personally I find it a lot easier to just scan through the item names to see which ones I should prioritize.
Installation
Copy CactusPie.ItemCountInName.dll to BepInEx/plugins directory
Configuration
- Mod enabled - whether the item count should be shown
- Only in raid (true by default) - whether the item count should only be shown in raid. If you disable it, the item count will also work in the hideout, however, the count may not always reflect the actual status. The count is refreshed when:
- You open up (or re-open) your inventory
- You retrieve a crafted item
- You buy or sell an item from a trader
- Item name format - the format of the prefix. By default, equals to [{0}/{1}] {2} where:
- {0} - number of items found in raid
- {1} - total number of items (both found in raid and not found in raid)
- {2} - item name
- This can be changed however you like. For instance, setting it to {2} [{0}/{1}] would instead add the count at the end of the name
- Format for no items - the format that will be applied when you have no matching items in stash, where
- {0} - item name
- This can be changed however you like. For instance, setting it to {0} would remove the count completely when you have no matching items
- Item type blacklist - which types of items should be ignored by this mod. By default only money and ammo are checked, which means money and ammo will NOT have item count added to them. You can change it to your liking.