Skip to content

Commit

Permalink
homefront additions
Browse files Browse the repository at this point in the history
  • Loading branch information
markweirath committed Apr 4, 2011
1 parent 76478d5 commit adf37cf
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
60 changes: 60 additions & 0 deletions xlrstats/xlrstats/config/homefront.php
@@ -0,0 +1,60 @@
<?php
/***************************************************************************
* Xlrstats Webmodule
* Webfront for XLRstats for B3 (www.bigbrotherbot.com)
* (c) 2004-2010 www.xlr8or.com (mailto:xlr8or@xlr8or.com)
***************************************************************************/

/***************************************************************************
* 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 Library 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.
*
* http://www.gnu.org/copyleft/gpl.html
***************************************************************************/

//*********************
// These are the standard MOH settings
//*********************

// Teamnames and colors
$team1 = "Korea"; // red team
$team2 = "U.S."; // blue team
$spectators = "Spectators";


//*********************
// Weapons names
//*********************

//Rifleman
$w['[]'] = $text["notidentify"];

//*********************
// Map names
//*********************

$m['None'] = "-Unknown-";

//*********************
// Event names
//*********************
$e[''] = "";

//*********************
// Bodypart names
//*********************
$b['None'] = $text["noneurt"];
$b['body'] = $text["notidentify"];

?>
2 changes: 1 addition & 1 deletion xlrstats/xlrstats/func-globallogic.php
Expand Up @@ -29,7 +29,7 @@
$clientsRed = array();
$clientsBlue = array();
$clientsSpec = array();
$supportedgames = array('cod', 'coduo', 'cod2', 'cod4', 'cod5', 'etpro', 'iourt41', 'smg', 'wop', 'bfbc2', 'moh', 'cod6', 'cod7'); // B3 parsernames
$supportedgames = array('cod', 'coduo', 'cod2', 'cod4', 'cod5', 'etpro', 'iourt41', 'smg', 'wop', 'bfbc2', 'moh', 'cod6', 'cod7', 'homefront'); // B3 parsernames
$ffa_modes = array('dm', 'ffa', 'syc-ffa');

$sv_privateClients = 0;
Expand Down
Binary file added xlrstats/xlrstats/images/ico/icon_homefront.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adf37cf

Please sign in to comment.