1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 17:30:43 +00:00
OpenDiablo2/utils/extract-mpq/doc.go
nicholas-eden d210b51d62
Add mpq extract util to repo (#746)
The gist with this script disappeared, adding to the repo since it's so useful.
Added some error handling/logging to the script.
2020-09-23 07:39:47 -04:00

14 lines
411 B
Go

// This command line utility provides a way to extract mpq files.
//
// Flags:
// -o [directory] Output directory
// -v Enable verbose output
//
// Usage:
// First run `go install extract-mpq.go` in this directory.
// Navigate to the Diablo II directory (ex: C:/Program Files (x86)/Diablo II)
// then run extract-mpq(.exe) with the filename of the mpq to be extracted.
//
// extract-mpq d2char.mpq
package main