Jump to content

How to Edit/Turnoff Number Tags


Tnt Snipes

Recommended Posts

  • 3 months later...
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!

Link to comment
Share on other sites

  • 2 months later...

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 by Bungo
Link to comment
Share on other sites

  • Recently Browsing   0 members

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