Index: binaries/data/mods/public/campaigns/new_maps.json =================================================================== --- binaries/data/mods/public/campaigns/new_maps.json +++ binaries/data/mods/public/campaigns/new_maps.json @@ -1,7 +1,33 @@ { "Name": "Demo campaign - new maps", "Description": "Discover the new and improved maps in Alpha XXVII with a demo campaign, taking you through all of them.", - "Levels": {}, - "Order": [], + "Levels": { + "Sporades Islands": { + "Map": "skirmishes/sporades_islands_2p.xml", + "MapType": "skirmish", + "useGameSetup": true + }, + "Zagros Mountains": { + "Map": "skirmishes/zagros_mountains_2p.xml", + "MapType": "skirmish", + "useGameSetup": true + }, + "Arabian Oases": { + "Map": "skirmishes/arabian_oases_2p.xml", + "MapType": "skirmish", + "useGameSetup": true + }, + "Isthmus of Corinth": { + "Map": "skirmishes/isthmus_of_corinth_2p.xml", + "MapType": "skirmish", + "useGameSetup": true + } + }, + "Order": [ + "Arabian Oases", + "Isthmus of Corinth", + "Sporades Islands", + "Zagros Mountains" + ], "ShowUnavailable": true }