//Description.ext used in the video related to this matter. overviewText = "A normal overview text."; overviewTextLocked = "A text of a locked mission."; overviewPicture = "overview.jpg"; onLoadName = "Some mission!"; onLoadMission = "A short description is the best."; loadScreen = "overview.jpg"; author = "Feuerex"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 5; }; //Multiplayer mission types:; //Unknown - Unknown; //Coop - Cooperative mission; //DM - Deathmatch; //TDM - Team deathmatch; //CTF - Capture the flag; //SC - Sector control; //CTI - Capture the island; //RPG - Role-playing game; //Sandbox - Sandbox; //Seize - Seize; //Defend - Defend; //Remember the allowed image types are both .jpg and .paa. //.jpg is much faster and easier to create, but .paa supports transparent channel and doesn't lose quality.