https://github.com/hmbsbige/a2sservice
Steam game server implementation (A2S)
https://github.com/hmbsbige/a2sservice
a2s steam valve
Last synced: about 1 year ago
JSON representation
Steam game server implementation (A2S)
- Host: GitHub
- URL: https://github.com/hmbsbige/a2sservice
- Owner: HMBSbige
- License: mit
- Created: 2024-02-09T11:40:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T22:07:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T00:35:04.319Z (almost 2 years ago)
- Topics: a2s, steam, valve
- Language: C#
- Homepage: https://www.nuget.org/packages/A2SService
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A2SService
Channel | Status
-|-
CI | [](https://github.com/HMBSbige/A2SService/actions)
A2SService | [](https://www.nuget.org/packages/A2SService/)
FakeA2SServer | [](https://github.com/users/HMBSbige/packages/container/package/fakea2sserver)
## Docker Compose Example
```yml
version: "3"
services:
fakea2sserver:
image: ghcr.io/hmbsbige/fakea2sserver
restart: unless-stopped
container_name: fakea2sserver
ports:
- 27015:27015/udp
environment:
- A2SName=原神
- A2SGame=Genshin Impact
- A2SMaxPlayers=255
- A2SVisibility=Private
- A2SVac=1
```