安装 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(越南语)
Українська(乌克兰语)
报告翻译问题



https://developer.valvesoftware.com/wiki/SteamCMD
Dual boot or install a primary compatible OS.
It allows you to download and update games to maintain your current Steam library.
If you want I can walk you through it.
I would say first:
-Don't put steamcmd in the root steam dir (with steam.exe etc). It will overwrite steam, then when steam launches it will update itself and overwrite steamcmd. Put it in another / a subdir (I made a directory _steamcmd).
-Set "force_install_dir" before logging in. When it says "target directory" it means to point to the "steamapps" directory install root. So if you pointed it to eg "C:\Games\Steam\steamapps\common" it would make a subdirectory there "steamapps\common\<gamename>" and not work properly.
If you're using the default location and put a subdir there, the location would be "..\"
I haven't tried making a batch script yet to do all the logging in and out for different install drives yet, and have it loop through every appmanifest_<appID>.acf to pull the appids automatically.
Also you have to use the default windows cmd terminal. eg MSYS2's mintty doesn't print its output correctly. Also the program ignores breaking with ctrl+c until it's done doing whatever it's doing.