csper Posted October 1, 2016 Posted October 1, 2016 Hi guys, How can I remove board number on plane? Do i have to do some changes in description.lua? [sIGPIC][/sIGPIC]
GeorgeLKMT Posted October 1, 2016 Posted October 1, 2016 Yes. Find the line that points to numbers texture, change the name to "empty" and set it as true. 1 ■ L-39C/ZA Czech cockpit mod ■ My DCS skins ■
CHSubZero Posted October 1, 2016 Posted October 1, 2016 Yes. Find the line that points to numbers texture, change the name to "empty" and set it as true. The right line has also the number 3 or the text DECAL on the 2nd position Here are two examples: {"<Name of the Model part>", 3 ,"empty",true}; {"<Name of the Model part>", DECAL ,"empty",true}; Aviation Livery - Explore Military Aircraft Liveries My Mods: DCS User Files
SkateZilla Posted October 1, 2016 Posted October 1, 2016 The right line has also the number 3 or the text DECAL on the 2nd position Here are two examples: {"<Name of the Model part>", 3 ,"empty",true}; {"<Name of the Model part>", DECAL ,"empty",true}; MAERIALNAME CHANNEL TEXTURENAME EXTERNAL TEXTURE (Not Located in Current Folder) {"MATERIALNAME", DECAL, "TEXTURE NAME", TRUE}; Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
csper Posted October 1, 2016 Author Posted October 1, 2016 Which one should I exactly change? Because all "DECAL"s have "empty" value. livery = { {"F-5E3_bort_number_nose_100", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_bort_number_nose_100", DECAL ,"empty",true}; {"F-5E3_bort_number_nose_10", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_bort_number_nose_10", DECAL ,"empty",true}; {"F-5E3_bort_number_nose_1", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_bort_number_nose_1", DECAL ,"empty",true}; {"F-5E3_bort_number_nose_10A", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_bort_number_nose_10A", DECAL ,"empty",true}; {"F-5E3_bort_number_nose_1A", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_bort_number_nose_1A", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_100", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_bort_number_rude_10", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_bort_number_rude_10A", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_bort_number_rude_10A", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_1", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_bort_number_rude_1A", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_bort_number_rude_1A", DECAL ,"empty",true}; {"F-5E3_nose", 0 ,"f-5e3_nose_turkey_af",false}; {"F-5E3_cockpit", 0 ,"F-5e3_cockpit",true}; {"F-5E3_tail", 0 ,"f-5e3_tail_turkey_af",false}; {"F-5E3_rude", 0 ,"f-5e3_rude_turkey_af",false}; {"F-5E3_wing", 0 ,"f-5e3_wing_turkey_af",false}; {"pilot_F5_E3", 0 ,"pilot_F-5e3",true}; {"pilot_F5E3_helmet", 0 ,"pilot_F-5e3_helmet",true}; {"pilot_F15_patch", 0 ,"empty",true}; } name = "Turkish Stars" countries = { "TUR" } 1 [sIGPIC][/sIGPIC]
uscstaylor Posted October 1, 2016 Posted October 1, 2016 It's a shame that ED doesn't have a way to just select it as a check box for different aircraft in missions so if you want to create a flight of planes with their own numbers you can. 1
CHSubZero Posted October 2, 2016 Posted October 2, 2016 It seems that 3 lines are missing :) {"F-5E3_bort_number_rude_100", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_10", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_1", DECAL ,"empty",true}; Aviation Livery - Explore Military Aircraft Liveries My Mods: DCS User Files
csper Posted October 2, 2016 Author Posted October 2, 2016 It seems that 3 lines are missing :) {"F-5E3_bort_number_rude_100", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_10", DECAL ,"empty",true}; {"F-5E3_bort_number_rude_1", DECAL ,"empty",true}; Thank you! :) [sIGPIC][/sIGPIC]
SkateZilla Posted October 4, 2016 Posted October 4, 2016 It's a shame that ED doesn't have a way to just select it as a check box for different aircraft in missions so if you want to create a flight of planes with their own numbers you can. You can Assign Tail Numbers in the Mission Editor, or if you dont want them, simply backspace the numbers. Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Kappa-131st Posted December 6, 2023 Posted December 6, 2023 Hello! Does someone know if we can change the placement of the numerotation ?
Recommended Posts