从导出的文件重建 Dwarf Fortress 的传奇模式。
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.
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
Clone the repository:
git clone https://github.com/Kromtec/LegendsViewer-Next.git
cd LegendsViewer-Next
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
Navigate to the frontend directory:
cd LegendsViewer.Frontend/legends-viewer-frontend
Install dependencies:
npm install
Run the development server:
npm run dev
Click on the generated link to open the app in the browser
--legends.xml--legends_plus.xml that is generated when you make the export with DFHack.Contributions are welcome! Please follow these steps to contribute:
This project is licensed under the MIT License - see the LICENSE file for details.
暂无开放 Issues,或尚未同步最近议题。