How to change max player count
Opened this issue · 1 comments
pieterbrandsen commented
https://www.ghostcap.com/satisfactory-player-limit/
Trying to do something like that link, found the ini files. Changed them on my pc but its not saving after a docker restart
tonyhudoletnjak commented
You need to change the ini file on the docker volume itself.
For example mine is located as named volume:
\\wsl.localhost\docker-desktop-data\data\docker\volumes\satisfactory-serverfiles\_data\FactoryGame\Saved\Config\LinuxServer
There find then your Game.ini and add the following line:
[/Script/Engine.GameSession]
MaxPlayers=20
Where MaxPlayers value can be whatever you want.
I used following sources: