Jump to content

Recommended Posts

Posted

Happy new year to all!

Why the numbers of the aircraft (101) are overwritten? Is there any way to fix it? 

Thanx!

Screen_250105_014215.jpg

Screen_250105_014314.jpg

Posted

Assuming you can open the livery, add the following at the very end of the .lua for it and resave.  Note - 0.0 = turned on, 1.0 = turned off

-- ADD AT VERY END OF LIVERY .LUA --

custom_args =

{

[27] = 0.0,              -- top of tail

[1000] = 0.0,         -- flaps

[1001] = 0.0,         -- nose high in front of cockpit

[1002] = 1.0,

[1003] = 1.0,

[1004] = 1.0,

[1005] = 1.0,

}

  • Like 1
  • Recently Browsing   0 members

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