百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

LegendsViewer-Next

> 编程语言
开源

从导出的文件重建 Dwarf Fortress 的传奇模式。

193 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

从导出的文件重建 Dwarf Fortress 的传奇模式。

LegendsViewer-Next

LegendsViewer-Next is a tool for visualizing the rich history and data generated by the game Dwarf Fortress. This reboot of the original LegendsViewer is designed to work with the Steam release of the game and leverages modern technology, including a .NET 10 backend and a Vue 3 / TypeScript frontend.

Features

  • Overview and easy access to already opened worlds with thumbnails and timestamps

  • Generated maps from parsed information of the exported XML plus files

  • The most important information about a world at a glance

  • Browse through paginated tables of world objects, including their historical details

  • Interactive map powered by Leaflet.js for exploring location of sites

  • Look into the family trees of historical figures

  • Load large Dwarf Fortress XML exports quickly and efficiently using XmlReader

Installation for Development

Prerequisites

  • .NET 10 SDK: Download here
  • Node.js: Download here

Backend Setup

  1. Clone the repository:

    git clone https://github.com/Kromtec/LegendsViewer-Next.git
    cd LegendsViewer-Next
    
  2. Restore and run the backend: This should also build the vue3/ts frontend and host it

    dotnet restore
    dotnet run --project LegendsViewer.Backend/LegendsViewer.Backend.csproj
    

Frontend Setup

  1. Navigate to the frontend directory:

    cd LegendsViewer.Frontend/legends-viewer-frontend
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Click on the generated link to open the app in the browser

Usage

  1. Load World Data: Export a world from Dwarf Fortress and upload the XML file in the app.
    1. The export should at least contain --legends.xml
    2. To properly generate maps and lots more information you need --legends_plus.xml that is generated when you make the export with DFHack.
  2. Explore Maps: Interact with the map to discover sites and their location.
  3. Parsed worlds are saved as bookmarks for quick access in future sessions.
  4. Switch Between Worlds: Go to the overview and load different worlds, each displayed with their own interactive map and data.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/my-feature).
  3. Make your changes and commit (git commit -am 'Add my feature').
  4. Push to the branch (git push origin feature/my-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言