Jump to content

V2.9 F/A-18 Personal Helmets didnt display anymore


Go to solution Solved by PLUTON,

Recommended Posts

Posted

Hi,

I've got this problem with my F/A-18 pilot helmet(s) since the v2.9 in stable release is deployed on my PC:

 

- The Personnal Helmet skin didnt display, only got the original skin

- The Personnal visor, patches, aircraft liveries, ...works perfect on the same model

- Tried with various skin same result, visor OK liveries OK parches OK , helmet NOT OK

 

I dont have this problem with these skin and 2.8 version, nothing change on the dds and lua.

 

No problem with F-14 Pilot and Riot Helmets in the same 2.9 version. 

 

No tried with another plane than F18 and F14

 

Thx for support, sorry for my english as I'm french speaking trying to write without any assistance

  • Solution
Posted

for me the skins of Ms YOSTEFF works with 2.9 you just have to add the lines of code in the lua folder, without these lines of code it does not work.
I hope this will help you

  • Thanks 1
Posted

H,

 

ok found the Ms Yosteff helmet skin, but doesn't work too with 2.9 stable and, ofc, i update my desciption.lua files for the used profil with these lines

 

    {"pilot_F18_helmet", 0 ,"pilot_F18_helmet",false};
    {"pilot_F18_helmet", ROUGHNESS_METALLIC ,"pilot_f18_helmet_roughmet",false};
    {"pilot_F18_helmet", 1 ,"pilot_F18_helmet_nm",false};

 

Modified description.lua

 

livery = {

	{"f18c1", 0 ,"F18C_1_DIFF_VFA113_Stingers",false};
	{"f18c1", ROUGHNESS_METALLIC ,"F18C_1_DIF_RoughMet",true};

	
	{"f18c2", 0 ,"F18C_1_DIFF_2_VFA113_Stingers",false};
	{"f18c2", ROUGHNESS_METALLIC ,"F18C_2_DIF_RoughMet",true};

	

	
	
	
	{"f18c1_number_nose_right", 0 ,"F18C_1_DIFF_VFA113_Stingers",false};
	{"f18c1_number_nose_right", ROUGHNESS_METALLIC ,"F18C_1_DIF_RoughMet",true};
	{"f18c1_number_nose_right", DECAL ,"F18C_bort_number2",true};
	
	{"f18c1_number_nose_left", 0 ,"F18C_1_DIFF_VFA113_Stingers",false};
	{"f18c1_number_nose_left", ROUGHNESS_METALLIC ,"F18C_1_DIF_RoughMet",true};
	{"f18c1_number_nose_left", DECAL ,"F18C_bort_number2",true};	

	{"f18c2_kil_right", 0 ,"F18C_1_DIFF_2_VFA113_Stingers",false};
	{"f18c2_kil_right", ROUGHNESS_METALLIC ,"F18C_2_DIF_RoughMet",true};
	{"f18c2_kil_right", DECAL ,"F18C_bort_number2",true};
	

	{"f18c2_kil_left", 0 ,"F18C_1_DIFF_2_VFA113_Stingers",false};
	{"f18c2_kil_left", ROUGHNESS_METALLIC ,"F18C_2_DIF_RoughMet",true};
	{"f18c2_kil_left", DECAL ,"F18C_bort_number2",true};
	
	{"f18c1_number_F", 0 ,"F18C_1_DIFF_VFA113_Stingers",false};
	{"f18c1_number_F", ROUGHNESS_METALLIC ,"F18C_1_DIF_RoughMet",true};
	{"f18c1_number_F", DECAL ,"empty",true};	

	{"f18c2_number_X", 0 ,"F18C_1_DIFF_2_VFA113_Stingers",false};
	{"f18c2_number_X", ROUGHNESS_METALLIC ,"F18C_2_DIF_RoughMet",true};
	{"f18c2_number_X", DECAL ,"F18C_bort_number2",true};	
	
	{"pilot_F18_helmet", 0 ,"pilot_F18_helmet",false};
	{"pilot_F18_helmet", ROUGHNESS_METALLIC ,"pilot_f18_helmet_roughmet",false};
	{"pilot_F18_helmet", 1 ,"pilot_F18_helmet_nm",false};
	
	{"pilot_F18", 0, "pilot_f18",false};
	--{"pilot_F18", 1, "pilot_f18_nm",false};

	{"pilot_F18_patch", 0 ,"pilot_F18_patch",false};
	--{"pilot_F18_patch", 1 ,"pilot_F18_patch_nm",false};
	--{"pilot_F18_patch", 13 ,"pilot_F18_patch_roughmet",false};
	
	{"pilot_F18_helmet_glass",	DIFFUSE			,	"pilot_f18_visor", false};
	{"pilot_F18_helmet_glass",	ROUGHNESS_METALLIC			,	"pilot_f18_visor_roughmet", false};
	{"pilot_F18_helmet_glass",	14,	"pilot_visor_filtr", false};
	

	
	





	
}
name = "VFA-113 Lenny"






custom_args = 
{
 
[27] = 0.0, -- Tail      change of type of board number (0.0 -default USA, 0.1- )
[1000] = 0.0, -- Flaps
[1001] = 0.0, -- Nose
[1002] = 1, -- Kuwait Squadron 
[1003] = 1, -- Australian Squadron 
[1004] = 1, -- Finland Squadron
[1005] = 1, -- Switzerland Squadron
[1006] = 1, -- Blue Angels Jet Team


}


    

 

Maybe I miss something but another .lua to modified since 2.9??

 

Thx for help
 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...