Updated Manager.ps1 to support EOS ID.

This commit is contained in:
Yuuki Chan 2023-03-06 18:13:09 +09:00
parent 997c12c434
commit b0302f8950

View file

@ -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] Set-Content -Path ".\longvinter-windows-server\Longvinter\Saved\Config\WindowsServer\Game.ini" -Value "[/game/blueprints/server/gi_advancedsessions.gi_advancedsessions_c]
ServerName=Unnamed Island ServerName=Unnamed Island
ServerTag=Default
MaxPlayers=32 MaxPlayers=32
ServerMOTD=Welcome to Longvinter Island! ServerMOTD=Welcome to Longvinter Island!
Password= Password=
CommunityWebsite=www.longvinter.com CommunityWebsite=www.longvinter.com
[/game/blueprints/server/gm_longvinter.gm_longvinter_c] [/game/blueprints/server/gm_longvinter.gm_longvinter_c]
AdminSteamID=97615967659669198 AdminEosID=97615967659669198
PVP=true PVP=true
TentDecay=true TentDecay=true
MaxTents=2" MaxTents=2
ChestRespawnTime=600"
} }
Write-Host "> It is suggested to edit the Game.ini to your liking." Write-Host "> It is suggested to edit the Game.ini to your liking."