Haven't been able to get on the forums for ages, guess its a tad late now.. If this topic gets double posted, please forgive, as the forums still arent working 100%
Anyway
http://blog.plubble.com/?p=283I've been working on a Dwarf Fortress ->
http://sauerbraten.org/ map importer for a while now, and its been coming along pretty well. Basically, it takes a exported dfmap.lite file (using Sinoth and Mithaldu's exporter), parses the text, and carves said map into a sauerbraten terrain. Not exactly ideal, as it takes quite a while to do so, but it does give you the ability to view your maps in sauerbraten (which is capable of some nice eyecandy), and edit the map manually using sauerbraten's in game editing engine. Heck, you could even play a fps match on your map, if so inclined.
Where do I go from here? Well, I guess getting the import times down is the highest priority, they are pretty insane at the moment. I'm looking into ways to get the map to import outside of the game, maybe by using octrees (as that is how sauer's maps are made, essentially). But after I get import times down, there isnt really much improvement to be done with the current model (i.e generating a map from a fixed text file). One could, conceivably, build a game upon maps exported from df, our main project Plexus is essentially a virtual world that allows for custom games to be played over a p2p network, but that won't really resemble DF that much.
Sinoth and Mithaldu's Lifevis project shows much more promise in realizing a 3d dwarf fortress, of course. I would love to be able to offer the same functionality (possible, but not using the same methodology), but I sure as heck don't have the skills to do so.
So, if anyone sees promise in this project, wants to help out, or is interested in finding out more, you can email me at
serjndestroy@gmail.com.
Seems like the current client should run fine, if you want to install it, here's the instructions
http://blog.plubble.com/?page_id=255By the by, this map importer is part of plexus, which is a platform on which you can(will be able to) play a wide variety of custom games. You can upload your dwarf fortress map, and associate game code to it, link it to other people's maps, and a lot of other pretty cool things, as detailed here
http://blog.plubble.com/?page_id=70