Check how many of that item I have while shopping?

Check how many of that item I have while shopping? - Opened box with optical lenses and rim

Absolutely love the game but there are some tedious bits in the menu here and there that do annoy me.

One of the bigger ones is when I am in a shop menu and say the merchant has lots of alchemy items but of course off the top of my head I haven't got a clue if I already have these items or not.

Ideally I would like to hover over a merchant's item and see some counter like "In inventory: x" and if that x is 0, buy a few to make sure I've got a bit of everything.

Unless I'm being completely blind, I don't believe the game has this. So is there any way to do something similar in this game?



Best Answer

There isn't any way to see how much you have when looking at the merchant's item.

About the only thing in this area is the ability to 'pin' a crafting recipe or diagram which will then show you if the merchant has any of the required items.




Pictures about "Check how many of that item I have while shopping?"

Check how many of that item I have while shopping? - Aged souvenir shop with various gifts and vintage goods placed on wooden shelves
Check how many of that item I have while shopping? - Various colorful mops and brushes arranged with stack of plastic basins and bins in household goods supermarket
Check how many of that item I have while shopping? - Decorative panels with minimalist concrete plates in studio





GET THIS FREE ITEM WHILE IT'S HERE! 💅✨




More answers regarding check how many of that item I have while shopping?

Answer 2

I added this in line 570 of guiTooltipComponent:

if (m_playerInv.GetItemQuantity(item) > 0)
{
    addGFxItemStat( propsList, " ", "(owned: " + m_playerInv.GetItemQuantity(item) + ")                                                                                                                                                         ", " ");
}

It's a bit hacky because I couldn't figure out how to add text at that location without an icon another way.

Answer 3

As of at least the 1.31 patch, pinning a recipe and selecting an item in the merchants inventory that is required for that recipe will show you how many you have in your inventory out of how many you require.

For example, if I had 1 Mandrake Root in my inventory and needed 5 for a recipe, when I hover over the Mandrake Root in a merchants inventory after pinning it I will see a tooltip with (1/5) on it.

Answer 4

There is no way to do this in the game. However, it is achievable with help of a mod called Friendly HUD which adds many 3d markers to the game. And it also adds a feature about inventory. It shows how much of an item you have while in shopping panel, it also shows the number of items you own while in crafting menu, including the number of the items you have in your stash. Definitely the tool you need to help you with your concern. And it is easy to install by following the instructions as well as with help of some YouTube videos. Hope this would help you.

Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Ksenia Chernaya, furkanfdemir, Victoria Emerson, Mikhail Nilov