A C# command-line tool for extracting DOOM 2016 resources.
1.7 allows you to set/update file IDs by adding a line for the file to the [repackFolder]\fileIds.txt file, of the format:
Extracting an index will create a fileIds.txt listing each files ID in the same format too.
Changes in 1.7:
1.7 allows you to set/update file IDs by adding a line for the file to the [repackFolder]\fileIds.txt file, of the format:
(should also work when creating a patch too)
Extracting an index will create a fileIds.txt listing each files ID in the same format too.
Changes in 1.7:
- allow using fileIds.txt to set/update file IDs
- extracting now creates a fileIds.txt listing each files ID
- ModLoader 0.2 merges fileIds.txt from each mod installed
- add support for extracting & rebuilding .pindex/.patch files
- add --createPatch option for creating a .pindex/.patch pair from a folder.
- new method used to extract files, so it should use a lot less memory now
- switched to SharpZipLib instead of Zlibnet