Thomas Czarnetzki Posted May 6, 2022 at 03:16 PM Posted May 6, 2022 at 03:16 PM Hi, i have seen a lot of vmr-files, how containts a lot or rows and are very confusing. One of the reason is, that are multiple lines exists, for the same Airline/Livery and only the TypeCode change. So it will be helpful, if the TypeCode can include multiple Types, e.g. Quote <ModelMatchRule CallsignPrefix="ACI" TypeCode="A321" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> <ModelMatchRule CallsignPrefix="ACI" TypeCode="A319" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> <ModelMatchRule CallsignPrefix="ACI" TypeCode="A318" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> <ModelMatchRule CallsignPrefix="ACI" TypeCode="A20N" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> <ModelMatchRule CallsignPrefix="ACI" TypeCode="A21N" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> <ModelMatchRule CallsignPrefix="ACI" TypeCode="A19N" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> can by summarized to: Quote <ModelMatchRule CallsignPrefix="ACI" TypeCode="A321|A319|A318|A20N|A21N|A19N" ModelName="AIGAIM_Aircalin Airbus A320-200//AIGAIM_Aircalin Airbus A320-200" /> Or even better, by use RegEx ... i think this will also reduce the filesize considerably. Kind regards, Tommes Link to comment Share on other sites More sharing options...
Recommended Posts