//****************************************************************************** // Call of Duty 2 - eXtreme+ modification //****************************************************************************** // author : PatmanSan // website : http://www.patmansan.com // // mod : eXtreme+ // version : 2.9 // update : October 2013 //****************************************************************************** //****************************************************************************** // Clan Settings //****************************************************************************** // Clan only voting system? (disables standard player voting!) // WARNING: see the ex_clantagX_vote settings below // 0 = disabled (default) // 1 = enabled //set ex_clanvoting "0" // Clan only spectating? (disables standard player spectating!) // WARNING: see the ex_clantagX_spec settings below // 0 = disabled (default) // 1 = enabled //set ex_clanspectating "0" // Clan welcome messages, display them? // 0 = disabled (default) // 1 = enabled //set ex_clanwelcome "0" // Clan welcome messages delay in seconds // min = 0.05, max = 10 (default 1) //set ex_clanmsgdelay "1" // Clan login using PIN identification // Clan members will have to enter the PIN after the server info screen. // The PIN will be cached in between games, and cleared after disconnect. // 0 = disabled (default) // 1 = enabled //set ex_clanlogin "0" // Clan PIN // Only use numbers! Default is "1234" //set ex_clanlogin_pin "1234" //****************************************************************************** // Clan Tag No. 1 //****************************************************************************** // Type the name of the first clan as it appears in the tag // The mod will remove colour automatically! //set ex_clantag1 "clantag1" // Allow voting for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag1_vote "1" // Allow spectating for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag1_spec "1" // Announce players from this clan to players on the server when joining? // 0 = disabled // 1 = enabled (default) //set ex_clantag1_announce "1" // Clan welcome messages // Set the number of messages to be displayed for this clan. The messages are // created in the custom.str. // Welcome messages should be enabled for these to work (miscfeatures.cfg)! // min = 0, max = 3 (default 0) //set ex_clantag1_msg "0" // Exclude clan members from team balancing // WARNING: only available for first clan (ex_clantag1), and only if traditional // balancing is active (no skill based balancing)! // 0 = disabled - balanced like regular players (default) // 1 = enabled - not balanced, unless all players on team are clan members //set ex_clantag1_nobalance "0" //****************************************************************************** // Clan Tag No. 2 //****************************************************************************** // Type the name of the second clan as it appears in the tag // The mod will remove colour automatically! //set ex_clantag2 "clantag2" // Allow voting for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag2_vote "1" // Allow spectating for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag2_spec "1" // Announce players from this clan to players on the server when joining? // 0 = disabled // 1 = enabled (default) //set ex_clantag2_announce "1" // Clan welcome messages // Set the number of messages to be displayed for this clan. The messages are // created in the custom.str. // Welcome messages should be enabled for these to work (miscfeatures.cfg)! // min = 0, max = 3 (default 0) //set ex_clantag2_msg "0" //****************************************************************************** // Clan Tag No. 3 //****************************************************************************** // Type the name of the third clan as it appears in the tag // The mod will remove colour automatically! //set ex_clantag3 "clantag3" // Allow voting for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag3_vote "1" // Allow spectating for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag3_spec "1" // Announce players from this clan to players on the server when joining? // 0 = disabled // 1 = enabled (default) //set ex_clantag3_announce "1" // Clan welcome messages // Set the number of messages to be displayed for this clan. The messages are // created in the custom.str. // Welcome messages should be enabled for these to work (miscfeatures.cfg)! // min = 0, max = 3 (default 0) //set ex_clantag3_msg "0" //****************************************************************************** // Clan Tag No. 4 //****************************************************************************** // Type the name of the fourth clan as it appears in the tag // The mod will remove colour automatically! //set ex_clantag4 "clantag4" // Allow voting for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag4_vote "1" // Allow spectating for this clan? // 0 = disabled // 1 = enabled (default) //set ex_clantag4_spec "1" // Announce players from this clan to players on the server when joining? // 0 = disabled // 1 = enabled (default) //set ex_clantag4_announce "1" // Clan welcome messages // Set the number of messages to be displayed for this clan. The messages are // created in the custom.str. // Welcome messages should be enabled for these to work (miscfeatures.cfg)! // min = 0, max = 3 (default 0) //set ex_clantag4_msg "0" //****************************************************************************** // Clan Member Check //****************************************************************************** // If player wears one of the registered tags, check if he is an authorized member // If the player's name is not listed below, he will get kicked. // 0 = disabled (default) // 1 = enabled - check members for clan 1 only // 2 = enabled - check members for clan 1 and 2 // 3 = enabled - check members for clan 1, 2 and 3 // 4 = enabled - check members for clan 1, 2, 3 and 4 //set ex_checkmembers "0" // List of players who are authorized to wear one of the registered clan tags. // WARNINGS: // - Remove the // in front of the name; otherwise it will be ignored. // - Remove all color codes from the names, but leave the clan tag in. // - Always start with _0, and DO NOT skip numbers. // - DO NOT comment a player's name, unless it's the last one on the list. // - If you want to remove a listed player, DO NOT make an empty entry ("" or // only spaces like " "). You either move the last player on the list to the // freed entry, or you replace the name with something else, like "--". // - If you rename Unknown Soldiers to clan guests (monitoring.cfg), you should // NOT include your clan tag in the ex_usclanguestname setting! //set ex_member_name_0 "playername" //set ex_member_name_1 "playername" //set ex_member_name_2 "playername"