Adding a second Scorched Earth Server to your existing server is pretty easy. If you don’t have any gameserver running right now, please check THIS tutorial.
Be aware:
You have to start a second instance of ARK: Survival Evolved on your machine. This will take a lot of RAM and use your CPU even more. Most shared or rental servers will struggle with this. So check first if you can run two instances at once on your machine.
HowTo:
You need to start the game twice from the same location. Do not download the game twice. Edit the Launch-Commands of the first game and add
AltSaveDirectoryName=SaveOrg -NoTransferFromFiltering -clusterid=YOURRANDOMID example: ShooterGameServer.exe TheIsland?SessionName=MyGameSession?AltSaveDirectoryName=SaveOrg -NoTransferFromFiltering -clusterid=Cluster1
Start the second server with scorched earth and add the same flags (albeit with a different SaveDirectoryName). Make sure to use the same clusterid.
AltSaveDirectoryName=SaveSE -NoTransferFromFiltering -clusterid=SAMERANDOMID example: ShooterGameServer.exe ScorchedEarth_P?SessionName=MyScorchedSession?AltSaveDirectoryName=SaveSE -NoTransferFromFiltering -clusterid=Cluster1
Now you should run two instances, which can be transfered from and to. This should also work on different gametype servers. Just modify the additional Options.
Additional Options:
?PreventDownloadSurvivors=False
?PreventDownloadItems=False
?PreventDownloadDinos=False
?PreventUploadSurvivors=False
?PreventUploadItems=False
?PreventUploadDinos=False
Thanks for the information, it worked out great! One thing that might be worth mentioning is that you have to configure different ports to run the additional instance. At least I had to in order for it to work
I have some questions as well. Are you able to make custom configurations to the server or is it forced to use the configuration from the first server? If you can make custom configurations, where are those files located? It doesn’t seem like there is a new config directory for it.
they are currently working on adding cluster mode to different server instances. Until then it’s impossible to make it run with different configurations. 🙁
i have used a single .bat to launch both servers and both seem to connect fine. I am unable however to find “the island” server via steam or ingame. Any suggestions
start ShooterGameServer.exe “ScorchedEarth_P?SessionName=MygameSE?AltSaveDirectoryName=TRSE -NoTransferFromFiltering -clusterid=Mygame123”
ShooterGameServer.exe “TheIsland?SessionName=MygameTI?Port=4578?QueryPort=AltSaveDirectoryName=TRTI -NoTransferFromFiltering -clusterid=Mygame123”
Tysidious… did you ever get that to work?