joojoo Posted January 4 Posted January 4 Happy new year to all! Why the numbers of the aircraft (101) are overwritten? Is there any way to fix it? Thanx!
rob10 Posted January 5 Posted January 5 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, } 1
joojoo Posted January 7 Author Posted January 7 @rob10 could you please send me an example inside the .lua file? Thanx!
Recommended Posts