Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytotes committed Jul 28, 2020
1 parent 0968af4 commit 1b35b64
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# MPQ Packer

A simple command line utility for generating custom WoW 3.3.5 Patches.

- Maximum size of 4gb
- ZLib Compression
- List File Generation
- Attributes File Generation

### Usage

`mpq-packer.exe path/to/folder path/to/path/patch-X.mpq`

### Linux Support

This has been tested on Ubuntu 20.04 using Wine and works well.

I do strongly recommend however creating a 64bit WINEPREFIX for it.

Eg: `WINEPREFIX=~/.mpq-packer WINEARCH="win64" winecfg`

Then calling the command via `WINEPREFIX=~/mpq-packer wine mpq-packer.exe "Path_to_folder" "Path_to_MPQ"`

0 comments on commit 1b35b64

Please sign in to comment.