BeardedManStudios / ForgeNetworkingRemastered

See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy
https://twitter.com/FarrisFaulds
Apache License 2.0
1.49k stars 306 forks source link

SteamP2PServer has hardcoded lobby member count for the CreateLobby call #284

Closed phalasz closed 5 years ago

phalasz commented 5 years ago

Change to use the NetWorker's MaxConnections as the maximum member count when calling the Steamworks API's CreateLobby method instead of it being hard coded to 5.

BrentFarris commented 5 years ago

I have merged a big cleanup branch and so you will probably need to merge current develop into your fork and resolve conflicts, sorry about this. The main breaking change in develop is the folder paths have updated their names to not have spaces. Please see this commit for more info on the changes