/* -----
[EN] Routes: Every selectable airplane in Kickstarter has its own block with maximum values for buggage of passengers and cargo payload in kg, also the maximum number of passengers. On the beginning of every block there are variables for engine type and empty weight, that ist used to calculate the start runway.

Following the possible routes.
There are any number of routes possible, but I've tested only up to 20 routes.

Format: At begin of every line are the variable names which are numbered  per block. The variable "routezl" contents the number of variables/routes. 

After variable name and the "=" can follow a direction e.g. "Direction:North", but the direction is optional. Next ist the word "Route:" followed by the list of airport-ICAOs without spaces and a "-" between the ICAOs. A maximum of 6 flights are possible, i.e. 5 other airports, before going back to the home airport. Keep in mind thad the format of the routes must be strictly adhered to.

These data will be part of the program code. Therefore the given syntax must be followed.

[DE] Routen: Fr jedes der im Kickstarter whlbaren Flugzeuge steht ein Block mit den Maximalwerten fr Gepck der Passagiere und Stckgut (Cargo) in kg sowie max. Anzahl Passagiere. Am Anfang des Blocks stehen noch Flugzeugtyp und Leergewicht, was bei der Berechnung der Start-Runway bentigt wird.

Danach folgen die mglichen Routen.
Es sind beliebig viele Routen mglich (aber nicht mehr als 20 getestet). Format: Am Zeilenanfang stehen die Variablen, die pro Block durchnummeriert sind. Die Anzahl muss in der Variable  "routezl" stehen.

Nach dem Variablennamen und dem "=" kann eine Abflugrichtung folgen - z.B. "Direction:North" - muss aber nicht. Das Wort "Route:" muss dagegen vorhanden sein, und ohne Leerzeichen folgt dann die Reihe der Airtports mit Bindestrichen getrennt. Es sind maximal 6 Flge mglich, also 5 andere Airports, bevor es wieder zurck zum Home-Airport geht. Es ist wichtig, dass die Schreibweisen mit Leerzeichen und Bindestrichen eingehalten wird.

Die Datei wird Teil des Programmcodes; daher muss die vorgegebene Syntax unbedingt eingehalten werden.


*/

