I created an xml for Thomas Cook Airlines Belgium.
I don't know the names for the colours by heart, so I just left it like it was. (it should be some blue (or yellow for the current color scheme))
I also don't know when they bought what airliner, so I just left it like it was. (I set the correct amount of airliners though).
About the destinations, I don't know where they fly from what airport (from Brussels [BRU] or Liege [LGG]).
So I set Brussels (main hub) to every destination and Liege to some destinations I thought were reasonable.
Also, I don't think they fly (flew) to Lille (which is just across the border of our tiny country). Maybe this was a 'departure' airport as well?
If somebody can aknowledge this, I'll add it in.
Thomas cook Belgium is as of march 2017 part of Lufthansa, but I don't think I can set that anywhere?
Up next: TUI Fly Belgium (Jetairfly)
No xml allowed? anyway, here is the code:
I don't know the names for the colours by heart, so I just left it like it was. (it should be some blue (or yellow for the current color scheme))
I also don't know when they bought what airliner, so I just left it like it was. (I set the correct amount of airliners though).
About the destinations, I don't know where they fly from what airport (from Brussels [BRU] or Liege [LGG]).
So I set Brussels (main hub) to every destination and Liege to some destinations I thought were reasonable.
Also, I don't think they fly (flew) to Lille (which is just across the border of our tiny country). Maybe this was a 'departure' airport as well?
If somebody can aknowledge this, I'll add it in.
Thomas cook Belgium is as of march 2017 part of Lufthansa, but I don't think I can set that anywhere?
Up next: TUI Fly Belgium (Jetairfly)
No xml allowed? anyway, here is the code:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="Thomas Cook Airlines Belgium" iata="FQ" color="Yellow" country="107" CEO="Jean-Christophe Degen" mentality="Moderate" market="Regional" preferedairport="BRU">
<narrative narrative="Thomas Cook Airlines Belgium is a Belgian leisure airline owned by the Thomas Cook Group. It operates scheduled flights to destinations throughout Europe and Africa from its base at Brussels Airport."/>
</profile>
<info real="True" from="2001" to="2017" />
<prefereds aircrafts="A320-200"></prefereds>
<focusairports>
<focusairport airport="BRU"></focusairport>
<focusairport airport="LGG"></focusairport>
</focusairports>
<!--the airliners the airline would start with which isn't on a route early (2004) late (2008)-->
<airliners>
<airliner type="A320-200" early="1" late="4"></airliner>
</airliners>
<!--the airliners the airline would start with which isn't on a route early (2005) late (2010)-->
<airliners>
<airliner type="A320-200" early="1" late="4"></airliner>
</airliners>
<!--the airliners the airline would start with which isn't on a route early (2007) late (2009)-->
<airliners>
<airliner type="A320-200" early="2" late="4"></airliner>
</airliners>
<!--the airliners the airline would start with which isn't on a route early (2004) late (2012)-->
<airliners>
<airliner type="A320-200" early="3" late="3"></airliner>
</airliners>
<!--the airliners the airline would start with which isn't on a route early (2005) late (2012)-->
<airliners>
<airliner type="A320-200" early="1" late="1"></airliner>
</airliners>
<routes>
<route destination1="BRU" destination2="AGA" />
<route destination1="BRU" destination2="AJA" />
<route destination1="BRU" destination2="ALC" />
<route destination1="BRU" destination2="LEI" />
<route destination1="BRU" destination2="AYT" />
<route destination1="BRU" destination2="AQJ" />
<route destination1="BRU" destination2="ACE" />
<route destination1="BRU" destination2="BIA" />
<route destination1="BRU" destination2="BVC" />
<route destination1="BRU" destination2="BOJ" />
<route destination1="BRU" destination2="CHQ" />
<route destination1="BRU" destination2="JKH" />
<route destination1="BRU" destination2="CFU" />
<route destination1="BRU" destination2="DJE" />
<route destination1="BRU" destination2="DBV" />
<route destination1="BRU" destination2="FUE" />
<route destination1="BRU" destination2="FNC" />
<route destination1="BRU" destination2="GRO" />
<route destination1="BRU" destination2="LPA" />
<route destination1="BRU" destination2="HER" />
<route destination1="BRU" destination2="HRG" />
<route destination1="BRU" destination2="IBZ" />
<route destination1="BRU" destination2="ADB" />
<route destination1="BRU" destination2="XRY" />
<route destination1="BRU" destination2="KGS" />
<route destination1="BRU" destination2="LDE" />
<route destination1="BRU" destination2="AGP" />
<route destination1="BRU" destination2="RAK" />
<route destination1="BRU" destination2="RMF" />
<route destination1="BRU" destination2="MAH" />
<route destination1="BRU" destination2="JMK" />
<route destination1="BRU" destination2="MJT" />
<route destination1="BRU" destination2="NCE" />
<route destination1="BRU" destination2="OHD" />
<route destination1="BRU" destination2="OLB" />
<route destination1="BRU" destination2="PMI" />
<route destination1="BRU" destination2="PFO" />
<route destination1="BRU" destination2="REU" />
<route destination1="BRU" destination2="KEF" />
<route destination1="BRU" destination2="RHO" />
<route destination1="BRU" destination2="RMI" />
<route destination1="BRU" destination2="SID" />
<route destination1="BRU" destination2="SPC" />
<route destination1="BRU" destination2="JTR" />
<route destination1="BRU" destination2="SPU" />
<route destination1="BRU" destination2="TFS" />
<route destination1="BRU" destination2="TIV" />
<route destination1="BRU" destination2="VAR" />
<route destination1="BRU" destination2="ZTH" />
<route destination1="LGG" destination2="AGA" />
<route destination1="LGG" destination2="AJA" />
<route destination1="LGG" destination2="ALC" />
<route destination1="LGG" destination2="AYT" />
<route destination1="LGG" destination2="CFU" />
<route destination1="LGG" destination2="DJE" />
<route destination1="LGG" destination2="DBV" />
<route destination1="LGG" destination2="HER" />
<route destination1="LGG" destination2="IBZ" />
<route destination1="LGG" destination2="ADB" />
<route destination1="LGG" destination2="KGS" />
<route destination1="LGG" destination2="LDE" />
<route destination1="LGG" destination2="AGP" />
<route destination1="LGG" destination2="RAK" />
<route destination1="LGG" destination2="MAH" />
<route destination1="LGG" destination2="JMK" />
<route destination1="LGG" destination2="NCE" />
<route destination1="LGG" destination2="PMI" />
<route destination1="LGG" destination2="PFO" />
<route destination1="LGG" destination2="REU" />
<route destination1="LGG" destination2="RHO" />
<route destination1="LGG" destination2="RMI" />
<route destination1="LGG" destination2="SPU" />
<route destination1="LGG" destination2="TFS" />
<route destination1="LGG" destination2="TIV" />
<route destination1="LGG" destination2="VAR" />
<route destination1="LGG" destination2="ZTH" />
</routes>
</airline>