ASTOR1606689249 Posted September 24, 2020 Share Posted September 24, 2020 Hi! I am trying to do a little modification in the a4e skyhawk blue angels skins... As you can see, the air intakes and the wing slats are silver/polished in the original ones......as you can see in the pic below. I know how to do the work in Photoshop, but don´t know how do it in the Lua.... I tryed this: first i did a copy of "fus_top_v494_RoughMet" and call it fus_top_v500_RoughMet" ( to do a silver version of RoughtMet ) then i put this in the description.lua {"Bottom", 0, "a4e_blueangels-bot", true}; {"Top", 0, "a4e_blueangels-top-1", true}; {"Top", ROUGHNESS_METALLIC,"fus_top_v500_RoughMet", false}; but nothing happens.....i still have the matte skin.... may be someone knows what i am doing wrong. Thanks!!! Link to comment Share on other sites More sharing options...
ASTOR1606689249 Posted September 24, 2020 Author Share Posted September 24, 2020 well, i notice that i am working over an old version. I see that the last 1.4 has something similar than i am tryig to do in the description.lua.......i will test with the new version. A-4E-c 1.4 blue angels description.lua: livery = { {"Bottom", 0, "a4e_blueangels-bot", true}; {"Top", 0, "a4e_blueangels-top-1", true}; {"Bottom", ROUGHNESS_METALLIC, "a4e_blueangels-bot_Roughmet", true}; {"Top", ROUGHNESS_METALLIC, "a4e_blueangels-top_Roughmet", true}; My idea its work with diferents brights in the same skin, matte and silver/polished, i repeat thah i know how to do it in phostoshop, but i am trying solve it in description.lua i will try the new version or may be it´s already solved in 1.4 , if i can´t , will ask again here! Cheers and sorry! Link to comment Share on other sites More sharing options...
Recommended Posts