From 269139bfc015f7490e8ed905d29d370819083c69 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:34:07 +0200 Subject: [PATCH] Added more info about debugging options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7db1e9..4ffde6c 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ If you want to build the .miz files yourself, you'll need to: - In the PHP directory, rename php.ini-production to php.ini, edit it and uncomment or delete the "extension=mbstring" line to enable the MBString extension that my script uses. - Then run Make.bat in the source directory (or, alternatively, open the source directory in VSCode and press Ctrl+Alt+B) - .Miz files will be generated in the project root directory, and a copy will be sent to your DCS World "missions" directory (if it exists) +- Please note that a second version of each file marked "DEBUG" will also be generated. This version allows access to the debug menu and additional text outputs during the mission. Debug missions are generated with an F-16C player aircraft as it's a good jack-of-all-trades to test various things. ## Want to contribute to the project?