Rokas

Results 5 comments of Rokas

Make sure you have your steam running, by running it has to be fully loaded, `Steamworks failed to initialize!` most of the time will be when you forget to fully...

Just to add to the issue, RunCallBacks need to always run whenever you do calls. Example in Unity would be every time an object gets updated callbacks would need to...

> Once I get connected to a lobby, what can I do with it? I don't see any methods like `SetLobbyData` implemented Well, I haven't been following versioning and what...

The `SteamMatchmakingServers` methods return almost the same information as `A2S`, it does not return steamid. You can however return steamid using `SteamFriends` interface. There are some issues with it though,...

A2S is steam server query protocol. But it is somewhat deprecated and old, it is not part of Steamworks. In Steamworks, you can get the same information as A2S from...