made by sharklett + tholozor.

this is a giant "hack" to make this work. the model isn't modified at all. if you shine a flashlight on the UFC you'll maybe see some strange things sometimes but just don't do that and all is fine! :)
The script file is NOT IC compliant but the "screen" is, on servers that force IC you can run the screen with the original text color!





To Install:
Put the livery file in the F-15ESE Livery folder

and put the script file in the dcs install folder:
DCSWorld\Mods\aircraft\F-15E\Cockpit\materials.lua














How to add to a livery:

1: install this mods livery


2:Add the following lines to the description.lua of the livery you wish to add the DUFC to! 
(inside of the livery = {  } segment!)


-- From Here
-- UFC glass
--
--
    {"GLASS_INST",  0,  "../F15E_DUFC/UFCD/f-15e_t0",             false};
    {"GLASS_INST",  13, "../F15E_DUFC/UFCD/f-15e_t0_roughmet",    false}; -- this did not exist in the exported description
    {"GLASS_INST",  14, "../F15E_DUFC/UFCD/f-15e_t0_clr",         false};

-- UFC panels
--
--
    {"F-15E_INT3",  0,  "../F15E_DUFC/UFCD/f-15e_t3",             false};
    {"F-15E_INT3",  1,  "../F15E_DUFC/UFCD/f-15e_t3_nrm",         false};
    {"F-15E_INT3",  13, "../F15E_DUFC/UFCD/f-15e_t3_roughmet",    false};
	
-- rear "UFC" panels
--
--	
	{"F-15E_INT25",	0			,	"../F15E_DUFC/UFCD/f-15e_t25", false};	
	{"F-15E_INT25",	1			,	"../F15E_DUFC/UFCD/f-15e_t25_nrm", false};		
 	{"F-15E_INT25",	13			,	"../F15E_DUFC/UFCD/f-15e_t25_roughmet", false};	  
	
-- additonal UFC lighting
--
--
    {"UFC LIGHT_FRONT", 0,                  "../F15E_DUFC/UFCD/f-15e_lts1",           false};
    {"UFC LIGHT_FRONT", SELF_ILLUMINATION,  "../F15E_DUFC/UFCD/f-15e_lts1",           false};
--to here