Update: 31st March - code is up.
In a rather helpful move for developers, Valve is about to open source 'GameNetworkingSockets' and it won't require Steam.
You can see the source here on GitHub, including the fact that it will use the 3-Clause BSD license. What's interesting is that since it won't require Steam (they're pretty clear on that), this could possibly help with developers who need multiplayer functionality and end up not doing Linux builds outside of Steam. Given this quote:
The intention is that on PC you can use the Steamworks version, and on other platforms, you can use this version.
It's entirely possible that's exactly what they're hinting at. This is something we've seen lately, with GOG games not having a Linux version due to this very reason like Serious Sam's Bogus Detour and Heroes of Hammerwatch as two quick examples of this, so it's quite exciting to hear about.
Here's what it will feature:
- Connection-oriented protocol (like TCP)
- ... but message-oriented instead of stream-oriented.
- Mix of reliable and unreliable messages
- Messages can be larger than underlying MTU, the protocol performs fragmentation and reassembly, and retransmission for reliable
- Bandwidth estimation based on TFP-friendly rate control (RFC 5348)
- Encryption.
- Tools for simulating loss and detailed stats measurement
From what they say on it currently, it's "Coming soon" with the actual GitHub repo being mostly empty for now (insert a joke here about ValveTime). Great to see Valve continue to put more out in the open—good stuff!
Quoting: ShmerlNot to release Linux versions on GOG is something developers do, according to GOG incorrectly. But until now, Steamworks required Steam to function, so that prevented developers from releasing games in other stores. Not the same issue.
As far is I know this is simply not true! As a dev you CAN use Steamworks but you don't have to, for this exact same reason Steam is to be considered DRM-agnostic.
Quoting: NarcotixI read that as Steamworks requires Steam, not the other way around (Steam doesn't require Steamworks).Quoting: ShmerlNot to release Linux versions on GOG is something developers do, according to GOG incorrectly. But until now, Steamworks required Steam to function, so that prevented developers from releasing games in other stores. Not the same issue.
As far is I know this is simply not true! As a dev you CAN use Steamworks but you don't have to, for this exact same reason Steam is to be considered DRM-agnostic.
Quoting: MayeulCI read that as Steamworks requires Steam, not the other way around (Steam doesn't require Steamworks).
Exactly.
Quoting: ShmerlQuoting: MayeulCI read that as Steamworks requires Steam, not the other way around (Steam doesn't require Steamworks).
Exactly.
Sorry, I misunderstood you on that. My bad.
See more from me