philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
212 stars 39 forks source link

is it possible to connect game servers? (like in c++ InitiateGameConnection()) #68

Closed NikitaYezhov closed 2 years ago

NikitaYezhov commented 3 years ago

Hello,anyway to connect game server? I need this to monitoring server online

philippj commented 3 years ago

Hi,

ISteamGameServer is currently not implemented.

However, you are free to implement this and create a PR for this.