Skip to content

BCSV

BCSV (Binary Comma-Separated Values) is a file format used in Animal Crossing: New Horizons, is a binary variant of CSV (comma-separated values) that have headers encrypted in CRC32.

OffsetSizeTypeDescription
0x04uint32Row Count
0x44uint32Size of each Row
0x82uint16Column Count
0xA1byteHas Extended Header
0xB1byteIs Japanese (CRC32 hashes)

If HasExtendedHeader is 1

OffsetSizeNameDescription
0xC4HeaderBackwards BCSV - VSCB
0x102VersionVersion
0x1210Padding10-byte padding

Column are stored in a array, comes after the Header and the array size is determined by “Column Count” (0x8).

OffsetSizeDescription
0x04CRC32 Hash
0x44Offset to cell data in a row
OffsetSizeDescription
0x04Offset (Position in the file)
0x4*Cell Data