Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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