Skip to content

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 or website provided.

Topics

Resources

Stars

18 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages