Slashdot Mirror


Dwarf Fortress Gets Biggest Update In Years

An anonymous reader writes Dwarf Fortress, the epic, ASCII text-based, roguelike citybuilding game, just released its biggest update in years. The game is notable for its incredible depth, and the new release only extends it. Here are the release notes — they won't make much sense if you don't play the game, but they'll give you a sense of how massively complex Dwarf Fortress is. It's also worth noting the a team of modders has recently released a new version Stonesense utility, which renders the game in 3-D from an isometric point of view. "[T]he utility relies on DFHack, a community-made library that reads the game's memory and can be parsed, thus allowing for additional utilities to render things while bypassing the initial ASCII output." If you're unfamiliar with the game, here's an illustrated depiction of an amazing story generated by the game.

2 of 138 comments (clear)

  1. PeridexisErrant's DF Starter Pack - Get it! by ihaveamo · · Score: 5, Informative

    If you even have a passing interest in playing dwarf fortress... make sure you get PeridexisErrant's DF Starter Pack. In this pack you'll find useful tools such as "Dwarf Therapist", which make the game so much easier to play. Other addons also give amazing atmospheric music and sound effects! (Currently a lot of this only works the the previous version, but that will be fixed soon)

  2. Re:Is it still braindeadly single-threaded? by mrvan · · Score: 5, Informative

    Yes... From what I gather, the developer ("Toady") is an autodidact that doesn't use any sort of version control and no multithreading. Although the simulation might be difficult to run in multiple threads, I think the path finding is one of the biggest CPU drains and that should be embarrassingly parallel. Also, he is really giving the community a tough time by having a monolithic game engine + GUI instead of some sort of modular system, which would allow the many programming-savvy fans to build tools much more easily (tools such as dfhack and therapist now use direct memory hacking, which is annoying (therapist needs root access, dfhack encapsulates df itself) but also unstable.