====== Falcon 4 .PLT file ====== [[https://www.pmctactical.org/forum/viewforum.php?f=47|Falcon 4.0 Forum]], [[:falcon4|Falcon 4 Home]], [[falcon4:campaign|Falcon 4 Campaign]], [[falcon4:cockpits|Falcon 4 Cockpits]], [[falcon4:database|Falcon 4 Database]], [[falcon4:file_formats|Falcon 4 File Formats]], [[falcon4:srtm|Falcon 4 SRTM Terrain]], [[falcon4:terrain|Falcon 4 Terrain]], [[falcon4:textures|Falcon 4 Textures]], [[falcon4:tools|Falcon 4 Tools]] 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|