Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Releases: Pupix/lol-wad-parser

v0.14.0

02 Jan 14:43
Compare
Choose a tag to compare

Changes

  • Added redirectsTo for files that redirect entries outside of the WAD archive
  • (Internal) Split the hashes in multiple files by region and locale for easier handling and updating.

Fixes

  • Fixed zcompression error during extraction.
  • Fixed file redirection warning.

v0.13.0

25 Nov 14:02
Compare
Choose a tag to compare

Changelog

  • Added support for zstandard compressed files.

v0.12.1

29 Oct 11:52
Compare
Choose a tag to compare

Changes

  • Removed verbose version logging

v0.12.0

29 Oct 11:31
Compare
Choose a tag to compare

Feature

  • Added support for WAD v3

Changes

  • A more readable error will be thrown if the the file is not WAD or is of an unsupported version

v0.11.1

10 Apr 20:24
Compare
Choose a tag to compare

Changes

  • A new duplicate property has been added. Whenever this is set, it means that the current file is pointing to another file's data in the WAD archive. This is used for entry deduplication.

v0.10.3

21 Jul 07:33
Compare
Choose a tag to compare

Changes

  • read and extract are able to understand a file's pathHash and write the actual file name

v0.10.2

21 Jun 21:55
Compare
Choose a tag to compare

Changes

  • Reduced memory usage

Breaking changes

  • zipped is now called compressed
  • size is now called fileSize
  • zipSize is now called compressedFileSize

v0.9.1

16 Jun 22:00
Compare
Choose a tag to compare

Added support for .wad v2

v0.9.0

07 May 12:04
Compare
Choose a tag to compare

Initial release.