Jump to content

F-5E Tiger II ** FAP T-38 Talon inspired ***


102nd Albatross

Recommended Posts

Hi guys!

 

I'm creating this livery, half-way completed, I'm stuck with this detail at the moment, hopefully someone have already had this issue marked in yellow in the attached screenshot.

 

I have different skin there, I can't access it and it's not on the dds skin file nor the specular file either. I wonder, is it referenced somehow as a standard location for numbers and logos, that should be described in the description.lua file?

 

I'm around this for days now and couldn't find a solution yet.

 

Thanks for your help :pilotfly:

stencil_marlks.thumb.jpg.c631f5e2a3cdccd0cb29b8fd846b9775.jpg

[701] Francisco "Maçarico" Rua

 

 

[701] DCS Portugal

Discord: http://discord.gg/SXbBPGB

 

[ALBATROZ] DCS, Onward, Contractors, Elite Dang.

Discord: https://discord.gg/VNd4rcf

Link to comment
Share on other sites

T-38 Talon FAP was a training fighter from the Portuguese Air Force flying for the 103rd squadron from July 1980 to June 1993.

 

"As part of the fighter acquisition program, the FAP received 12 Northrop T-38 Talon jet trainers - its first supersonic aircraft - to prepare its pilots to operate the foreseen F-5 fighters. However, instead of the F-5, the FAP ended to receive Vought A-7P Corsair II to be primarily used in the air interdiction and in the tactical air support maritime operations missions, in order to respond to the compromises assumed with NATO." - https://en.wikipedia.org/wiki/Portuguese_Air_Force

[701] Francisco "Maçarico" Rua

 

 

[701] DCS Portugal

Discord: http://discord.gg/SXbBPGB

 

[ALBATROZ] DCS, Onward, Contractors, Elite Dang.

Discord: https://discord.gg/VNd4rcf

Link to comment
Share on other sites

Hi guys!

 

I can't find a solution for this, I'd say it's on the lua file but I really can't find the answer for it. I'm chasing my tail now.

 

Any tips to add the correct textures / "remove the non-shinny sticker markers" from the nose and tail?

 

thank you!

 

2019-11-14_3.png

[701] Francisco "Maçarico" Rua

 

 

[701] DCS Portugal

Discord: http://discord.gg/SXbBPGB

 

[ALBATROZ] DCS, Onward, Contractors, Elite Dang.

Discord: https://discord.gg/VNd4rcf

Link to comment
Share on other sites

Found the solution, here's the lua file:

 

