December 8, 20196 yr I have a question about the add-on.xml method. Is it possible to have more than one scenery sections in an add-on.xml file. If yes is it possible to give them a specific order (priority?) I'm asking because I have downloaded "Hawaii Photoreal". It contains five folders each including a scenery folder. I want to combine all of them in one add-on.xml - Harry 9800x3D (Strix x870e-E) - 64GB RAM (DDR5 6000, CL 30) - RTX 5090, 34'' 1440p OLED HDR - Windows 11 Pro (1TB M.2) - MSFS 2024 (MS Store, 4TB M.2).
December 8, 20196 yr Yes, you can have more than one scenery folders in one xml. Their priority in the xml is reversed compared to the scenery library. Entries on the top will be loaded first and entries at the bottom afterwards. Here is an example of FT's Amsterdam with a LC folder that needs to be loaded before the airport folder: <?xml version="1.0" encoding="utf-8"?> <SimBase.Document Type="AddOnXml" version="4,0" id="add-on"> <AddOn.Name>FlyTampa Amsterdam</AddOn.Name> <AddOn.Description>FlyTampa Amsterdam</AddOn.Description> <AddOn.Component> <Category>Scenery</Category> <Path>D:\Prepar3D Add-on\FlyTampa\Amsterdam\scenery\world\scenery</Path> <Name>FlyTampa Amsterdam World</Name> <Layer>3</Layer> </AddOn.Component> <AddOn.Component> <Category>Scenery</Category> <Path>D:\Prepar3D Add-on\FlyTampa\Amsterdam\Amsterdam_LC\scenery</Path> <Name>FlyTampa Amsterdam LC</Name> </AddOn.Component> <AddOn.Component> <Category>Scenery</Category> <Path>D:\Prepar3D Add-on\FlyTampa\Amsterdam\Amsterdam</Path> <Name>FlyTampa Amsterdam</Name> </AddOn.Component> <AddOn.Component> <Category>Effects</Category> <Path>D:\Prepar3D Add-on\FlyTampa\Amsterdam\effects</Path> </AddOn.Component> </SimBase.Document> Best, Christoph Display resolution: 1920x1080 (8xSSAA) GPU: 1080TI CPU: i7-7700K (5.0 OC) RAM: 16GB SSD: Samsung 850Evo Monitor: 27K
December 8, 20196 yr Author Thank you. - Harry 9800x3D (Strix x870e-E) - 64GB RAM (DDR5 6000, CL 30) - RTX 5090, 34'' 1440p OLED HDR - Windows 11 Pro (1TB M.2) - MSFS 2024 (MS Store, 4TB M.2).
December 8, 20196 yr 1 hour ago, Nemo said: I have a question about the add-on.xml method. Is it possible to have more than one scenery sections in an add-on.xml file. If yes is it possible to give them a specific order (priority?) I'm asking because I have downloaded "Hawaii Photoreal". It contains five folders each including a scenery folder. I want to combine all of them in one add-on.xml Of course you can. I suggest using P4AO (P3Dv4 Addon Organizer), it'll simplify the task a lot: http://www.lorby-si.com/downloads.html Cheers, Ed Cheers, Ed MSFS2020 Steam // Rig: Corsair Graphite 760T Full Tower - ASUS MBoard Maximus XII Hero Z490 - CPU Intel i9-10900K - 64GB RAM - MSI RTX2080 Super 8GB - [1xNVMe M.2 1TB + 1xNVMe M.2 2TB (Samsung)] + [1xSSD 1TB + 1xSSD 2TB (Crucial)] + [1xSSD 1TB (Samsung)] + 1 HDD Seagate 2TB + 1 HDD Seagate External 4TB - Monitor LG 29UC97C UWHD Curved - PSU Corsair RM1000x // Thrustmaster FCS & MS XBOX Controllers
December 8, 20196 yr I usually group all my addons by developer, such that all FlyTampa products are in the same add-on.xml file. This is just a personal preference but I've also played with using discovery objects in the add-on.cfg file too so preferences are subject to change. Dan Downs KCRP
Archived
This topic is now archived and is closed to further replies.