安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Or a listing of what all of the steamcmd commands are?
The wiki is completely lacking there. Simple state "To Do list"
Can you specify? Like can you move Steam -client files / games ?
Or do you mean install stuff in another folder like you would with force_install_dir "PATH" ?
EDIT: And of course, I mean workshop_download_item after the force_install_dir
Actually, it resulted in no mods being downloaded at all.
because i think you might doing some things for your greenlight project where you need to use the steamworks sdk .. but again i dont know much about what you are doing so..
force_install_dir does work with app_update <app-ID> validate, but not with workshop_download_item <app-ID> <item ID>
http://i.imgur.com/pAo8WrI.png It seems to ignore the former path entirely.
Sorry for the waste of time. Unless a command comes up, you could just symlink them too though.
This is some list though https://raw.githubusercontent.com/dgibbs64/SteamCMD-Commands-List/master/steamcmdcommands.txt
I think he's trying to host a multiplayer server of some game and wants the SteamCMD to download / update the Steam Workshop -content in the right folder, so it requires no manual effort of dragging folders around.
Maybe I'm wrong though.
Location where steamcmd downloads mods = D:\ARK Server Notes\SteamCMD\steamapps\workshop\content\346110
Location of server = D:\ARK Server Notes\Server
Mods Location = D:\ARK Server Notes\Server\ShooterGame\Content\Mods
Now steamcmd is not downloading the mods at all, despite claiming to do so
but when I check, both folders are empty
The script for downloading the mods is
===================================================================
login anonymous anonymous
workshop_download_item 346110 479884434
workshop_download_item 346110 533828549
workshop_download_item 346110 536214294
workshop_download_item 346110 527189407
workshop_download_item 346110 520879363
workshop_download_item 346110 530745564
workshop_download_item 346110 536247310
workshop_download_item 346110 489596581
workshop_download_item 346110 519546805
workshop_download_item 346110 503911420
workshop_download_item 346110 531713045
workshop_download_item 346110 524383474
workshop_download_item 346110 520373758
workshop_download_item 346110 526337556
workshop_download_item 346110 539557361
quit
===================================================================
If so, just copy the folders there from under workshop\content\346110\
Then remove the 346110 folder from under workshop\content\
Then bring up cmd.exe with admin
Then anything SteamCMD downloads there automatically gets redirected to the right folder.
OK link created.
You can do them on other platforms too though,
Mac: http://apple.stackexchange.com/questions/115646/how-can-i-create-a-symbolic-link-in-terminal
Linux: http://stackoverflow.com/questions/1951742/how-to-symlink-a-file-in-linux