diff --git a/Manager.ps1 b/Manager.ps1 index dc94636..54e82b0 100644 --- a/Manager.ps1 +++ b/Manager.ps1 @@ -217,16 +217,18 @@ if ($check -eq 6) { Set-Content -Path ".\longvinter-windows-server\Longvinter\Saved\Config\WindowsServer\Game.ini" -Value "[/game/blueprints/server/gi_advancedsessions.gi_advancedsessions_c] ServerName=Unnamed Island +ServerTag=Default MaxPlayers=32 ServerMOTD=Welcome to Longvinter Island! Password= CommunityWebsite=www.longvinter.com [/game/blueprints/server/gm_longvinter.gm_longvinter_c] -AdminSteamID=97615967659669198 +AdminEosID=97615967659669198 PVP=true TentDecay=true -MaxTents=2" +MaxTents=2 +ChestRespawnTime=600" } Write-Host "> It is suggested to edit the Game.ini to your liking."