Hacker News new | ask | show | jobs
by shultays 3398 days ago
People make tools that reads memory of DF to create better GUIs. Compare dwarf therapist to standard gui of DF to assigning jobs, it is just horrible.

I honestly kinda stopped playing after military gui is changed. The new system is unplayable. New conversation system is also very frustrating in adventure mode.

I just wish the game will be open source at some point and the things will be improved.

1 comments

I want so badly for dwarf fortress to just be an API to the simulator and let the community build the user interface and view layer. That would make my life complete. And also completely unproductive.
That only solves half the problem, though. There's still the issue that it's a single-threaded game which allocates and accesses memory randomly on the heap. So there will always be a limit on how large and complex the game world can be.

What I'm still waiting for is the game that comes after Dwarf Fortress, the game which is appropriately engineered for performance and is thereby able to be even more ambitious. We've seen a ton of less ambitious DF clones, but nothing on the other end so far.

I have to think that anything more ambitious than DF would either take a crazy genius with lots of free time or a large team. Possibly both.