diff --git a/Bin/AIRPORT.bin b/Bin/AIRPORT.bin index 82f6430..628d28e 100644 Binary files a/Bin/AIRPORT.bin and b/Bin/AIRPORT.bin differ diff --git a/Bin/AIRPORT.cue b/Bin/AIRPORT.cue index 537c370..7f3ca9c 100644 --- a/Bin/AIRPORT.cue +++ b/Bin/AIRPORT.cue @@ -1,3 +1,15 @@ FILE "AIRPORT.bin" BINARY TRACK 01 MODE2/2352 INDEX 01 00:00:00 +FILE "TRACK01.bin" BINARY +TRACK 02 AUDIO + INDEX 00 00:00:00 + INDEX 01 00:02:00 +FILE "TRACK02.bin" BINARY +TRACK 03 AUDIO + INDEX 00 00:00:00 + INDEX 01 00:02:00 +FILE "TRACK03.bin" BINARY +TRACK 04 AUDIO + INDEX 00 00:00:00 + INDEX 01 00:02:00 diff --git a/Levels/TUTORIA1.PLT b/Levels/TUTORIA1.PLT index a4b6d07..18f0a44 100644 --- a/Levels/TUTORIA1.PLT +++ b/Levels/TUTORIA1.PLT @@ -1,13 +1,13 @@ 16:30 MESSAGE;00:04;Welcome to Airport! On this series of tutorials, you will be instructed to become an Air Traffic Controller (or ATC). This first tutorial shows how to control departure flights. -MESSAGE;00:07;Right now, the airport is empty. However, flights will come up really soon. Press to show the aircraft list. +MESSAGE;00:07;Right now, the airport is empty. However, flights will come up really soon. Press to show the aircraft list. MESSAGE;00:12;On the aircraft list menu, all active flights are listed. The time for the next aircraft to appear is shown below. DEPARTURE;PHX1802;150;00:14;19;200 MESSAGE;00:15;Here comes our first aircraft. This is a departure flight, which is listed with an orange plane icon. MESSAGE;00:16;"PHX1802" is the flight number. The flight number is tied to the airline carrier, so each plane starting with "PHX will use the same colours. This can be helpful when dealing with many aircraft. MESSAGE;00:17;Below, the flight state is shown. When the flight state blinks, this means it is waiting for your instructions. Right now, it is parked and waiting for taxi. -MESSAGE;00:18;So press to select the aircraft. By pressing again, you will define the path to follow. Your target is the runway holding point, marked in green. -MESSAGE;00:25;Don't panic if you cannot create a valid path. You can press anytime to cancel the current path. +MESSAGE;00:18;So press to select the aircraft. By pressing again, you will define the path to follow. Your target is the runway holding point, marked in green. +MESSAGE;00:25;Don't panic if you cannot create a valid path. You can press anytime to cancel the current path. MESSAGE;00:32;Once the aircraft arrives to the runway holding point, it waits for your clearance to get into the runway. "Holding" state will be shown on the aircraft list menu. MESSAGE;00:31;Take into account you cannot enter an aircraft into a runway if another aircraft is still landing on it. MESSAGE;00:40;If everything went well, your aircraft must be on the runway, ready for takeoff. Clear the takeoff and let's hear the engines roaring! diff --git a/Music/MUSIC_COMMANDS.txt b/Music/MUSIC_COMMANDS.txt index c5a8aec..1452f97 100644 --- a/Music/MUSIC_COMMANDS.txt +++ b/Music/MUSIC_COMMANDS.txt @@ -1 +1 @@ -ffmpef -i TRACK01.mp3 -f s16le -acodec pcm_s16le ../Bin/TRACK01.bin \ No newline at end of file +ffmpeg -i TRACK01.mp3 -f s16le -acodec pcm_s16le ../Bin/TRACK01.bin diff --git a/Source/Exe/AIRPORT.elf b/Source/Exe/AIRPORT.elf index aa9aa15..e0a79df 100644 Binary files a/Source/Exe/AIRPORT.elf and b/Source/Exe/AIRPORT.elf differ diff --git a/Source/Exe/AIRPORT.iso b/Source/Exe/AIRPORT.iso index 7967bab..7eac31a 100644 Binary files a/Source/Exe/AIRPORT.iso and b/Source/Exe/AIRPORT.iso differ diff --git a/cdimg/DATA/LEVELS/TUTORIA1.PLT b/cdimg/DATA/LEVELS/TUTORIA1.PLT new file mode 100644 index 0000000..18f0a44 --- /dev/null +++ b/cdimg/DATA/LEVELS/TUTORIA1.PLT @@ -0,0 +1,13 @@ +16:30 +MESSAGE;00:04;Welcome to Airport! On this series of tutorials, you will be instructed to become an Air Traffic Controller (or ATC). This first tutorial shows how to control departure flights. +MESSAGE;00:07;Right now, the airport is empty. However, flights will come up really soon. Press to show the aircraft list. +MESSAGE;00:12;On the aircraft list menu, all active flights are listed. The time for the next aircraft to appear is shown below. +DEPARTURE;PHX1802;150;00:14;19;200 +MESSAGE;00:15;Here comes our first aircraft. This is a departure flight, which is listed with an orange plane icon. +MESSAGE;00:16;"PHX1802" is the flight number. The flight number is tied to the airline carrier, so each plane starting with "PHX will use the same colours. This can be helpful when dealing with many aircraft. +MESSAGE;00:17;Below, the flight state is shown. When the flight state blinks, this means it is waiting for your instructions. Right now, it is parked and waiting for taxi. +MESSAGE;00:18;So press to select the aircraft. By pressing again, you will define the path to follow. Your target is the runway holding point, marked in green. +MESSAGE;00:25;Don't panic if you cannot create a valid path. You can press anytime to cancel the current path. +MESSAGE;00:32;Once the aircraft arrives to the runway holding point, it waits for your clearance to get into the runway. "Holding" state will be shown on the aircraft list menu. +MESSAGE;00:31;Take into account you cannot enter an aircraft into a runway if another aircraft is still landing on it. +MESSAGE;00:40;If everything went well, your aircraft must be on the runway, ready for takeoff. Clear the takeoff and let's hear the engines roaring!