Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Zedd committed Jan 31, 2020
2 parents 5ec5968 + 813635d commit 454b69a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# MCCTexturePackDumper
A command-line tool for dumping texture pack files from Halo The Master Chief Collection

*should* be future-proof but who knows.

## Use
1. Copy the executable and DLL to the \data\ui\texturepacks folder inside your MCC installation.

2. Run the executable either by double-clicking or via command line.
* A double-click will prompt the input of a texture pack file in the folder, but without any extension, such as `emblemstexturepack`
* Command line works much the same, just passing the texture pack as an argument, such as `mcctexturepackdumper.exe emblemstexturepack`

3. If the texture pack name is valid the images will be dumped to a subfolder inside \texturepacks, with the same name as the pack, along with a \_fileindex.txt file giving the format, size, and original offset of the images in case you wish to replace anything.

0 comments on commit 454b69a

Please sign in to comment.