Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
Question. Can I set this up to update/install multiple mods in command line? Also I've noticed its only downloading the folder, won't this been an issue once you start the server, or will it auto get the .mod file?
Any chance you could clue those of us in that haven't done this before?
"./steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/ARK +workshop_download_item 346110 5668585 +workshop_download_item 346110 506506101 +quit"
Just keep adding "+workshop_download_item 346110 <modnum>" before the +quit..
My command looks something like:
./steamcmd.sh +login anonymous +force_install_dir "${STEAMHOME}" +app_update "376030 validate" `ls "${STEAMHOME}/steamapps/common/ARK Survival Evolved Dedicated Server/ShooterGame/Content/Mods/"*.mod|xargs -i --delimiter='\n' --max-args=1 basename {} .mod|awk '{printf " +workshop_download_item 346110 %s",$1}'` +quit
The mess in the middle is listing out all the .mod files in my Ark Mods dir and parsing it into a list of " +workshop_download_item 346110 modnum" strings.... Of course it's USELESS without having a linux method of unpacking the UE4 Pack files.
I'm getting error. It isn't working...
http://pastebin.com/spj13i4p
How to fix it, please?
Thank you!
login username password
workshop_download_item 346110 496735411
workshop_download_item 346110 496735412
workshop_download_item 346110 496735413
workshop_download_item 346110 496735414
I wanted to ask I am trying it now to see if I can keep my mods upto date... I'll let you know
steamcmd.exe +login (steam username no parentheses) (steam password no parentheses) +force_install_dir D:\arkmods +workshop_download_item 346110 906325878 +workshop_download_item 346110 913462859 +workshop_download_item 346110 826777555 +workshop_download_item 346110 1106308763 +workshop_download_item 346110 1115844828 +workshop_download_item 346110 937219044 +workshop_download_item 346110 917078422 +workshop_download_item 346110 693803060 +workshop_download_item 346110 891346982 +workshop_download_item 346110 617213739 +workshop_download_item 346110 775966662 +workshop_download_item 346110 834585900 +workshop_download_item 346110 699984901 +workshop_download_item 346110 640838052 +workshop_download_item 346110 610770681 +workshop_download_item 346110 823000651 +workshop_download_item 346110 543752418 +(etc keep adding your mods without parentheses)
I haven't properly tested it, but it does seem to work.