Crates.io | df_st_world_history |
lib.rs | df_st_world_history |
version | 0.3.0-development-2 |
source | src |
created_at | 2020-09-28 21:53:48.688571 |
updated_at | 2021-01-03 20:06:34.034392 |
description | World_history.txt parser for the DF Storyteller project. |
homepage | https://dfstoryteller.com/ |
repository | https://gitlab.com/df_storyteller/df-storyteller |
max_upload_size | |
id | 293890 |
size | 2,715 |
Give Dwarf Fortress Storyteller your Legends and we will tell the story. You can just sit back and enjoy.
DF Storyteller is an application that imports Dwarf Fortress legends files, stores them internally and makes them queryable using API's. DF Storyteller currently supports the parsing of:
DF Storyteller currently supports querying the data using:
In the past legends viewers had to implement their own legends parser to get the data from the files. Keeping them up-to-data takes valuable time away from making a nice interface. DF Storyteller changes that. We take care of all the complicated things. You can just ask for the exact data you need and we give it to you. All you have to do is visualize the data in unique ways.
DF Storyteller also combines all imported files so you have all data available to you. You can then choose which data you are interested in.
Documentation is important so we do our best to make all descriptions as as clear as possible. For our API's we have build in documentation that is automatically generated so all documentation is up-to-date.
Want to become a painter and create some beautiful visuals, look here.
DF Storyteller is packed with features and more are planned, here are a few:
DF Storyteller takes the legend files from Dwarf Fortress and DFHack and imports them into a database. It then provides and API to view the data.
DF Storyteller is written to be used by other applications so it might be included in the visualizer you want to use. Look here for a list of visualizers (painters). To get started, download the executable from the release page.
Here you can find instructions on how to install it for your system. You can find a video with instructions here.
DF Storyteller is designed as a command line tool. This allows us to provide different functionalities depending on what the user wants. The commands can also be used by other applications to open the application in different ways.
To get started with the command line you can use the help
flag in the command line like this:
# Get the general help from the app
./df_storyteller --help
# For windows this changes to:
./df_storyteller.exe --help
The first subcommands you might want to use are guide
, import
and start
.
For example:
./df_storyteller guide
./df_storyteller import -w 1 ./region4-00125-01-01-legends.xml
./df_storyteller start -w 1
You can then open http://localhost:20350 to find more info.
The start
command will print the exact url in the terminal, like this:
INFO :launch - 🚀 Rocket has launched from http://127.0.0.1:20350
For more commands and more info look at this page.
Every instance of DF Storyteller comes with its own build in documentation. But we also provide documentation for the most recent build here.
Do you want to visualize legends data yourself! You are in the right place. We will get you started in no time. Just take a look over here.
Join us on Discord or bay12forums.
DF Storyteller has very minimal system requirements that highly depend on the files that you want to import.
Minimal Requirements | Recommended Requirements | |
---|---|---|
OS | Windows 64bit, Linux 64bit, MaxOS ... | Windows 64bit, Linux 64bit, MaxOS ... |
RAM1 | 512MB (not accounting for PostgreSQL) | 1-2GB (not accounting for PostgreSQL) |
CPU | Works on any decent system, might just take a bit longer to import |
See minimal |
Video card | Not needed and not used. | Not needed and not used. |
Internet connection | Not needed (only used to check for updated). Although it uses the browser (almost) all assets are local. |
See minimal |
For information about what versions of Dwarf Fortress, DFHack and mods we support look here
Our Code of Conduct.
This project is licensed under the AGPL-3.0-or-later license.
All documentation2 is also licensed under GNU FDL, MIT license and/or Creative Commons Attribution-ShareAlike 3.0 Unported license
This makes the documentation both compatible with the Dwarf Fortress Wiki and Wikipedia.
All contributions to this project will be similarly licensed.