diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 00:01:18 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 00:01:18 +0100 |
| commit | 0b60fe23cdbca9df95c8cc2bf978874c29334e69 (patch) | |
| tree | 88a440442e311a2a1494ef95d25ad0eb767dbee6 /Levels | |
| parent | 3de2130b6070bb9012d81e290fda452db42e069f (diff) | |
| download | airport-0b60fe23cdbca9df95c8cc2bf978874c29334e69.tar.gz | |
Added new levels
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/LEVEL1.LVL | bin | 192 -> 192 bytes | |||
| -rw-r--r-- | Levels/LEVEL18.LVL | bin | 0 -> 576 bytes | |||
| -rw-r--r-- | Levels/LEVEL18.PLT | 19 | ||||
| -rw-r--r-- | Levels/XAMI.LVL | bin | 0 -> 576 bytes | |||
| -rw-r--r-- | Levels/XAMI.PLT | 16 |
5 files changed, 35 insertions, 0 deletions
diff --git a/Levels/LEVEL1.LVL b/Levels/LEVEL1.LVL Binary files differindex dfb0751..bdc92e6 100644 --- a/Levels/LEVEL1.LVL +++ b/Levels/LEVEL1.LVL diff --git a/Levels/LEVEL18.LVL b/Levels/LEVEL18.LVL Binary files differnew file mode 100644 index 0000000..d7301ba --- /dev/null +++ b/Levels/LEVEL18.LVL diff --git a/Levels/LEVEL18.PLT b/Levels/LEVEL18.PLT new file mode 100644 index 0000000..5223748 --- /dev/null +++ b/Levels/LEVEL18.PLT @@ -0,0 +1,19 @@ +#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time +#This is a comment example. +#If DEPARTURE, parking must be set +#If ARRIVAL, set parking to zero +#First line must set initial time +#For example: +16:30 +#Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. +ARRIVAL;PHX1802;100;00:07;0;290 +ARRIVAL;PHX1803;100;00:27;0;290 +ARRIVAL;PHX1804;100;00:45;0;290 +ARRIVAL;PHX1805;100;01:30;0;290 +ARRIVAL;PHX1806;100;01:45;0;290 +DEPARTURE;PHX1004;53;00:15;132;220 +DEPARTURE;PHX1005;53;00:35;134;220 +DEPARTURE;PHX1006;53;01:00;136;150 +DEPARTURE;PHX1007;53;01:20;138;150 +DEPARTURE;PHX1008;53;00:01;100;150 +DEPARTURE;PHX1009;53;01:15;104;150 diff --git a/Levels/XAMI.LVL b/Levels/XAMI.LVL Binary files differnew file mode 100644 index 0000000..60bfcd0 --- /dev/null +++ b/Levels/XAMI.LVL diff --git a/Levels/XAMI.PLT b/Levels/XAMI.PLT new file mode 100644 index 0000000..9b857e7 --- /dev/null +++ b/Levels/XAMI.PLT @@ -0,0 +1,16 @@ +#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time +#This is a comment example. +#If DEPARTURE, parking must be set +#If ARRIVAL, set parking to zero +#First line must set initial time +#For example: +16:30 +#Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. +ARRIVAL;PHX1802;100;00:07;0;290 +ARRIVAL;PHX2018;200;00:35;0;260 +ARRIVAL;PHX2015;156;00:40;0;155 +ARRIVAL;PHX1805;100;01:00;0;155 +DEPARTURE;PHX1003;53;00:15;183;220 +DEPARTURE;PHX1000;53;00:35;185;220 +DEPARTURE;PHX2000;53;01:00;84;185 +DEPARTURE;PHX2001;53;00:45;88;200 |
