v0.1.4
This release supports map version 901.
TruckLib
+ Add functions for interpolating Hermite splines
+ Add PolylineItem.CreateItemsAlongPath()
, .InterpolateCurve()
, .InterpolateCurveDist()
+ Add a Sign.Add()
overload for signs without templates
+ Add DLC guard IDs for Missouri
* Fix final appended polyline item having an incorrect length
* Fix road terrain sometimes having an incorrect no. of columns
Changes to included packages
TruckLib.Sii (0.1.4 → 0.1.5)
+ [sii] Add SiiFile.Includes
, containing the paths of files referenced by a @include
directive
* [mat] Make closing brace of mat files optional
* [mat] Fix another instance of texture
/textureName
type mismatch in legacy mats
* [mat] Handle texture[n]
without corresponding texture_name[n]
in legacy mats
TruckLib.HashFs (0.1.9 → 0.1.10)
* Fix GetEntry
and EntryExists
behaving differently for paths with trailing slashes