livery = {

 

-- **************************************

-- NOTES BY ALBATROZ

-- VISIT DISCORD ON https://discord.gg/GU72P6A

--

-- when configuring the board numbers, here is the code level:

-- 0: TEXTURE

-- 1: NORMAL_MAP

-- 2: SPECULAR

-- 3: DECAL

-- true: ignores the current line and loads original file for model

-- false: enforces validation of current line and apply it to current model

-- **************************************

 

--NUMBER text only F-5E3 NOSE

--000 X0

{"F-5E3_bort_number_nose_10A", 0, "f-5e3_nose_FAP_Talon", false};

{"F-5E3_bort_number_nose_10A", 2, "f-5e3_nose_spec_FAP_Talon", false};

{"F-5E3_bort_number_nose_10A", 3, "EMPTY", true};

--000 0X

{"F-5E3_bort_number_nose_1A", 0, "f-5e3_nose_FAP_Talon", false};

{"F-5E3_bort_number_nose_1A", 2, "f-5e3_nose_spec_FAP_Talon", false};

{"F-5E3_bort_number_nose_1A", 3, "EMPTY", true};

 

--00X 00

{"F-5E3_bort_number_nose_1", 0, "f-5e3_nose_FAP_Talon", false};

{"F-5E3_bort_number_nose_1", 2, "f-5e3_nose_spec_FAP_Talon", false};

--{"F-5E3_bort_number_nose_1", 3, "EMPTY", true};

--0X0 00

{"F-5E3_bort_number_nose_10", 0, "f-5e3_nose_FAP_Talon", false};

{"F-5E3_bort_number_nose_10", 2, "f-5e3_nose_spec_FAP_Talon", false};

--{"F-5E3_bort_number_nose_10", 3, "EMPTY", true};

--X00 00

{"F-5E3_bort_number_nose_100", 0, "f-5e3_nose_FAP_Talon", false};

{"F-5E3_bort_number_nose_100", 2, "f-5e3_nose_spec_FAP_Talon", false};

--{"F-5E3_bort_number_nose_100", 3, "EMPTY", true};

-- ENDOF

 

 

--NUMBER text only F-5E3 RUDDER

--000 X0

{"F-5E3_bort_number_rude_10A", 0, "f-5e3_rude_FAP_Talon", false};

{"F-5E3_bort_number_rude_10A", 2, "f-5e3_rude_spec_FAP_Talon", false};

{"F-5E3_bort_number_rude_10A", 3, "EMPTY", true};

--000 0X

{"F-5E3_bort_number_rude_1A", 0, "f-5e3_rude_FAP_Talon", false};

{"F-5E3_bort_number_rude_1A", 2, "f-5e3_rude_spec_FAP_Talon", false};

{"F-5E3_bort_number_rude_1A", 3, "EMPTY", true};

 

--00X 00

{"F-5E3_bort_number_rude_1", 0, "f-5e3_rude_FAP_Talon", false};

{"F-5E3_bort_number_rude_1", 2, "f-5e3_rude_spec_FAP_Talon", false};

--{"F-5E3_bort_number_rude_1", 3, "EMPTY", true};

--0X0 00

{"F-5E3_bort_number_rude_10", 0, "f-5e3_rude_FAP_Talon", false};

{"F-5E3_bort_number_rude_10", 2, "f-5e3_rude_spec_FAP_Talon", false};

--{"F-5E3_bort_number_rude_10", 3, "EMPTY", true};

--X00 00

{"F-5E3_bort_number_rude_100", 0, "f-5e3_rude_FAP_Talon", false};

{"F-5E3_bort_number_rude_100", 2, "f-5e3_rude_spec_FAP_Talon", false};

--{"F-5E3_bort_number_rude_100", 3, "EMPTY", true};

-- ENDOF

 

 

--AIRCRAFT TEXTURE FILES BELOW

{"F-5E3_nose", 0 ,"f-5e3_nose_FAP_Talon",false};

{"F-5E3_nose", 2, "f-5e3_nose_spec_FAP_Talon", false};

 

{"F-5E3_cockpit", 0, "f-5e3_cockpit_FAP_Talon", false};

{"F-5E3_cockpit", SPECULAR, "f-5e3_cockpit_spec_FAP_Talon", false};

 

{"F-5E3_tail", 0 ,"f-5e3_tail_FAP_Talon",false};

{"F-5E3_tail", 2, "f-5e3_tail_spec_FAP_Talon", false};

{"F-5E3_rude", 0 ,"f-5e3_rude_FAP_Talon",false};

{"F-5E3_rude", 2, "f-5e3_rude_spec_FAP_Talon", false};

{"F-5E3_wing", 0 ,"f-5e3_wing_FAP_Talon",false};

{"F-5E3_wing", 2, "f-5e3_wing_spec_FAP_Talon", false};

--ENDOF

 

--PILOT TEXTURE FILES BELOW

{"pilot_F5_E3", 0 ,"pilot_F-5e3_FAP_Talon",false};

{"pilot_F5E3_helmet", 0 ,"pilot_F-5e3_helmet_FAP_Talon",false};

{"pilot_F15_patch", 0 ,"empty",true};

--ENDOF

 

{"F5A_WingTipAuxTankL", 0 ,"F5A_WingTipAuxTank_DIFF", false};

{"F5A_WingTipAuxTankL", 1 ,"F5A_WingTipAuxTank_SPEC", false};

{"F5A_WingTipAuxTankR", 0 ,"F5A_WingTipAuxTank_DIFF", false};

{"F5A_WingTipAuxTankR", 1 ,"F5A_WingTipAuxTank_SPEC", false};

{"F5A_WingTipAuxTank_GLASS", 0 ,"F5A_WingTipAuxTank_GLASS", false};

 

}

name = "FAP Talon"

countries = {}

-- made by ALBATROZ v2.4

[701] Francisco "Maçarico" Rua

 

 

[701] DCS Portugal

Discord: http://discord.gg/SXbBPGB

 

[ALBATROZ] DCS, Onward, Contractors, Elite Dang.

Discord: https://discord.gg/VNd4rcf

Link to comment
Share on other sites

  • Recently Browsing   0 members

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