Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dschu012 authored Sep 2, 2020
1 parent 6c368f1 commit 13ab879
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### D2S-UI

Barebones UI for displaying a d2s file.

![image](https://user-images.githubusercontent.com/1458109/92019197-390d4d00-ed24-11ea-93f1-7fd7333e3cc7.png)

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
Expand All @@ -15,4 +26,4 @@ docker run dschu012/d2s:latest \

##### Examples
* https://diablo.dannyschumacher.com/#/
* https://resurgence.dannyschumacher.com/#/
* https://resurgence.dannyschumacher.com/#/

0 comments on commit 13ab879

Please sign in to comment.