Adventure Mode Roadmap đș Dwarf Fortress Dev Update
Hello!
We are here with a brand-new development roadmap outlining our plans for Adventure Mode and updates to Fortress Mode. Please keep in mind these are estimates. We do have a date in mind but weâre not quite confident enough to announce it yet. All we can say right now is ânot this yearâ, but hopefully weâll have more specifics soon. We know youâve been waiting patiently, and we are working hard.
We will be building on the Adventure Mode framework that already exists. This is exciting because everything is working as intended and we âjustâ need to add the interface and graphics, which will take us some months.
Hereâs the plan for how we get to Adventure Mode release, hopefully not-too-late next year:
[h2]To Start[/h2]
First, the basics, which will let us actually see whatâs going on at all in the new art style.

Once we have this framework, weâll just start doing the actions and menus one at a time. Full keyboard and full mouse support for all play styles. Actions are challenging because they can be initiated by clicking the play area, through buttons and hot keys, or by accessing a full list. There must be several ways to perform the same action based on context, play style, and input method. Can you guess what the buttons below do?

[h2]Major Features[/h2]
These are the biggest-risk items, each of which hopefully isnât more than a few weeks, but itâs hard to say since they each have multiple sub-systems and open design questions to be solved between code and art.
[h2]More![/h2]
These are individually much less complicated and risky than the above, but still have lots of little fiddly bits to keep us busy.
Cabin building wasnât properly feature-rich in the classic Adventure Mode. Weâd love to expand on it, but itâs definitely more optional to the Adventure Mode experience than the above features and systems. We have the new Fortress Mode interface which will help a lot, but we may do it after launch if it becomes too complicated.
[h2]Ongoing Fortress Work[/h2]
Work on Fortress Mode will continue in parallel with Adventure Mode. Weâre reading the bug tracker and also have some content ideas which will complement Adventure Mode well. More on this later!
[h2]FAQ[/h2]
Q: Will the game be localized/translated to my language?
It is difficult due to the procedural sentence constructions used throughout the game. Our best suggestion at this time is to use auto-translation tools for text on screen, which has been helping some users. We are investigating translation options behind the scenes but itâs very early stages.
Q: How can I report a bug?
You can track and report bugs on our MantisHub: https://kitfoxgames.notion.site/How-to-Report-Bugs-in-Dwarf-Fortress-b5e2ca19dabe408897d1c2669599b7a2
We know that this system isnât working very well for our helpful bug wranglers though, so weâre looking into rolling back into the old system soon, in the hopes that we can rejuvenate the bug-hunting community like days of yore. We have double the code resources that we used to, but also ten times the bug reporters, so weâre still finding our feet to figure out how best to maximize this power. Please be patient.
Q: What about the Mac version?
Because of all the work that needs to be done for Adventure Mode, we wonât be able to start development on the Mac version until after its release, at the earliest.
Q: When are Steam Achievements coming?
We will consider implementing this after Adventure Mode. Several of the achievements will likely link the two modes together so itâs best to have these systems in place. The main problem with Achievements is that they also need to be a new âlivingâ system alongside all of the other features, and weâre not sure itâs a good idea for people to feel they have â100%edâ the game based on whatâs essentially an arbitrary list of tasks. Weâre considering it, but havenât decided yet, and will come back to the topic after Adventure Mode.
-Kitfox Games + Bay 12 Games
We are here with a brand-new development roadmap outlining our plans for Adventure Mode and updates to Fortress Mode. Please keep in mind these are estimates. We do have a date in mind but weâre not quite confident enough to announce it yet. All we can say right now is ânot this yearâ, but hopefully weâll have more specifics soon. We know youâve been waiting patiently, and we are working hard.
We will be building on the Adventure Mode framework that already exists. This is exciting because everything is working as intended and we âjustâ need to add the interface and graphics, which will take us some months.
Hereâs the plan for how we get to Adventure Mode release, hopefully not-too-late next year:
[h2]To Start[/h2]
First, the basics, which will let us actually see whatâs going on at all in the new art style.
- Travel map - we have the world map, but sites need hundreds of sprites to match up with the ASCII that shows individual streets etc. Weâll be iterating on this until launch.
- Main interface layout - similar to Fortress Mode, there are tile-based actions, information menus, and other actions like travel. Thereâs also a day-night cycle and weâll have a minimap this time around.
- Procedural portraits - we need to implement Carolynâs great portraits for the humans/elves/dwarves/goblins/kobolds, and also get animal people displayed. Every animal person!

