v0.2.0
Added
- IMG archive support for GTA III and Vice City v1 archives (
.dir+.img) and GTA San Andreas v2 VER2 archives. Img.from_file(), archive lookup, extraction, andcreate_v2()creation support.Dff.from_bytes()andTxd.from_bytes()for parsing assets directly from memory.
Improved
- Compatibility for older GTA III and Vice City assets with version-aware geometry handling and texture format inference.
- README coverage for IMG archive usage and in-memory parsing examples.
Full Changelog: v0.1.0...v0.2.0