A powerful tool for managing .pak files for Monster Hunter Wilds. This tool allows you to merge, unmerge, and split .list files efficiently.
- Merge: Combines extracted folders (
re_chunk_000andre_chunk_000.pak.sub_000) into a single folder. - Unmerge: Splits a merged folder back into
re_chunk_000andre_chunk_000.pak.sub_000using.listfiles. - Split: Splits a
.listfile into separate files forre_chunk_000andre_chunk_000.pak.sub_000. - Automatic File Download:
- If
RETool.exeorMHWs_STM_Beta.listis missing, the script will automatically download them.
- If
- Operating System: Windows 10 x64 or later
- Dependencies:
- PowerShell (for the batch script)
- Internet connection (for downloading missing files)
The pre-built version of this tool is available for download on the Releases page. You can directly download the executable and start using it without building from source.
- Drag and drop a
.pakfile ontoextract-wilds-pak.bat. - The script will:
- Check for the existence of
RETool.exeandMHWs_STM_Beta.list. - Automatically download missing files from their respective GitHub sources.
- Extract the
.pakfile usingRETool.exe.
- Check for the existence of
Run the following command to merge folders:
MHWs-Ext-Manager.exe merge <source_folder> <destination_folder>Example:
MHWs-Ext-Manager.exe merge re_chunk_000.pak.sub_000 re_chunk_000Run the following command to split a merged folder back into two separate folders:
MHWs-Ext-Manager.exe unmerge <merged_folder> <list_file_for_re_chunk> <list_file_for_sub_chunk>Example:
MHWs-Ext-Manager.exe unmerge re_chunk_000(merged) re_chunk_000.list re_chunk_000.pak.sub_000.listRun the following command to split a .list file:
MHWs-Ext-Manager.exe split <input_list_file>Example:
MHWs-Ext-Manager.exe split MHWs_STM_Beta.listImportant:
- Before using the
splitfunction, ensure thatre_chunk_000.pakandre_chunk_000.pak.sub_000.pakhave been extracted into their respective directories (re_chunk_000andre_chunk_000.pak.sub_000). - The
splitfunction will compare the list entries with the extracted directories to generate accurate output files:re_chunk_000.listre_chunk_000.pak.sub_000.list
- If
RETool.exeorMHWs_STM_Beta.listis missing, the batch script will automatically download them:RETool.exewill be downloaded from RETool GitHub Repository.MHWs_STM_Beta.listwill be downloaded from Ekey's GitHub Repository.
- Ensure that
RETool.exeandMHWs_STM_Beta.listare located in the same directory as the batch script after the first run. - The tool is optimized for Monster Hunter Wilds
.pakfiles but may work with similar formats.
The provided batch file (extract-wilds-pak.bat) is designed to automate common tasks, but it may encounter certain issues under specific environments or configurations. If you experience any problems, feel free to:
- Open an issue on the GitHub repository.
- Suggest or contribute fixes to improve its reliability.
We greatly appreciate your feedback and contributions to help make this tool better!
This project is licensed under the MIT License.