Once we have this framework, weâll just start doing the actions and menus one at a time. Full keyboard and full mouse support for all play styles. Actions are challenging because they can be initiated by clicking the play area, through buttons and hot keys, or by accessing a full list. There must be several ways to perform the same action based on context, play style, and input method. Can you guess what the buttons below do?

[h2]Major Features[/h2]
These are the biggest-risk items, each of which hopefully isnât more than a few weeks, but itâs hard to say since they each have multiple sub-systems and open design questions to be solved between code and art.
- Inventory - equipping items and containers are the trickiest parts here. You can wear multiple shirts and nest containers as deep as you like, and the new interface will have to handle this with both keyboard and mouse support.
- Combat (striking and wrestling) - wrestling will be a bit of a doozy, as thereâs a lot of physical/anatomical complexity that weâre not sure how best to communicate
- Conversations - this includes supporting the current Adventure Mode system of interleaving speech and actions, and having three or more participants in conversations
- Character generator - you can make a whole party in Adventure Mode and the character creation options are complex. We have to update this system.
[h2]More![/h2]
These are individually much less complicated and risky than the above, but still have lots of little fiddly bits to keep us busy.
- Status screens - wounds, skills, needs etc. There is a lot of information about every character, similar to the dwarf sheets in Fortress Mode.
- Journal screen (quests and knowledge) - we may integrate this with Legends Mode because they are very similar.
- Crafting and other powers - Adventure Mode is highly moddable and we need to support vast menus of magical powers and other abilities. Pet any animal!
- Various small menus/actions (âwidgetsâ) - stealth, movement, tracking, odors, party controls, combat options, etc.
- Audio integration - the audio designers are working in parallel with us and weâll be adding a whole new soundscape for Adventure Mode
Cabin building wasnât properly feature-rich in the classic Adventure Mode. Weâd love to expand on it, but itâs definitely more optional to the Adventure Mode experience than the above features and systems. We have the new Fortress Mode interface which will help a lot, but we may do it after launch if it becomes too complicated.
[h2]Ongoing Fortress Work[/h2]
Work on Fortress Mode will continue in parallel with Adventure Mode. Weâre reading the bug tracker and also have some content ideas which will complement Adventure Mode well. More on this later!
[h2]FAQ[/h2]
Q: Will the game be localized/translated to my language?
It is difficult due to the procedural sentence constructions used throughout the game. Our best suggestion at this time is to use auto-translation tools for text on screen, which has been helping some users. We are investigating translation options behind the scenes but itâs very early stages.
Q: How can I report a bug?
You can track and report bugs on our MantisHub: https://kitfoxgames.notion.site/How-to-Report-Bugs-in-Dwarf-Fortress-b5e2ca19dabe408897d1c2669599b7a2
We know that this system isnât working very well for our helpful bug wranglers though, so weâre looking into rolling back into the old system soon, in the hopes that we can rejuvenate the bug-hunting community like days of yore. We have double the code resources that we used to, but also ten times the bug reporters, so weâre still finding our feet to figure out how best to maximize this power. Please be patient.
Q: What about the Mac version?
Because of all the work that needs to be done for Adventure Mode, we wonât be able to start development on the Mac version until after its release, at the earliest.
Q: When are Steam Achievements coming?
We will consider implementing this after Adventure Mode. Several of the achievements will likely link the two modes together so itâs best to have these systems in place. The main problem with Achievements is that they also need to be a new âlivingâ system alongside all of the other features, and weâre not sure itâs a good idea for people to feel they have â100%edâ the game based on whatâs essentially an arbitrary list of tasks. Weâre considering it, but havenât decided yet, and will come back to the topic after Adventure Mode.
-Kitfox Games + Bay 12 Games