python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to complete "Public Default Branch Includes 'Tournament of Beans.exe'"
I'm trying to put my game on steam put the last thing is "Public Default Branch Includes 'Tournament of Beans.exe'". I can't seem to figure out what I need to do to finish this task.
Domochico
Votes: 0
Answers: 2
Segfault on some steam_api.dll calls from executable compiled with MinGW GCC. Any way to determine which DLL is loaded?
I am making a C++ game and integrating Steam's API on Windows MinGW GCC via MSYS2 environment. I am successfully linking to the library, and some of the functions run properly.
I am able to initialize...
Curved
Votes: 0
Answers: 1
Steam API: How to query a server to get server info (not using A2S)?
I would like to know how to use the Steamworks Web API to query a server to get information (server name, game, map, players, etc.). I know that using the A2S query (https://developer.valvesoftware.co...
hiroman
Votes: 0
Answers: 1
"Object reference not set to an instance of an object" with my IntPtr into my struct - C#
I'm working on my multiplayer game (with FacepunchStudio implementation) on Unity, and I have a weird behaviour with my unmarshalling.
For send data between players, I use the 'SteamSocketManager' and...
COL1
Votes: 0
Answers: 1