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

Releases: Pupix/lol-wad-parser

v0.14.0

Choose a tag to compare

@Pupix Pupix released this 02 Jan 14:43

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

Choose a tag to compare

@Pupix Pupix released this 25 Nov 14:02

Changelog

  • Added support for zstandard compressed files.

v0.12.1

Choose a tag to compare

@Pupix Pupix released this 29 Oct 11:52

Changes

  • Removed verbose version logging

v0.12.0

Choose a tag to compare

@Pupix Pupix released this 29 Oct 11:31

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

Choose a tag to compare

@Pupix Pupix released this 10 Apr 20:24

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

Choose a tag to compare

@Pupix Pupix released this 21 Jul 07:33

Changes

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

v0.10.2

Choose a tag to compare

@Pupix Pupix released this 21 Jun 21:55

Changes

  • Reduced memory usage

Breaking changes

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

v0.9.1

Choose a tag to compare

@Pupix Pupix released this 16 Jun 22:00

Added support for .wad v2

v0.9.0

Choose a tag to compare

@Pupix Pupix released this 07 May 12:04

Initial release.