Releases: sk-zk/Extractor
2026-06-18
+ Add --no-update option (#88)
2026-06-13
+ Add logging for debugging purposes; enable with --log or --log=(path)
* [HashFS v2] Ignore entry table entries with unknown chunk types
* [HashFS deep] Update start paths
2026-03-17
* [HashFS v1] Fix archives failing to open if the entry table offset is greater than 2^32
2026-02-15
* Never wait for keypress when launched with --quiet (#83, @TeaDrivenDev)
2026-02-11
2025-12-11
+ Add --quiet option (#72, @IDeserveToBeWrited)
+ Add --dry-run option
+ Add exit codes (#75)
+ Add build action (#73, @PurplProto)
2025-11-19
* [ZIP] Handle ZIP archives which have been modified to begin with HashFS header (#70)
* [HashFS deep] Fix rare edge case with UI icon paths
2025-11-09
2025-11-02
+ Add --filter option (#26)
+ Add input path globbing for Windows (#26)
This update introduces --filter, a new option for limiting extraction to files which match at least one of the given wildcard patterns or regexes. (See the readme for more details.) I've also added support for globbing on Windows, so a call like extractor dlc_*.scs now works on Windows as well.
2025-10-21
* [HashFS deep] Construct map sector paths for europe and usa (#62)
* [HashFS deep] Fix localized mod description files not getting discovered