﻿
// ----------------------------------------------------------------
// Campaign Settings
// ----------------------------------------------------------------

&order=0              // Position of the campaign in the campaign list
                      // E.g., 0 is first, 1 is second, etc.
                      // Paid campaigns appear before free ones

&free=1               // Set to 0 if campaign is not free
                      // Set to 1 if the campaign is free

&tows=7               // Required theatres of war containing the maps
                      // or the player planes used in the missions
                      // BoS = 1, BoM = 2, BoK = 3, BoBP = 4
                      // E.g., specify &tows=1,2 for Stalingrad (BoS)
                      // campaign where player flies MiG-3 (BoM)

&planes=luaScripts\WorldObjects\Planes\spitfiremkvb.txt
                      // Required collector planes for player
                      // See https://il2sturmovik.com/store/collector-planes/
                      // For example,
                      // &planes=luascripts/worldobjects/planes/la5s8.txt,
                      //         luascripts/worldobjects/planes/yak1s127.txt
                      // for the La-5 series 8 and Yak-1 series 127.
                      // Add a comma at the end of every line except the last one.
                      // You can find the name of a plane to specify at the end
                      // of each line by clicking the "Model" button in the
                      // "Plane Properties" dialog for any plane object.

&missionsAmount=1     // Number of missions in the campaign

&showFutureMissionsNames=1         // Set to 0 to hide names of missions
                                   //   not yet flown successfully
                                   // Set to 1 to show names of missions
                                   //   not yet flown successfully

&showFutureMissionsDescriptions=1  // Set to 0 to hide the description of missions
                                   //   not yet flown successfully
                                   // Set to 1 to show the description of missions
                                   //   not yet flown successfully