Skip to content

lizhanyin/d2s-ui

 
 

Repository files navigation

D2S-UI

Barebones UI for displaying a d2s file.

image

You need to provide the images/txt data extracted from the MPQ as env variables:

  • MPQ_DATA_DIR - path to extracted MPQ data.
  • IMG_DATA_DIR - optional image directory instead of MPQ data directory.
Build
docker build . -t dschu012/d2s:latest

Run

docker run dschu012/d2s:latest \
    -p 8080:3030 \
    -e EXTENDED_STASH=true
    -v /path/to/saves:/data/saves:ro \
    -v /path/to/txt:/data/txt:ro \
    -v /path/to/img:/data/img:ro \
Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.5%
  • TypeScript 24.6%
  • CSS 16.0%
  • JavaScript 5.0%
  • HTML 1.8%
  • Dockerfile 1.1%