ARK: Survival Evolved

ARK: Survival Evolved

Ark Reborn v236
m1ndgames 25. juli 2015 kl. 6:26
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...
Sidst redigeret af m1ndgames; 26. juli 2015 kl. 9:39
< >
Viser 1-4 af 4 kommentarer
Azrael  [udvikler] 25. juli 2015 kl. 14:49 
Awesome!!!!
m1ndgames 26. juli 2015 kl. 2:29 
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
Sidst redigeret af m1ndgames; 1. aug. 2015 kl. 6:07
Toutwoui 31. juli 2015 kl. 9:04 
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. juli 2015 kl. 10:53 
Thanks! Will fix it later...
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50