Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

When you have lockpicks equipped, any new ones acquired are added to that stack, rather than to the inventory.

I can't open chests. I bought over 25 lockpicks and none have appeared in my inventory.

Click on the "axe" icon in the inventory to change tab to tools. Lockpicks should be there

(+1)

I recorded a short video showing what happens.


(+1)

Can you do the following and tell me if it worked?:

1.Unequipd AND SELL "Feathered Pendant"(make a save to not lose it.)

2.Try buying lockpicks. 

(+1)

Okay, tonight, as soon as I get back from work.

(+1)

Yeah, believe or not, it worked! Loaded the save and just unequipped the pendant and it worked too. So, why?

(1 edit) (+1)

Somehow I made a big mistake and accidentally gave the lockpick and the pendant the same ID. This causes a problem because the game treats items as the same if their IDs match. It doesn’t check the item’s name, stats, description, or anything else because that would be too slow if player has a lot of items in his inventory,so it only checks the ID.

That’s why when you bought the lockpick, it looked like it disappeared. What actually happened is that the game thought you already had a lockpick equipped (the pendant) and tried to increase its amount. However, since the pendant isn’t a stackable item, increasing its amount does nothing. As a result, it looked like the lockpick simply disappeared.

As to why it still worked when you unequipped the pendant(but didn't sell it). Since the game assumes every item has a unique ID, when you buy a item of certain type - in this case "tool". It only looks for matching ID in the tool tab of the inventroy. Since the pendant belongs in the equipment tab, it didn't find a matching ID and gave you the lockpick normally.

Understand! At least it's simple to solve and we can "bypass" it until the next update. Thank you for your help, your work has great potential. Congratulations from Brazil!

im kinda having the same problem i dont see them

Unequip "Feathered Pendant" if you have it equipped and try crafting/buying lockpicks.

Thanks apparently it's a bug with the pendent because i had Rootmothers heart equipped and when i took it off and i maid a lockpick it worked