-- _________ __ __ -- / _____// |_____________ _/ |______ ____ __ __ ______ -- \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ -- / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ -- /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > -- \/ \/ \//_____/ \/ -- ______________________ ______________________ -- T H E W A R B E G I N S -- Stratagus - A free fantasy real time strategy game engine -- -- campaign2.ccl - Define the human campaign 2. -- -- (c) Copyright 2002-2006 by Lutz Sammer and Jimmy Salmon -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- -- $Id: campaign2.lua 1385 2006-10-15 18:30:49Z jsalmon3 $ --============================================================================= -- Define the campaign campaign_steps = { CreatePictureStep("../campaigns/human-exp/interface/Act_I_-_A_Time_for_Heroes.png", "Act I", "A Time for Heroes"), CreateMapStep("campaigns/human-exp/levelx01h.smp"), CreateMapStep("campaigns/human-exp/levelx02h.smp"), CreateMapStep("campaigns/human-exp/levelx03h.smp"), CreatePictureStep("../campaigns/human-exp/interface/Act_II_-_Draenor,_the_Red_World.png", "Act II", "Draenor, The Red World"), CreateMapStep("campaigns/human-exp/levelx04h.smp"), CreateMapStep("campaigns/human-exp/levelx05h.smp"), CreateMapStep("campaigns/human-exp/levelx06h.smp"), CreatePictureStep("../campaigns/human-exp/interface/Act_III_-_War_in_the_Shadows.png", "Act III", "War in the Shadows"), CreateMapStep("campaigns/human-exp/levelx07h.smp"), CreateMapStep("campaigns/human-exp/levelx08h.smp"), CreateMapStep("campaigns/human-exp/levelx09h.smp"), CreatePictureStep("../campaigns/human-exp/interface/Act_IV_-_The_Measure_of_Valor.png", "Act IV", "The Measure of Valor"), CreateMapStep("campaigns/human-exp/levelx10h.smp"), CreateMapStep("campaigns/human-exp/levelx11h.smp"), CreateMapStep("campaigns/human-exp/levelx12h.smp") }