Using Steam Inventory in rpg maker mv

356 views Asked by At

I am currently working on a project in rpg maker mv and i have run into a slight problem.

I am using hudells steamworks api to get player data for my game and i have discovered it does not cover the steam inventory, so i want to use the players steam id to get the players steam inventory of that specific game and add or remove items to the players inventory based on the steam inventory using the web api.

Is that at all possible and if it is how do i do it?

1

There are 1 answers

1
12Ghast On

Steam Web API documentation can be found here.

You are most likely interested in the IInventoryService -> Get Inventory endpoint. However, use of this endpoint requires a publisher API key, which requires registration and payment on Steamworks. The user API key will not work for this endpoint.

So the answer to your question is probably not, unless you are willing to go through the effort of registering through Steamworks.