安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Followed every step and 10 minutes later I finally have DF working on my 2019 MacBook. It works great, thank you!
Just a few things I did different:
- Wineskin is no longer maintained and the devs moved to a new (and very similar) project called Kegworks: https://github.com/Kegworks-App/Kegworks Install it according to the instructions in the repository and just follow the instructions from this guide as if it were Wineskin (they look practically the same).
- This guide mentions you have to install a certain engine which wasn't available on Kegworks, I installed the similarly named WS12WineCX24.0.7 which is probably an updated version.
And that's it, the game just worked, no problems so far.
I'm not sure, but maybe this situation could be solved by a script that installs SteamCMD + Dwarf Fortress + Kegworks, all automatically, or wrapping the game and delivering through Steam like that. Oh, well...
/Users/<mac_username>/Steam/steamapps/workshop/content/975370/<mod_id> and copy the <mod_id> folder.
Then go to your DF wrapper app and right click to open package contents. Go to drive_c, Program Files, DF. If there isn't a mod folder in there already, create it.
Copy the <mod_id> folder into the df\mod folder in your wine app.
You shouldn't need to change your DF app in any other way, so you shouldn't need to worry about losing your saves, but I recommend backing up, the app, just in case.
If you want to apply the mods to an existing game, copy the mod folder to df\data\vanilla instead/as well. However, be warned that this might break your game.
Hope this helps! (and works!)
Whenever you find a mod you want to install, you can find the mod id by going to the steam webpage for the mod in Dwarf Fortress workshop, and looking at the URL. It will say ID=<number>. You can do that for games, as well.
Note down the ID for the game (975370) and the ID for the mod.
Then go to the terminal, and type:
/Users/<mac_username>/Steam/steamcmd +login <steam_username> +workshop_download_item <game id> <mod id> +quit
So for example if I wanted to install the mod Interface Tweaks, I would type:
/Users/<mac_username>/Steam/steamcmd +login <steam_username> +workshop_download_item 97537 2899720701 +quit