fogster Posted May 14, 2019 Posted May 14, 2019 I found these yesterday, which are user made rought_mets for the F-15C, I'm wondering what text I should use in the lua to get them to work? I edited them to make the jet very glossy, as you would see on an airshow jet, however I can't seem to get the callout right to make them active. https://www.digitalcombatsimulator.com/en/files/3303667/
Clorydric Posted May 14, 2019 Posted May 14, 2019 Have you installed the mod or you just copied the textures inside your livery folder ? Got a similar issue with F-5 roughmets till I installed the "unofficial roughmet patch". then you only have to copy the livery lines in the lua and replace the "0" by "ROUGHNESS_METALLIC". Don't forget to change the bolean to false, or it won't take the livery's DDS. Example for the F-5E : {"F-5E3_nose" , 0 , "f-5e3_nose_diffuse" , false}; {"F-5E3_nose" , ROUGHNESS_METALLIC , "f-5e3_nose_RoughMet" , false}; Intel 9900KF @ 5.1GHz / RTX 2080S OC @ 1.93GHz / ASUS Prime Z390-A / 2x16Gb DDR4 @ 3333 CL16 / Corsair TX850M / Samsung NVME 970 EVO+ / TM warthog Thr. / VKB Gunfighter mkIII + MCG / MFG Crosswind mk3 / Valve Index
fogster Posted May 15, 2019 Author Posted May 15, 2019 Have you installed the mod or you just copied the textures inside your livery folder ? Got a similar issue with F-5 roughmets till I installed the "unofficial roughmet patch". then you only have to copy the livery lines in the lua and replace the "0" by "ROUGHNESS_METALLIC". Don't forget to change the bolean to false, or it won't take the livery's DDS. Example for the F-5E : {"F-5E3_nose" , 0 , "f-5e3_nose_diffuse" , false}; {"F-5E3_nose" , ROUGHNESS_METALLIC , "f-5e3_nose_RoughMet" , false}; Yeah at first I only copied the roughmets to my new livery folder, wasn't aware they needed to be installed as well. Thanks for the reply.
Recommended Posts