Ch4r0ne / ARK-Ascended-Server-Manager

ARK Survival Ascended Server Manager
MIT License
37 stars 5 forks source link

Scorched Earth #45

Open KestrelKitezh opened 3 months ago

KestrelKitezh commented 3 months ago

Hey, still working on this?

Would be nice to be able to start 2 servers now that scorched earth is released

JeffFlowerday commented 3 months ago

+1 on Scorched Earth.

i812 commented 3 months ago

I have never tried this utility but I was going to set up a Scorched Earth server so I will wait and see if you add Scorched to the map choices. Tools like the one you have created are greatly appreciated by the players.

Ch4r0ne commented 2 months ago

@KestrelKitezh; @i812; @JeffFlowerday if you use "ScorchedEarth_WP" as a Map Name does not work?

JeffFlowerday commented 2 months ago

@KestrelKitezh; @i812; @JeffFlowerday if you use "ScorchedEarth_WP" as a Map Name does not work?

It might, but when I try to point to a new directory to setup a new server for scorched earth it just creates a new asa directory and won't let me point back to my island directory after.

Ch4r0ne commented 2 months ago

I.e. you can't host 2 servers at the same time, this is probably due to one of the basic functions in the script, here the parameters are extracted from the saved config. To change this is unfortunately a bit too time-consuming, unfortunately I have less time at the moment

Unfortunately, I have withdrawn from the sector for the time being and only make minor adjustments.

But if you now look at the whole thing objectively, you can try the following: take the .ps1 script and change the name of the config in line 26 and try again whether 2 simultaneous starts of the server are then possible.

$ScriptConfig = Join-Path $ConfigFolderPath "Config.json" -> $ScriptConfig = Join-Path $ConfigFolderPath "Config1.json"

JeffFlowerday commented 2 months ago

I.e. you can't host 2 servers at the same time, this is probably due to one of the basic functions in the script, here the parameters are extracted from the saved config. To change this is unfortunately a bit too time-consuming, unfortunately I have less time at the moment

Unfortunately, I have withdrawn from the sector for the time being and only make minor adjustments.

But if you now look at the whole thing objectively, you can try the following: take the .ps1 script and change the name of the config in line 26 and try again whether 2 simultaneous starts of the server are then possible.

$ScriptConfig = Join-Path $ConfigFolderPath "Config.json" -> $ScriptConfig = Join-Path $ConfigFolderPath "Config1.json"

Don't want 2 concurrent servers running just want to be able to set the path and map and use it that way. Simply switch the path and map from island or scorched and install/update/start that instance.

The path portion isn't working.

Ch4r0ne commented 2 months ago

Okay, with the change the skirpt must actually write another config file, here you can then adjust the paths again as you wish and then you can theoretically also have 2 servers, and run the standard .ps1 to start one server and the customised skirpt for the 2nd instance.

otherwise I recommend to try to adjust line 25 and 26 under your file explorer %Appdata%\ARK-Ascended-Server-Manager you should be able to see 2 folders or another config file.

BushTrocity commented 2 months ago

ARK-Ascended-Server-Manager.zip

I added the cluster option to the script. Just need to adjust line 25 and 26 in the config file for each script/server you want to run.