Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@sk-zk sk-zk released this 18 Nov 16:01
· 5 commits to master since this release

This release supports map version 901.

TruckLib

+ Add new DLC guard values

Changes to included packages

TruckLib.Sii

* [sii+mat] Fix very large floats failing to parse
* [sii+mat] Allow floats with dot but no fractional digits, e.g. 3.
* [sii+mat] Allow space between name and indexer of array attribute name
* [sii+mat] Handle array attributes where the indexer is missing in the name of the first defined element
+ [sii] Add SiiFile.Decode for decoding 3nK/encrypted without parsing
+ [sii] Support nested @includes
+ [sii] Make closing brace of SiiNunit optional
* [mat] Allow comments in mat files

TruckLib.Models

* Ignore the material block size stated in the pmd header because there are files in the wild in which it is incorrect

TruckLib.HashFs

* Fix ExtractToFile, but really this time