-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 562cf11
Showing
935 changed files
with
9,481 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Ignore all .png files. | ||
**/*.png | ||
# Ignore all .7z files | ||
**/*.7z | ||
# Ignore all .zip files | ||
**/*.zip | ||
# Ignore all .tmp files | ||
**/*.tmp | ||
# Ignore desktop.ini | ||
**/desktop.ini |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+51.2 KB
A-10A/301 - A-10A - Flight - Takeoff, Landing, Navigation, Autopilot.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23.1 KB
A-10C (all)/301 - A-10C - Flight - Takeoff, Nav, Jettison, Landing.odt
Binary file not shown.
Binary file added
BIN
+21.6 KB
A-10C (all)/302 - A-10C - Flight - Adv Nav, Create, Edit, Delete waypoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.4 KB
A-10C old/303 - A-10C - Flight - Adv Nav, Create, Edit, Delete waypoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.4 KB
A-10C/302 - A-10C - Flight - Adv Nav, Create, Edit, Delete waypoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.3 KB
A-10C_2 old/303 - A-10C_2 - Flight - Adv Nav, Create, Edit, Delete waypoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.4 KB
A-10C_2/302 - A-10C_2 - Flight - Adv Nav, Create, Edit, Delete waypoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.7 KB
A-4E-C/031 - A-4E-C - Flight - Preflight, Takeoff, Navigation, Landing.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+537 KB
AH-64D_BLK_II/106 - AH-64D - Controls - Gunner - Throttle Grip TADS.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+110 KB
AH-64D_BLK_II/300a - AH-64D - Flight - Symbology guide IHADSS, HAD.odt
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+25.4 KB
AH-64D_BLK_II/301 - AH-64D - Flight - Taxi, Takeoff, Landing, Vuichard.odt
Binary file not shown.
Binary file added
BIN
+46.1 KB
AH-64D_BLK_II/302 - AH-64D - Flight - Radios, Countermeasures, Jettison.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+54.1 KB
AH-64D_BLK_II/507a - AH-64D - A2G - Laser Hellfires self-designating.odt
Binary file not shown.
Binary file added
BIN
+36.1 KB
AH-64D_BLK_II/507b - AH-64D - A2G - Laser Hellfires other modes, Laser codes.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file added
BIN
+76.7 KB
AH-64D_BLK_II/first iteration/101 - AH-64D - Controls - Pilot - Joystick.odt
Binary file not shown.
Binary file added
BIN
+530 KB
AH-64D_BLK_II/first iteration/102 - AH-64D - Controls - Pilot - Collective Alpha.odt
Binary file not shown.
Binary file added
BIN
+500 KB
AH-64D_BLK_II/first iteration/103 - AH-64D - Controls - Pilot - Throttle Base.odt
Binary file not shown.
Binary file added
BIN
+74.1 KB
AH-64D_BLK_II/first iteration/104 - AH-64D - Controls - Gunner - Joystick.odt
Binary file not shown.
Binary file added
BIN
+315 KB
AH-64D_BLK_II/first iteration/105 - AH-64D - Controls - Gunner - Collective Grip.odt
Binary file not shown.
Binary file added
BIN
+499 KB
AH-64D_BLK_II/first iteration/106 - AH-64D - Controls - Gunner - Throttle Base.odt
Binary file not shown.
Binary file added
BIN
+76.2 KB
AH-64D_BLK_II/first iteration/108 - AH-64D - Controls - TADS - Joystick.odt
Binary file not shown.
Binary file added
BIN
+529 KB
AH-64D_BLK_II/first iteration/109 - AH-64D - Controls - TADS - Collective Alpha .odt
Binary file not shown.
Binary file added
BIN
+499 KB
AH-64D_BLK_II/first iteration/110 - AH-64D - Controls - TADS - Throttle Base.odt
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+19.6 KB
AH-64D_BLK_II/first iteration/201 - AH-64D - Ground - Preflight, Limits.odt
Binary file not shown.
Binary file added
BIN
+49.5 KB
AH-64D_BLK_II/first iteration/300 - AH-64D - Flight - Symbology guide.odt
Binary file not shown.
Binary file added
BIN
+16.7 KB
AH-64D_BLK_II/first iteration/301 - AH-64D - Flight - Taxi, Takeoff, Landing.odt
Binary file not shown.
Binary file added
BIN
+25.8 KB
...iteration/302 - AH-64D - Flight - Radios, Countermeasures, Jettison, Radio Navigation.odt
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+9.17 KB
AH-64D_BLK_II/first iteration/401 - AH-64D - A2A - Cannon, Hellfires.odt
Binary file not shown.
Binary file added
BIN
+10.7 KB
AH-64D_BLK_II/first iteration/501 - AH-64D - A2G - Longbow FCR use.odt
Binary file not shown.
Binary file added
BIN
+17.7 KB
AH-64D_BLK_II/first iteration/502 - AH-64D - A2G - Pilot - George AI.odt
Binary file not shown.
Binary file added
BIN
+19.9 KB
AH-64D_BLK_II/first iteration/503 - AH-64D - A2G - Gunner - George AI.odt
Binary file not shown.
Binary file added
BIN
+15.8 KB
AH-64D_BLK_II/first iteration/504 - AH-64D - A2G - Cannon, Rockets.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+77 KB
AH-64D_BLK_II/second iteration/101 - AH-64D - Controls - Pilot - Joystick.odt
Binary file not shown.
Binary file added
BIN
+531 KB
AH-64D_BLK_II/second iteration/102 - AH-64D - Controls - Pilot - Collective Alpha.odt
Binary file not shown.
Binary file added
BIN
+500 KB
AH-64D_BLK_II/second iteration/103 - AH-64D - Controls - Pilot - Throttle Base.odt
Binary file not shown.
Binary file added
BIN
+74.1 KB
AH-64D_BLK_II/second iteration/104 - AH-64D - Controls - Gunner - Joystick.odt
Binary file not shown.
Binary file added
BIN
+315 KB
AH-64D_BLK_II/second iteration/105 - AH-64D - Controls - Gunner - Collective Grip.odt
Binary file not shown.
Binary file added
BIN
+499 KB
AH-64D_BLK_II/second iteration/106 - AH-64D - Controls - Gunner - Throttle Base.odt
Binary file not shown.
Binary file added
BIN
+74.1 KB
AH-64D_BLK_II/second iteration/108 - AH-64D - Controls - TADS - Gamepad.odt
Binary file not shown.
Binary file added
BIN
+76.7 KB
AH-64D_BLK_II/second iteration/108 - AH-64D - Controls - TADS - Joystick.odt
Binary file not shown.
Binary file added
BIN
+529 KB
AH-64D_BLK_II/second iteration/109 - AH-64D - Controls - TADS - Collective Alpha .odt
Binary file not shown.
Binary file added
BIN
+499 KB
AH-64D_BLK_II/second iteration/110 - AH-64D - Controls - TADS - Throttle Base.odt
Binary file not shown.
Binary file added
BIN
+20.4 KB
AH-64D_BLK_II/second iteration/201 - AH-64D - Ground - Cold Start.odt
Binary file not shown.
Binary file added
BIN
+19.6 KB
AH-64D_BLK_II/second iteration/201 - AH-64D - Ground - Preflight, Limits.odt
Binary file not shown.
Binary file added
BIN
+49.5 KB
AH-64D_BLK_II/second iteration/300 - AH-64D - Flight - Symbology guide.odt
Binary file not shown.
Binary file added
BIN
+16.7 KB
AH-64D_BLK_II/second iteration/301 - AH-64D - Flight - Taxi, Takeoff, Landing.odt
Binary file not shown.
Binary file added
BIN
+25.8 KB
...iteration/302 - AH-64D - Flight - Radios, Countermeasures, Jettison, Radio Navigation.odt
Binary file not shown.
Binary file added
BIN
+29.1 KB
AH-64D_BLK_II/second iteration/303 - AH-64D - Flight - Navigation.odt
Binary file not shown.
Binary file added
BIN
+9.17 KB
AH-64D_BLK_II/second iteration/401 - AH-64D - A2A - Cannon, Hellfires.odt
Binary file not shown.
Binary file added
BIN
+10.7 KB
AH-64D_BLK_II/second iteration/501 - AH-64D - A2G - Longbow FCR use.odt
Binary file not shown.
Binary file added
BIN
+17.7 KB
AH-64D_BLK_II/second iteration/502 - AH-64D - A2G - Pilot - George AI.odt
Binary file not shown.
Binary file added
BIN
+19.9 KB
AH-64D_BLK_II/second iteration/503 - AH-64D - A2G - Gunner - George AI.odt
Binary file not shown.
Binary file added
BIN
+15.8 KB
AH-64D_BLK_II/second iteration/504 - AH-64D - A2G - Cannon, Rockets.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+534 KB
AH-64D_BLK_II/temp/105 - AH-64D - Controls - Gunner - Collective Alpha.odt
Binary file not shown.
Binary file added
BIN
+509 KB
AH-64D_BLK_II/temp/106 - AH-64D - Controls - Gunner - Throttle Grip TADS.odt
Binary file not shown.
Binary file added
BIN
+499 KB
AH-64D_BLK_II/temp/107 - AH-64D - Controls - Gunner - Throttle Base.odt
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+534 KB
AH-64D_BLK_II/third iteration backups/102 - AH-64D - Controls - Pilot - Collective Alpha.odt
Binary file not shown.
Binary file added
BIN
+534 KB
...4D_BLK_II/third iteration backups/105 - AH-64D - Controls - Gunner - Collective Alpha.odt
Binary file not shown.
Binary file added
BIN
+512 KB
..._BLK_II/third iteration backups/106 - AH-64D - Controls - Gunner - Throttle Grip TADS.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23.3 KB
AJS37/old/041 - AJS37 - Checklists - Preflight, Takeoff, Landing, Navigation.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+63.4 KB
AV8BNA/305 - AV-8B - Flight - Waypoints, Markpoints, Targetpoints.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+61.9 KB
AV8BNA/backup/305 - AV-8B - Flight - Waypoints, Markpoints, Targetpoints.odt
Binary file not shown.
Binary file added
BIN
+56.6 KB
AV8BNA/backup/306 - AV-8B - Flight - Markpoints, Targetpoints, Jettison, Countermeasures.odt
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Folder names from C:\Users\<user>\Saved Games\DCS.openbeta\Liveries | ||
|
||
A-10A | ||
A-10C | ||
A-10CII | ||
AJS37 | ||
AV8BNA | ||
Bf-109K-4 | ||
C-101CC | ||
C-101EB | ||
Christen Eagle II | ||
F-14A-135-GR | ||
F-14B | ||
F-15C | ||
F-16C_50 | ||
F-5E-3 | ||
F-86F Sabre | ||
FA-18C_hornet | ||
FW-190A8 | ||
FW-190D9 | ||
Hawk | ||
I-16 | ||
J-11A | ||
JF-17 | ||
Ka-50 | ||
L-39C | ||
L-39ZA | ||
M-2000C | ||
Mi-8MT | ||
MiG-15bis | ||
MiG-19P | ||
MiG-21bis | ||
MiG-29A | ||
MiG-29G | ||
MiG-29S | ||
MosquitoFBMkVI | ||
P-47D-30 | ||
P-51D | ||
SA342L | ||
SA342M | ||
SA342Minigun | ||
SA342Mistral | ||
SpitfireLFMkIX | ||
SpitfireLFMkIXCW | ||
Su-25 | ||
Su-25t | ||
Su-27 | ||
Su-33 | ||
TF-51D | ||
UH-1H | ||
Yak-52 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
Airport IDs: | ||
|
||
|
||
Caucausus | ||
ID Name | ||
01 Anapa-Vityazevo | ||
02 Krasnodar-Center | ||
03 Novorossiysk | ||
04 Krymsk | ||
05 Maykop-Khanskaya | ||
06 Gelendzhik | ||
07 Sochi-Adler | ||
08 Krasnodar-Pashkovsky | ||
09 Sukhumi-Babushara | ||
10 Gudauta | ||
11 Batumi | ||
12 Senaki-Kolkhi | ||
13 Kobuleti | ||
14 Kutaisi | ||
15 Mineralnye Vody | ||
16 Nalchik | ||
17 Mozdok | ||
18 Tbilisi-Lochini | ||
19 Soganlug | ||
20 Vaziani | ||
21 Beslan | ||
|
||
|
||
Nevada/NTTR | ||
ID Name | ||
01 Creech AFB | ||
02 Groom Lake AFB | ||
03 McCarran International Airport | ||
04 Nellis AFB | ||
05 Beatty Airport | ||
06 Boulder City Airport | ||
07 Echo Bay | ||
08 Henderson Executive Airport | ||
09 Jean Airport | ||
10 Laughlin Airport | ||
11 Lincoln County | ||
12 Mesquite | ||
13 Mina Airport 3Q0 | ||
14 North Las Vegas | ||
15 Pahute Mesa Airstrip | ||
16 Tonopah Airport | ||
17 Tonopah Test Range Airfield | ||
|
||
|
||
Persian Gulf | ||
ID Name | ||
01 Abu Musa Island | ||
02 Bandar Abbas Intl | ||
03 Bandar Lengeh | ||
04 Al Dhafra AFB | ||
05 Dubai Intl | ||
06 Al Maktoum Intl | ||
07 Fujairah Intl | ||
08 Tunb Island AFB | ||
09 Havadarya | ||
10 Khasab | ||
11 Lar | ||
12 Al Minhad AFB | ||
13 Qeshm Island | ||
14 Sharjah Intl | ||
15 Sirri Island | ||
16 Tunb Kochak | ||
17 Sir Abu Nuayr | ||
18 Kerman | ||
19 Shiraz Intl | ||
20 Sas Al Nakheel | ||
21 Bandar-e-Jask | ||
22 Abu Dhabi Intl | ||
23 Al-Bateen | ||
24 Kish Island | ||
25 Al Ain Intl | ||
26 Lavan Island | ||
27 Jiroft | ||
28 Ras Al Khaimah Intl | ||
29 Liwa AFB | ||
|
||
|
||
Syria - (H) = Helicopter base | ||
ID Name | ||
01 Abu al-Duhur | ||
02 Adana Sakirpasa | ||
03 Al Qusayr | ||
04 An Nasiriyah | ||
05 Tha'lah | ||
06 Beirut-Rafic Hariri | ||
07 Damascus | ||
08 Marj as Sultan South (H) | ||
09 Al-Dumayr | ||
10 Eyn Shemer | ||
11 Gaziantep | ||
12 H4 | ||
13 Haifa | ||
14 Hama | ||
15 Hatay | ||
16 Incirlik | ||
17 Jirah | ||
18 Khalkhalah | ||
19 King Hussein Air College | ||
20 Kiryat Shmona | ||
21 Bassel Al-Assad | ||
22 Marj as Sultan North (H) | ||
23 Marj Ruhayyil | ||
24 Megiddo | ||
25 Mezzeh | ||
26 Minakh | ||
27 Aleppo | ||
28 Palmyra | ||
29 Qabr as Sitt (H) | ||
30 Ramat David | ||
31 Kuweires | ||
32 Rayak | ||
33 Rene Mouawad | ||
34 Rosh Pina | ||
35 Sayqal | ||
36 Shayrat | ||
37 Tabqa | ||
38 Taftanaz (H) | ||
39 Tiyas | ||
40 Wujah Al Hajar | ||
41 Gazipasa | ||
42? Nicosia (could not verify, airfield doesn't work in mission editor) | ||
43 Akrotiri | ||
44 Kingsfield | ||
45 Paphos | ||
46 Larnaka | ||
47 Lakatamia (H) | ||
48 Ercan | ||
49 Gecitkale | ||
50 Pinarbashi | ||
51 Naqoura (H) | ||
|
||
Mariana Islands | ||
01 Rota Intl | ||
02 Saipan Intl | ||
03 Tinian Intl | ||
04 Antonio B. Won Pat Intl | ||
05 Orote Field (grid BQ48, not currently usable in mission editor) | ||
06 Andersen AFB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.3 KB
C-101CC/302 - C-101CC - Flight - Radios, Flight Director, Jettison.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+28.3 KB
C-101CC/501a - C-101CC - A2G - Unguided Bombs, Rockets, Sea Eagle ASM.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
rem | ||
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder. | ||
rem | ||
|
||
rem Delete the existing .png files. | ||
del .\pngs\*.png | ||
|
||
rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one. | ||
rem Use "for /R %%f..." for recursive searching for files in all subfolders | ||
for %%f in (*.odt) do ( | ||
echo Converting %%f ... | ||
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f" | ||
) | ||
@pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+59.5 KB
C-101EB/302 - C-101EB - Flight - Radios, Navigation, Flight Director, Jettison.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.