mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 22:25:49 +03:00
Updated Frequently Asked Questions (markdown)
parent
50d2fa7189
commit
4bb637e05a
@ -1,8 +1,8 @@
|
||||
## Can I init a Client and Server in the same app, like for listen servers?
|
||||
|
||||
## Should I make a new Client every time I access it?
|
||||
Yes
|
||||
|
||||
No. You should create a single Client/Server class and access it as a global singleton.
|
||||
|
||||
## Can I run a Client and Server in the same app, like for listen servers?
|
||||
## Do I need a steam_appid.txt file?
|
||||
|
||||
Yes.
|
||||
Not anymore. We set environmental vars instead (SteamAppId and SteamGameId). This is done automatically for you so you don't have to worry about it. Just pass your AppId to SteamClient.Init and it will work.
|
Loading…
Reference in New Issue
Block a user