versionMinor = 81; campaignName = "Tutorial Campaign"; playerName = "cheese"; maps { mapNum = 4; 0 { CampaignMap { mapName = "Introduction and Basics"; mapFileName = "campaigns/tutorial-part1.map"; isLocked = 0; unlockedBy { size = 0; } description = "[tutorial text 1]"; completed = 1; } } 1 { CampaignMap { mapName = "More building and Schools"; mapFileName = "campaigns/tutorial-part2.map"; isLocked = 0; unlockedBy { size = 1; 0 { unlockedBy = "Introduction and Basics"; } } description = "[tutorial text 2]"; completed = 1; } } 2 { CampaignMap { mapName = "Warriors, Training Camps, and Upgrades"; mapFileName = "campaigns/tutorial-part3.map"; isLocked = 0; unlockedBy { size = 1; 0 { unlockedBy = "More building and Schools"; } } description = "[tutorial text 3]"; completed = 1; } } 3 { CampaignMap { mapName = "Flags and Completion"; mapFileName = "campaigns/tutorial-part4.map"; isLocked = 0; unlockedBy { size = 1; 0 { unlockedBy = "Warriors, Training Camps, and Upgrades"; } } description = "[tutorial text 4]"; completed = 0; } } }