Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuokri/steamdsstub
Steam dedicated server emulation with SteamKit2.
https://github.com/tuokri/steamdsstub
a2s dedicated-server steam steam-api steamkit2
Last synced: about 1 month ago
JSON representation
Steam dedicated server emulation with SteamKit2.
- Host: GitHub
- URL: https://github.com/tuokri/steamdsstub
- Owner: tuokri
- License: agpl-3.0
- Created: 2023-09-21T06:16:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-14T08:52:42.000Z (5 months ago)
- Last Synced: 2024-06-14T08:59:17.797Z (5 months ago)
- Topics: a2s, dedicated-server, steam, steam-api, steamkit2
- Language: C#
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamDSStub
Implements a dummy Steam dedicated server that registers itself
with the master server. Simple A2S server is also provided.
Does not provide any actual game server functionality (gameplay logic).## Functionality
- Registers a dummy Steam dedicated server with the Steam master server(s) with server info such as
A2S data (A2S_INFO, A2S_RULES, A2S_PLAYERS) specified in a TOML file.
- A2S server built with SuperSocket to respond to A2S queries.
- Allows forwarding game port traffic to another server.Currently using my custom fork of [SteamKit2](https://github.com/tuokri/SteamKit).