/******************************************************************************** -= Loaded Q3A =- Dynamic Map Rotation File Kevin "Wolverine[CotC]" Fell Wolverine@planetquake.com http://www.planetquake.com/loaded/ -> FORMAT ------ The format for specifying a map is... <min> <max> <config> Parameter Description ------------------------ <file> The map file minus the file extension (ie. q3dm1). <title> The full map title (ie. "Arena Gate"). <min> Minimum number of desired clients needed to select this map. <max> Maximum number of desired clients needed to select this map. <config> Configuration file to execute for this map. When no config file is specified, the settings from the previous map are carried over. ...Remember NOT to specify the "map" command in this config file. -> FILE NOTES ---------- * Standard C/C++ style comments are supported. -> Single line comments begin with "//" and end at the end of the line. -> Multi-line comments begin with "/*" and ends with the same combination of characters in reverse. ...Anything between these comment symbols will be ignored by the system. * Each map occupies one line only. * Data containing spaces should be enclosed in quotation marks (""). * Tabs and spaces are used to separate individual data items. * Empty quotation marks can be used to specify an empty field. ...empty quotes are however skipped until the first parameter is found. * The <file> is the only required field. ********************************************************************************/ // Standard Quake3 Free-For-All Maps //q3dm1 "Arena Gate" 0 0 //q3dm2 "House of Pain" 0 0 //q3dm3 "Arena Of Death" 0 0 //q3dm4 "The Place Of Many Deaths" 0 0 q3dm5 "The Forgotten Place" 0 0 q3dm6 "The Camping Grounds" 0 0 q3dm7 "Temple of Retribution" 0 0 q3dm8 "Brimstone Abbey" 0 0 q3dm9 "Hero's Keep" 0 0 //q3dm10 "The Nameless Place" 0 0 //q3dm11 "Deva Station" 0 0 //q3dm12 "The Dredwerkz" 0 0 //q3dm13 "Lost World" 0 0 //q3dm14 "Grim Dungeons" 0 0 q3dm15 "Demon Keep" 0 0 //q3dm16 "The Bouncy Map" 0 0 q3dm17 "The Longest Yard" 0 0 //q3dm18 "Space Chamber" 0 0 q3dm19 "Apocalypse Void" 0 0 q3tourney1 "Powerstation 0218" 0 0 q3tourney2 "The Proving Grounds" 0 0 q3tourney3 "Hell's Gate" 0 0 //q3tourney4 "Vertical Vengeance" 0 0 //q3tourney5 "Fatal Instinct" 0 0 //q3tourney6 "The Very End Of You" 0 0