Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 728 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 728 Bytes

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