Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Here is the linux command line I use to update my ark. It additionaly launch another session to pull down the client side mod files.
NOTE: Client side Mods are downloaded using a diffrent product number (346110) than the dedicated server (3706030). Thus when you login in the second instance to steamcmd you need to login with your steamID instead of anonymous. im sure you can add the +force_install_dir to the desired directory but it still dosn't seem to place them in the proper sequence that the shootergameserver service is looking for under ark\Shootergame\Content\Mods.
updateark.sh
#!/bin/bash
/home/arkuser/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/arkuser/ark_val/ +app_update 376030 validate +quit
/home/arkuser/steamcmd/steamcmd.sh +login <yoursteamid> +workshop_download_item 346110 504122600 +workshop_download_item 346110 479295136 +workshop_download_item 346110 492774313 +workshop_download_item 346110 502961364 +workshop_download_item 346110 503911420 +workshop_download_item 346110 520373758 +workshop_download_item 346110 492308200 +workshop_download_item 346110 527007017 +quit
Btw..the simple workshop download item step was known already :)
The link does not work, the other link is for linux servers, im using windows.
Thus whole thread is about linux mod management.
For windows server there are already tools, just search the forum :) good luck^^
Ps: I could offer a paid service to fetch the mod files for you so you need only to download them periodically to your Windows server ;)
I know that this has nothing to do with your original post but i have a little question.
A friend of mine has an ark server running on linux. Yesterday he tried to install a mod but couldn't figure out how get it running. We where not able to find any information on how to mod a linux server.
This is the mod we're interested in... http://steamcommunity.com/sharedfiles/filedetails/?id=535821068
Maybe if you dont mind wasting a few minutes you could give us some information?
but one hint: it's the same as you would do with windows servers. most mods even have a little guide how to install them, just check them out~