KewinSawicki Posted May 3, 2014 Posted May 3, 2014 Hello there I'm making a texture for the f-15c and i'm using the psd. file from the dcs website. Now I've done it all but i can not get rid of the markings on the airplane so like usaf roundel or the eagle driver name on the side of the fuselage as well as the roundels from the wings ... :helpsmilie: 'Fear the strike'
KewinSawicki Posted May 3, 2014 Author Posted May 3, 2014 Some pictures so you know what I mean 'Fear the strike'
joey45 Posted May 3, 2014 Posted May 3, 2014 It's in the .lua file or one of the layers.. let me check. The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
KewinSawicki Posted May 3, 2014 Author Posted May 3, 2014 Here you go my description.lua. description.lua Thanks for checking for me. 'Fear the strike'
joey45 Posted May 3, 2014 Posted May 3, 2014 livery = { {"f15nose", 0 ,"f15_nose",false}; {"f15nose", 3 ,"f15_decol_empty",true}; {"f15bottom", 0 ,"f15_bottom",false}; {"f15bottom", 3 ,"f15_decol_empty",true}; {"f15centr", 0 ,"f15_centr",false}; {"f15wingl", 0 ,"f15_wing_l",false}; {"f15wingl", 3 ,"f15_decol_empty",true}; {"f15wingr", 0 ,"f15_wing_r",false}; {"f15stab", 0 ,"f15_stab_v",false}; {"f15stab", 3 ,"f15_decol_empty",true}; {"f15numbers", 0 ,"f15_numbers",true}; {"pilot_F15_patch", 0 ,"pilot_F15_patch_106_sqdn",true}; {"pilot_F15_00_body", 0 ,"pilot_f15_00_a",true}; {"f15PTB", 0 ,"f15_PTB",false};This is what I use for mine. The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
joey45 Posted May 3, 2014 Posted May 3, 2014 Yours is different... The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
KewinSawicki Posted May 3, 2014 Author Posted May 3, 2014 Could you explain what is the decol_empty ? Why is it used and when ? 'Fear the strike'
joey45 Posted May 3, 2014 Posted May 3, 2014 decol is what is showing that you want to get rid of. use these.... {"f15nose", 0 ,"f15_nosedday",false}; {"f15nose", 3 ,"f15_decol_empty",true}; {"f15bottom", 0 ,"f15_bottomdday",false}; {"f15bottom", 3 ,"f15_decol_empty",true}; {"f15centr", 0 ,"f15_centrdday",false}; {"f15wingl", 0 ,"f15_wing_ldday",false}; {"f15wingl", 3 ,"f15_decol_empty",true}; {"f15wingr", 0 ,"f15_wing_rdday",false}; {"f15stab", 0 ,"f15_stab_vdday",false}; {"f15stab", 3 ,"f15_decol_empty",true}; {"f15numbers", 0 ,"f15_numbers",true}; {"f15PTB", 0 ,"f15_PTBdday",false}; .. and see if this works. The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
KewinSawicki Posted May 3, 2014 Author Posted May 3, 2014 Brilliant! It worked thank you :D 'Fear the strike'
joey45 Posted May 3, 2014 Posted May 3, 2014 No probs. The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
Recommended Posts