1
Fork 0

delete unneeded files, add placeholder text file for MPQ dir

This commit is contained in:
Alex Yatskov 2019-01-05 22:16:40 -08:00
parent 43acd7506c
commit a9dceb45d7
6 changed files with 13 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
asset
imgui.ini
*.mpq

View File

@ -1 +0,0 @@
go run .\tools\mpq --target="assets" extract mpq\d2data.mpq

View File

@ -1,2 +0,0 @@
#!/usr/bin/sh
go run ./tools/mpq/*.go --target="./asset" extract ./mpq/*.mpq

View File

@ -1,10 +0,0 @@
To compile and install stormlib on windows with mingw64:
Copy the stormlib folder to an easy to access directory. I used /mingw64/home/thegtproject/stormlib
(from mingw64 console)
$ cmake -DCMAKE_SYSTEM_NAME="windows" -DCMAKE_INSTALL_PREFIX="/mingw64" .
$ make && make install
Done.

1
mpq/.gitignore vendored
View File

@ -1 +0,0 @@
*.mpq

12
mpq/README.txt Normal file
View File

@ -0,0 +1,12 @@
This directory should contain the following MPQ files from your official game install.
d2char.mpq
d2data.mpq
d2exp.mpq
d2music.mpq
d2sfx.mpq
d2speech.mpq
d2video.mpq
d2xmusic.mpq
d2xtalk.mpq
d2xvideo.mpq