May 8, 20233 yr Indeed, regular users shall not need to tinker with content.xml file, but for those who has a scenery conflict issue, content.xml is still a working tool. In my case; Navigraph addon has some conflicting ILS height data with the SceneryTR LTFM scenery, so to implement the scenery ILS what I do is this: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Priorities> <Package name="fs-base-nav" priority="1"/> <Package name="navigraph-navdata-base" priority="2"/> <Package name="navigraph-navdata" priority="3"/> <Package name="scenerytr-airport-ltfm-istanbul" priority="4"/> </Priorities> So as "scenerytr-airport-ltfm-istanbul" line has a higher priority, LTFM is loaded last and ILS works correctly.
Archived
This topic is now archived and is closed to further replies.