Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
/ DFWorldInfo Public archive

Rails site for viewing exported Dwarf Fortress world information

License

Notifications You must be signed in to change notification settings

daviddever/DFWorldInfo

Repository files navigation

DFWorldInfo

Rails site for displaying exported Dwarf Fortress world information. Right now just a basic framework, still has a lot of work to be done.

To Run

  • Install Rails
  • Clone the repository
  • rvm use 4.2.0

Currently exported files are hardlinked, eventually this will be changed so that the user can upload the files through the site and the data is automatically loaded.

The export files should be stored in /app/dfdata and named with the region2-00005-01-01- prefix (with the exception of the map bitmap which needs to be named region1-00550-01-01-world_map.bmp).

/app/jobs/xml_import_job.rb parses and loads the world information into the database. Run rake dfworldinfo:xml_import_job

About

Rails site for viewing exported Dwarf Fortress world information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published