Slipp Posted October 26, 2015 Posted October 26, 2015 What are the lines to make an F-16A skin? Currently, I have two dds files, but it appears I'm missing the .dds for wings. What am I missing? Here is my skin file: http://www.filedropper.com/idff-16a I'm new to this and any help would be greatly appreciated.
Mainstay Posted October 27, 2015 Posted October 27, 2015 Your Lua should look like this : livery = { {"texture f-16-okras-r3.bmp f2 g0", 0, "idf.dds" , false}, {"texture f-16-okras-l1.bmp f2 g0", 0, "idf2.dds" , false}, {"texture f-16-okras-l3.bmp f2 g0", 0, "idf2.dds" , false}, } name = "IDF" countries = { "AUSAF", } 1
Slipp Posted October 27, 2015 Author Posted October 27, 2015 (edited) Your Lua should look like this : livery = { {"texture f-16-okras-r3.bmp f2 g0", 0, "idf.dds" , false}, {"texture f-16-okras-l1.bmp f2 g0", 0, "idf2.dds" , false}, {"texture f-16-okras-l3.bmp f2 g0", 0, "idf2.dds" , false}, } name = "IDF" countries = { "AUSAF", } Thanks a lot! Got it to work! EDIT: Do you maybe know how to do it for Mig-23? And how I can remove the insignias there? Edited October 27, 2015 by Slipp
Recommended Posts