Skip to content

Commit

Permalink
BF3 B2K maps added
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Dec 14, 2011
1 parent ae80058 commit f254535
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions xlrstats/xlrstats/config/bf3.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
//*********************

// Teamnames and colors
$team1 = "Red"; // red team
$team2 = "Blue"; // blue team
$team1 = "US Marines"; // red team
$team2 = "RU Army"; // blue team
$spectators = "Spectators";


Expand Down Expand Up @@ -116,7 +116,7 @@

//Equipment
$w['Weapons/Gadgets/C4/C4'] = "C4 explosives"; //Support
$w['Weapons/Gadgets/Claymore/Claymor'] = "M18 Claymore"; //Support
$w['Weapons/Gadgets/Claymore/Claymore'] = "M18 Claymore"; //Support
$w['M15 AT Mine'] = "AT mine"; //Engineer
$w['Repair Tool'] = "Repair Tool"; //Engineer
$w['Defib'] = "Defibrillator"; //Assault
Expand Down Expand Up @@ -186,6 +186,11 @@
$m['MP_017'] = "Noshahar Canals";
$m['MP_018'] = "Kharg Island";
$m['MP_Subway'] = "Operation Metro";
//B2K Maps
$m['XP1_001'] = "Strike at Karkand";
$m['XP1_002'] = "Gulf of Oman";
$m['XP1_003'] = "Sharqi Peninsula";
$m['XP1_004'] = "Wake Island";
$m['None'] = "-Unknown-";

//*********************
Expand Down

0 comments on commit f254535

Please sign in to comment.