Skip to content

christopherbauer/armok-vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armok Vision

Forum thread | Screenshots

A 3d realtime visualizer for Dwarf Fortress.

To Use

  1. Install Dwarf Fortress and a current DFHack.
  2. Download Armok Vision from the forum thread.
  3. Load into a fortress mode map.
  4. Start up Armok Vision.
  5. Enjoy!

To Contribute

Want to help out? We love contributions!

Bugs

If you've run into any bugs: report them! (You'll need a github account.) Make sure to describe the issue in as much detail as you can, and to mention what system & Armok Vision version you're using. Also, check if what you're reporting has been reported before.

Artists

If you're an artist and want to contribute 3D models, sounds, concept art:

  • There should be a folder called StreamingAssets somewhere around the armok vision executable (or inside, if you're on a mac.) If you edit the files inside and restart Armok Vision, it will use your modified assets. Be careful editing the .xml files, they're finnicky. You can post your edited resources in the forum thread and we can try to integrate them with the project.
  • Alternatively, load things up in Unity and edit them there (see the following instructions).
  • Check the issues; there may be something open about things that need prettifying.

Developers

If you know how to code and want to hack on the engine:

  1. Install Unity 5. (We're using the Personal Edition.)
  2. $ git clone --depth 1 https://github.com/JapaMala/armok-vision.git (or without --depth 1 if you want the full history, but it's pretty big).
  3. Load the armok-vision folder in the Unity editor.
  4. Hack around. Check out the issues to find things that need fixing / ideas that could be implemented.
  5. Submit a pull request with your changes!
Structural Notes

(Some short notes for anyone getting started with the codebase.)

There's a lot of other stuff but hopefully it'll be reasonably self-explanatory. Alternatively, you can ask in the forum thread, or the #dfhack IRC channel on freenode; somebody might be lurking who can help.

About

A 3d realtime visualizer for Dwarf Fortress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 74.5%
  • GLSL 25.5%