-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Lord-Zedd/MCCTexturePackD…
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |