Jump to content

Recommended Posts

Posted

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'

Posted

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

 

Posted
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

 

Posted

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

 

Posted

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

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...