How to install:
1. Save diffuse textures as pilot_f18_helmet.dds
2. Save material textures as pilot_f18_helmet_roughmet.dds
3. Save normal map textures as pilot_f18_helmet_nm.dds
4. Take these three textures along with the pilot texture and either
	a. Replace the original Hornet textures located in C:\Program Files\Eagle Dynamics\DCS World\CoreMods\aircraft\FA-18C\Textures
		or
	b. Put these textures in a folder with a livery and add these lines to your description.lua

	{"pilot_F18", 0 ,"pilot_F18",false};
	{"pilot_F18_helmet", 0 ,"pilot_F18_helmet",false};
	{"pilot_F18_helmet", 1 ,"pilot_F18_helmet_nm",false};
	{"pilot_F18_helmet", 2 ,"pilot_F18_helmet_roughmet",false};