Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
392 stars 131 forks source link

Load initial server list from steam directory #56

Closed YellowOrWhite closed 8 years ago

YellowOrWhite commented 9 years ago

This adds one public function InitializeSteamDirectory() for loading initial server list from steam directory. Use is optional. Users have to call InitializeSteamDirectory() before calling Connect().

Philipp15b commented 8 years ago

Pretty useful, thanks.