Gibbed.MadMax-1.5.6
Here's a release note:
ConvertProperty: Fix crash on empty vec_byte values
Fixed a FormatException crash when converting RTPC properties containing empty vec_byte fields (e.g. _decoration_info in CRoadObject).
Also fixed a pre-existing bug where BytesVariant.Parse only read every other byte (i += 2 instead of i++), silently corrupting multi-byte values during round-trip.