SFC Tako Posted June 2, 2016 Posted June 2, 2016 It's a recurring problem, about the tenth time now that all my skins get these hideous BORT numbers all over them. And this time I haven't been able to edit them away in the config file. Suggestion #1: Make BORT-numbers optional in the mission editor. For example, if you leave the bort number empty for a Sabre, there shouldn't be six empty BORT boxes all over your aircraft. Just make them go away. Suggestion #2: Make them go away permanently. I'd pay top dollar to get rid of them. Good riddance :) My Semi-Pro Youtube Channel
SkateZilla Posted June 2, 2016 Posted June 2, 2016 It's a recurring problem, about the tenth time now that all my skins get these hideous BORT numbers all over them. And this time I haven't been able to edit them away in the config file. Suggestion #1: Make BORT-numbers optional in the mission editor. For example, if you leave the bort number empty for a Sabre, there shouldn't be six empty BORT boxes all over your aircraft. Just make them go away. Suggestion #2: Make them go away permanently. I'd pay top dollar to get rid of them. Good riddance :) BST is Not Responsible for Maintaining Liveries Made by the Community, The BORT materials and Meshes were adjusted to allow for a more diverse livery set (Nose and rear borts etc). however that being said, See here: http://forums.eagle.ru/showpost.php?p=2785861&postcount=108 I've made close to 30 Liveries already w/ No problems w/ the borts. (I've updated about A dozen or so upon request, but cant continue updating other people's work for them, contact the author.) A Majority of the Liveries were made in a Pre-Release State, and the Model was being changed consistently, There's More changes than just the BORTS, there are Coordinate Changes to the Layout of the Textures as well, specifically internal textures for engines etc. 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
SkateZilla Posted June 2, 2016 Posted June 2, 2016 However, if needed, I can Update the LUA for A livery for you, and you can use that as an Example to update any others. 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
SFC Tako Posted June 2, 2016 Author Posted June 2, 2016 I'll try that link - gotta learn this once and for all! Thanks :) My Semi-Pro Youtube Channel
SFC Tako Posted June 3, 2016 Author Posted June 3, 2016 Alrighty then, I had to read up on this properly to get rid of this FEATURE. So here's a new working example of a description.lua I just copied all this from LcSummers latest file...who's been helped by you SZ. I just did some editing regarding my own filenames and that was that! So thanks for all the help, SZ. Maybe we can put this to rest now. Or not ;) livery = { {"F86_MAIN", 0,"f-86f_main_DIF_NEU", false}, {"F86_MAIN", 1,"f-86f_main_NM_NEU", false}, {"F86_MAIN", 2,"f-86f_main_SPEC_NEU", false}, {"F86_MAIN", 3,"empty", false}, --[[ Tail Bort Numbers ]]-- --Right Ones Digit {"F86_BORT_NUMBER_TAIL_R_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_01", 3 ,"empty",false}; --Right Tens Digit {"F86_BORT_NUMBER_TAIL_R_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_10", 3 ,"empty",false}; --Right Hundreds Digit {"F86_BORT_NUMBER_TAIL_R_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_R_100", 3 ,"empty",false}; --Left Ones Digit {"F86_BORT_NUMBER_TAIL_L_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_01", 3 ,"empty",false}; --Left Tens Digit {"F86_BORT_NUMBER_TAIL_L_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_10", 3 ,"empty",false}; --Left Hundreds Digit {"F86_BORT_NUMBER_TAIL_L_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_TAIL_L_100", 3 ,"empty",false}; --[[Rear Fuselage Bort Numbers]]-- --Right Ones Digit {"F86_BORT_NUMBER_R_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_R_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_R_01", 3 ,"empty",false}; --Right Tens Digit {"F86_BORT_NUMBER_R_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_R_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_R_10", 3 ,"empty",false}; --Right Hundreds Digit {"F86_BORT_NUMBER_R_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_R_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_R_100", 3 ,"empty",false}; --Left Ones Digit {"F86_BORT_NUMBER_L_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_L_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_L_01", 3 ,"empty",false}; --Left Tens Digit {"F86_BORT_NUMBER_L_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_L_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_L_10", 3 ,"empty",false}; --Left Hundreds Digit {"F86_BORT_NUMBER_L_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_L_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_L_100", 3 ,"empty",false}; --[[Fuselage Forward Bort Nmmbers]] --Right Ones Digit {"F86_BORT_NUMBER_NOSE_R_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_01", 3 ,"empty",false}; --Right Tens Digit {"F86_BORT_NUMBER_NOSE_R_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_10", 3 ,"empty",false}; --Right Hundreds Digit {"F86_BORT_NUMBER_NOSE_R_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_R_100", 3 ,"empty",false}; --Left Ones Digit {"F86_BORT_NUMBER_NOSE_L_01", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_01", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_01", 3 ,"empty",false}; --Left Tens Digit {"F86_BORT_NUMBER_NOSE_L_10", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_10", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_10", 3 ,"empty",false}; --Left Hundreds Digit {"F86_BORT_NUMBER_NOSE_L_100", 0 ,"f-86f_main_DIF_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_100", 2 ,"f-86f_main_SPEC_NEU",false}; {"F86_BORT_NUMBER_NOSE_L_100", 3 ,"empty",false}; {"pilot_F86_patch", 0 ,"pilot_F86_patch",false}; {"pilot_F86_helmet", 0 ,"pilot_F86_helmet",false}; } name = "Armee de l'Air, Camo" countries = { "ABH", "FRA", } My Semi-Pro Youtube Channel
Recommended Posts