patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
111 stars 19 forks source link

Ark survival ascended server: Max player settings #26

Closed TOXid closed 11 months ago

TOXid commented 11 months ago

It looks like the old command ?MaxPlayers=100 doesn't work, you need to use this argument -WinLiveMaxPlayers=100.

Sephodious commented 11 months ago

That's already included in the file.

#Maximum Number of Players MaxPlayers = 10

and further down it calls it

$ArgumentList += " -WinLiveMaxPlayers=$($Server.MaxPlayers)" #Fix MaxPlayers not working.