ARK: Survival Evolved

ARK: Survival Evolved

Ark Reborn v236
m1ndgames 25 Jul, 2015 @ 6:26am
Updating Ark Reborn 2.0 on Linux
Hi,
ive created a script to easily maintain an Ark Server on Linux: https://github.com/m1ndgames/arkservermanager

You can even update the mod from there...
Last edited by m1ndgames; 26 Jul, 2015 @ 9:39am
< >
Showing 1-4 of 4 comments
Azrael  [developer] 25 Jul, 2015 @ 2:49pm 
Awesome!!!!
m1ndgames 26 Jul, 2015 @ 2:29am 
I found out that the .mod file is not needed by the dedicated server, so the manual upload is gone :)

I've made a simple script to manage/install ark servers, it is able to install and update this mod via workshop.

https://github.com/m1ndgames/arkservermanager
Last edited by m1ndgames; 1 Aug, 2015 @ 6:07am
Toutwoui 31 Jul, 2015 @ 9:04am 
Really usefull script :-) Founds few bugs if you want to correct them, editarkconfig got an hardcoded path for the config file, it should be :

sub editarkconfig {
system(
"vi $arkserverdirectory/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini"
);
}

And script is crashing the first time you install a server, as the directory Saved is not yet created, you might add a touch of the GameUserSettings.ini, or an empty template to avoid that.

Anyway thanks for the great work :-)
m1ndgames 31 Jul, 2015 @ 10:53am 
Thanks! Will fix it later...
< >
Showing 1-4 of 4 comments
Per page: 1530 50