Moving liveries in the menu . . .

Killbilly

SOH-CM-2024
Is there something I can change in the .cfg files of downloaded liveries to make them appear first in the list?
 
Is there something I can change in the .cfg files of downloaded liveries to make them appear first in the list?


Easiest way is just to swap the Pictures in Livery ( if they have the same names ) , or fiddle with their numbers .... should work .


HB
 
Is there something I can change in the .cfg files of downloaded liveries to make them appear first in the list?

Yes there is:

In the aircraft.cfg for each livery, search for the "ui_manufacturer =" line and add an asterisk after the = like this:

Default aircraft Before:

ui_manufacturer = "TT:AIRCRAFT.UI_MANUFACTURER" ; e.g. Boeing, Cessna

Default aircraft After:

ui_manufacturer = *"TT:AIRCRAFT.UI_MANUFACTURER" ; e.g. Boeing, Cessna

Add-on or Modded aircraft Before:

ui_manufacturer = "Diamond Aircraft" ; e.g. Boeing, Cessna

Add-on or Modded aircraft After:

ui_manufacturer = *"Diamond Aircraft" ; e.g. Boeing, Cessna
 
Yes there is:

In the aircraft.cfg for each livery, search for the "ui_manufacturer =" line and add an asterisk after the = like this:

Default aircraft Before:

ui_manufacturer = "TT:AIRCRAFT.UI_MANUFACTURER" ; e.g. Boeing, Cessna

Default aircraft After:

ui_manufacturer = *"TT:AIRCRAFT.UI_MANUFACTURER" ; e.g. Boeing, Cessna

Add-on or Modded aircraft Before:

ui_manufacturer = "Diamond Aircraft" ; e.g. Boeing, Cessna

Add-on or Modded aircraft After:

ui_manufacturer = *"Diamond Aircraft" ; e.g. Boeing, Cessna

Thanks! I'll give that a try. It'll be nice not to have to search for my favorite paintjobs every time.
 
Back
Top