Skip to content

Commit

Permalink
add mod maker mpq executable and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Apr 9, 2021
1 parent 1401477 commit d18b907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ Copy and paste your current `patch_d2.mpq` from `<yourpath>.../Diablo II/` to `m

`mod maker mpq` will use the original mpq file and based on configured settings will create a modified one in `mod_maker_mpq/mpqModded/`.

Edit the sections in `settings.ini` ([settings](https://github.com/pairofdocs/mod_maker_mpq/blob/master/settings.ini)) and create a modded `patch_d2.mp` with:
```cmd
python make_mod_mpq.py
```
Edit the sections in `settings.ini` ([settings](https://github.com/pairofdocs/mod_maker_mpq/blob/master/settings.ini)) and create a modded `patch_d2.mp` by

douple clicking on `make_mod_mpq.exe` (or from a terminal with `python make_mod_mpq.py`).

To have `mod maker mpq` ignore any settings comment the lines out with `;`s (semicolons).
But leave the "sections", lines starting with `[`, as they are.
Expand Down
Binary file added make_mod_mpq.exe
Binary file not shown.

0 comments on commit d18b907

Please sign in to comment.