My try at making all the pilot and RIO helmets of the F-14 crews in TOP GUN.
Intended for the Heatblur F-14A/B module.
No callsigns added to helmets. If wanted just add them to the dds file in a image editing software and save (follow recomendations from Heatblur regarding saving dds-files). DDS files for all helmets included plus "RoughMet" and "NRM" dds files (needed to remove "velcro patches").
If wanted, i could make a batch with the Top Gun pilot and RIO names added as well.
The helmet-part of the description.lua file should look like this for it to work as intended (Cougar as pilot and Merlin as RIO):
{"HB_F14_EXT_PILOT_HELMET", 0 ,"HB_F14_EXT_PILOT_HELMET_COUGAR",false};
{"HB_F14_EXT_PILOT_HELMET", 1 ,"HB_F14_EXT_PILOT_HELMET_CLEAN_NRM",false};
{"HB_F14_EXT_PILOT_HELMET", ROUGHNESS_METALLIC ,"HB_F14_EXT_PILOT_HELMET_CLEAN_RoughMet",false};
{"HB_F14_EXT_RIO_HELMET", 0 ,"HB_F14_EXT_PILOT_HELMET_MERLIN",false};
{"HB_F14_EXT_RIO_HELMET", 1 ,"HB_F14_EXT_PILOT_HELMET_CLEAN_NRM",false};
{"HB_F14_EXT_RIO_HELMET", ROUGHNESS_METALLIC ,"HB_F14_EXT_PILOT_HELMET_CLEAN_RoughMet",false};