Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
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?
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.