Hello everyone !
I need your help to try something, i would like modify the skin of missiles and bombs when i choose one livery.
I know change the skin in general but i would like apply this just for one livery.
My code in "description.lua" :
{"f18c1", 0 ,"F18C_1_VFA-12",false};
{"f18c1", ROUGHNESS_METALLIC ,"F18C_1_RoughMet_VFA-12",false};
{"f18c2", 0 ,"F18C_2_VFA-12",false};
{"f18c2", ROUGHNESS_METALLIC ,"F18C_2_RoughMet_VFA-12",false};
{"XXX", 0 ,"AIM_120C_diff",false};
{"XXX", 2 ,"AIM_120C_diff_RoughMet",true};
{"FPU_8A", 0 ,"FPU_8A_VFA-12",false};
{"FPU_8A", 2 ,"FPU_8A_Diff_RoughMet_VFA-12",true};
For the FPU it work but for AIM120C i try many name and isn't work.
Thank's