Tnt Snipes Posted May 30, 2020 Posted May 30, 2020 It would be a great help, if anyone of you awesome folks could tell me how to turn off, or edit the side numbers which are shown on both engines. Looking forward. [sIGPIC][/sIGPIC]
Cutlass72 Posted June 5, 2020 Posted June 5, 2020 Looking for help with BORT numbers also, either to completely remove them or a guide on how to change their colour.
Cutlass72 Posted June 5, 2020 Posted June 5, 2020 I got rid of the engine number by editing the lua {"KA-50_BORT_NUMBERs", 0, "empty", true},
Stratos Posted September 27, 2020 Posted September 27, 2020 I got rid of the engine number by editing the lua {"KA-50_BORT_NUMBERs", 0, "empty", true}, Thanks to this I erased the BORT numbers on a Ka50 skin, any chance is possible to erase also the russian stars on tail and belly? I don't understand anything in russian except Davai Davai!
Blackjack_UK Posted September 29, 2020 Posted September 29, 2020 They're burned into the skin - the only way is to edit the .dds files. Which is easy enough, but before you know it you'll be up all night doing your own liveries. Then it's a slippery slope to mission building and even writing campaigns... [sIGPIC][/sIGPIC]
Bungo Posted December 13, 2020 Posted December 13, 2020 (edited) Old post, but the numbers and combination of national insignia/US Style airframe numbers is controlled with arguments 31, 32, & 70. Put the following at the bottom of your description.lua: custom_args = { [31] = 0.9; --10s digit. 1.0=blank [32] = 0.3; -- units digit 1.0=blank [70] = 0.6; -- Different combinations of this make for different combinatons of the Russian star on the tail/underside or the US Style airframe number on the rudder. 0.6 removes everything. } (you can leave the comments out of course) Edited December 13, 2020 by Bungo
Recommended Posts