philippj / SteamworksPy

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

Really need a wiki or docs. #21

Closed codefather-labs closed 4 years ago

codefather-labs commented 4 years ago

Really need a wiki or docs. I got a lot of questions.

Like - can you start a community channel for your lib? Like Telegram channel? Like - can i starts a game-server of CS:GO or Dota2 or any other games using you lib?

labanau commented 4 years ago

there is some documentation on it, it has a lot of functions missing, I am not sure if the functions are implemented but I am pretty sure that you can get done SteamUser()->GetAuthTicket to get the auth ticket then send it to the server and do IniateGameConnect to connect to the server, the issue is the Steamworks documentation itself is not the best.

Gramps commented 4 years ago

@labanau is correct. There is a main documentation page linked in the readme of the master branch. I may add a wiki at a later time but it would pretty much have the same information.

I am still in the process of porting functions over and not sure about game server stuff currently.

philippj commented 4 years ago

53