Debug builds now spawn an F-16 as player aircraft

This commit is contained in:
Ambroise Garel
2025-07-23 22:34:07 +02:00
parent 850a4c7c50
commit fdce3cbff3
5 changed files with 369 additions and 103 deletions

View File

@@ -23,7 +23,7 @@ function packMiz($theaterJson, $debugMode)
if ($zip->open($filename, ZipArchive::CREATE) !== true)
return false;
$zip->addFromString("mission", createMissionTable($theaterJson));
$zip->addFromString("mission", createMissionTable($theaterJson, $debugMode));
$zip->addFile("./Miz/Options.lua", "options");
$zip->addFromString("theatre", $theaterJson["dcsID"]);
$zip->addFromString("warehouses", createWarehousesTable($theaterJson));