aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2018-11-29 01:11:01 +0100
committerXavier ASUS <xavi92psx@gmail.com>2018-11-29 01:11:01 +0100
commit41df9924d450f04ab2d80d5a755dcbdf8bdb8271 (patch)
tree11f4378dd7b30aca23e37ac74bc599d64c9b8dce
parent9cbaf49e93758b50e82a4d7d42762de242e7f086 (diff)
downloadairport-41df9924d450f04ab2d80d5a755dcbdf8bdb8271.tar.gz
Added new levels into cdimg subfolder.
Added EXE file. Added final BIN image file.
-rw-r--r--.gitignore5
-rw-r--r--Bin/AIRPORT.binbin1728720 -> 1738128 bytes
-rw-r--r--Levels/LEVEL18.LVLbin576 -> 576 bytes
-rw-r--r--Levels/LEVEL2.LVLbin576 -> 576 bytes
-rw-r--r--Levels/XAMI.LVLbin576 -> 576 bytes
-rw-r--r--Source/Exe/AIRPORT.exebin0 -> 223232 bytes
-rw-r--r--Source/Exe/AIRPORT.isobin1513472 -> 1513472 bytes
-rw-r--r--cdimg/AIRPORT.exebin0 -> 223232 bytes
-rw-r--r--cdimg/DATA/LEVELS/LEVEL1.LVLbin192 -> 192 bytes
-rw-r--r--cdimg/DATA/LEVELS/LEVEL18.LVLbin0 -> 576 bytes
-rw-r--r--cdimg/DATA/LEVELS/LEVEL18.PLT19
-rw-r--r--cdimg/DATA/LEVELS/LEVEL2.LVLbin576 -> 576 bytes
-rw-r--r--cdimg/DATA/LEVELS/XAMI.LVLbin0 -> 576 bytes
-rw-r--r--cdimg/DATA/LEVELS/XAMI.PLT16
14 files changed, 36 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b3da067..2cde58b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,9 +22,7 @@
*.la
*.lo
-# PSX disk images
-*.bin
-*.cue
+# PSX intermediate disk images
*.iso
# Shared objects (inc. Windows DLLs)
@@ -34,7 +32,6 @@
*.dylib
# Executables
-*.exe
*.out
*.app
*.i*86
diff --git a/Bin/AIRPORT.bin b/Bin/AIRPORT.bin
index 011674c..f4bb646 100644
--- a/Bin/AIRPORT.bin
+++ b/Bin/AIRPORT.bin
Binary files differ
diff --git a/Levels/LEVEL18.LVL b/Levels/LEVEL18.LVL
index d7301ba..3322f78 100644
--- a/Levels/LEVEL18.LVL
+++ b/Levels/LEVEL18.LVL
Binary files differ
diff --git a/Levels/LEVEL2.LVL b/Levels/LEVEL2.LVL
index bf395cd..43a4eee 100644
--- a/Levels/LEVEL2.LVL
+++ b/Levels/LEVEL2.LVL
Binary files differ
diff --git a/Levels/XAMI.LVL b/Levels/XAMI.LVL
index 60bfcd0..772064b 100644
--- a/Levels/XAMI.LVL
+++ b/Levels/XAMI.LVL
Binary files differ
diff --git a/Source/Exe/AIRPORT.exe b/Source/Exe/AIRPORT.exe
new file mode 100644
index 0000000..33319aa
--- /dev/null
+++ b/Source/Exe/AIRPORT.exe
Binary files differ
diff --git a/Source/Exe/AIRPORT.iso b/Source/Exe/AIRPORT.iso
index 6e38b9c..dcb31aa 100644
--- a/Source/Exe/AIRPORT.iso
+++ b/Source/Exe/AIRPORT.iso
Binary files differ
diff --git a/cdimg/AIRPORT.exe b/cdimg/AIRPORT.exe
new file mode 100644
index 0000000..33319aa
--- /dev/null
+++ b/cdimg/AIRPORT.exe
Binary files differ
diff --git a/cdimg/DATA/LEVELS/LEVEL1.LVL b/cdimg/DATA/LEVELS/LEVEL1.LVL
index dfb0751..bdc92e6 100644
--- a/cdimg/DATA/LEVELS/LEVEL1.LVL
+++ b/cdimg/DATA/LEVELS/LEVEL1.LVL
Binary files differ
diff --git a/cdimg/DATA/LEVELS/LEVEL18.LVL b/cdimg/DATA/LEVELS/LEVEL18.LVL
new file mode 100644
index 0000000..3322f78
--- /dev/null
+++ b/cdimg/DATA/LEVELS/LEVEL18.LVL
Binary files differ
diff --git a/cdimg/DATA/LEVELS/LEVEL18.PLT b/cdimg/DATA/LEVELS/LEVEL18.PLT
new file mode 100644
index 0000000..5223748
--- /dev/null
+++ b/cdimg/DATA/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/cdimg/DATA/LEVELS/LEVEL2.LVL b/cdimg/DATA/LEVELS/LEVEL2.LVL
index bf395cd..43a4eee 100644
--- a/cdimg/DATA/LEVELS/LEVEL2.LVL
+++ b/cdimg/DATA/LEVELS/LEVEL2.LVL
Binary files differ
diff --git a/cdimg/DATA/LEVELS/XAMI.LVL b/cdimg/DATA/LEVELS/XAMI.LVL
new file mode 100644
index 0000000..772064b
--- /dev/null
+++ b/cdimg/DATA/LEVELS/XAMI.LVL
Binary files differ
diff --git a/cdimg/DATA/LEVELS/XAMI.PLT b/cdimg/DATA/LEVELS/XAMI.PLT
new file mode 100644
index 0000000..9b857e7
--- /dev/null
+++ b/cdimg/DATA/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