Questions tagged [steam]
Steam is a platform for selling and talking about games. It also provides extensive API.
132 questions
2 votes
1 answer
78 views
How to switch to a testing branch for a DLC in the Steam client?
I created a password protected branch for my DLC in Steamworks under the DLC app page / Steamworks / Builds. How can I switch to this branch from the Steam client? Going to my game / Properties / ...
1 vote
0 answers
91 views
Steam Leaderboard is not receiving the scores that I upload
I'm trying to upload player scores to Steam. I'm using the STEAMWORKS.NET C# wrapper, but otherwise I'm just working with the Steamworks API. Here's the code I'm using: ...
1 vote
0 answers
521 views
How to get RenderDoc capture on Steam Deck?
I've been trying to debug a graphical issue that only happens when I'm running my game on Steam Deck, To do so, I'd like to get a RenderDoc capture. The game is installed on my SteamDeck through a ...
0 votes
1 answer
284 views
How can I test my game using steamAPI without steam?
I'm trying to create a game with multiplayer in mind. I followed through with the steam documentation to try and get everything set up including making sure I have the test app ID ...
0 votes
1 answer
347 views
What are the rules for releasing a game on Steam?
Google Play Store has a developer policy which states the rules on releasing a game there. Apple's App Store has App Review Guideline which state the rules on releasing a game there. What about Steam? ...
0 votes
1 answer
202 views
Intergrating Easy Anti Cheat - Do we need to add Epic login?
We plan to add Easy Anti Cheat to our Steam game. One of our managers said that we need to integrate Epic login for EAC to work. Is this true? We couldnt find any mentions of this in Epic EAC docs. (...
0 votes
1 answer
2k views
Test Steam APIs without paying the fee
I'm an amateur hobby programmer, and I'd like to make a library for some Steam APIs like Steamworks or Steam Input. To do that, I'd need to be able to test Steam APIs, but the problem is I do not have ...
1 vote
0 answers
1k views
API Limit for Steamwork API?
Steamwork Web API is limited to 100000 request per day as stated in https://steamcommunity.com/dev/apiterms , but i have not found the limit for Steamwork API, which is different from Steamwork Web ...