Go to file
Robert Janetzko 32f4b0537f line endings 2022-04-13 06:10:34 +00:00
.devcontainer codegen 2022-04-13 05:28:07 +00:00
analyze codegen 2022-04-13 05:28:07 +00:00
frontend linked events 2022-04-09 16:37:44 +00:00
generate codegen 2022-04-13 05:28:07 +00:00
model codegen 2022-04-13 05:28:07 +00:00
server custom decoder 2022-04-11 20:30:43 +00:00
util codegen 2022-04-13 05:28:07 +00:00
.gitattributes line endings 2022-04-13 06:10:34 +00:00
.gitignore custom decoder 2022-04-11 20:30:43 +00:00
README.md readme 2022-04-10 09:27:24 +00:00
contributors.go codegen 2022-04-13 05:28:07 +00:00
generate.go codegen 2022-04-13 05:28:07 +00:00
go.mod profile 2022-04-10 21:27:37 +00:00
go.sum profile 2022-04-10 21:27:37 +00:00
main.go codegen 2022-04-13 05:28:07 +00:00
model.json codegen 2022-04-13 05:28:07 +00:00
sample.sh profile 2022-04-10 21:27:37 +00:00

Legends Browser 2

Legends Browser 2 is an multi-platform, open source, legends viewer for dwarf fortress 0.47 written in go. It is a complete rewrite of the original Legends Browser, available at https://github.com/robertjanetzko/LegendsBrowser

Features

  • Works in the browser of your choice (just launch an open http://localhost:58881)
  • Recreates Legends Mode from dwarf fortress, with objects being accessible as links
  • Add several statistics and overviews
  • supports LNP processed and archived legends_archive.zip

Using Legends Browser

Command Line Options

-p,--port <arg>     use specific port
-s,--serverMode     run in server mode (disables file chooser)
-u,--subUri <arg>   run on /<subUri>
-w,--world <arg>    path to legends.xml or archive

Important Note

  • some features require the legends_plus.xml from dfhack (run 'exportlegends info')

Troubleshooting