====== .PLT file ====== The .PLT file is one of the files embedded within a .CAM/.TRN/.TAC file. The .PLT file holds information about the pilots. Statistical and usage information is held for all pilots in the campaign. The .PLT file is not compressed. ===== .PLT file format ===== ^Field^Data Type^Width (in bytes)^Description^Versions^ |NumPilots|Signed 16-bit integer|2| |>=60| |pilot[]|PilotInfo[NumPilots]| (4 * NumPilots) bytes | |>=60| |NumCallsigns|Signed 16-bit integer|2| |>=60| |callsign[]|byte[NumCallsigns]| (NumCallsigns) bytes | |>=60| ===== Structures used ===== ==== PilotInfo structure ==== ^Field^Data Type^Width (in bytes)^Description^Versions^ |usage|Signed 16-bit integer|2| |>=60| |voice_id|byte|1| |>=60| |photo_id|byte|1| |>=60|