View Single Post
mrelfire
Member
Join Date: May 2010
Old 04-08-2012 , 04:01   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1461

I try to add the campagin Blood Tracks part of the web site as a "normal" campaign
I have changed common.php with
Quote:
else if ($game_version == 2)
{
$coop_campaigns = array("c1m" => "Dead Center",
"c2m" => "Dark Carnival",
"c3m" => "Swamp Fever",
"c4m" => "Hard Rain",
"c5m" => "The Parish",
"c6m" => "The Passing",
"c7m" => "The Sacrifice",
"c8m" => "No Mercy",
"c9m" => "Crash Course",
"c10m" => "Death Toll",
"c11m" => "Dead Air",
"c12m" => "Blood Harvest",
"c13m" => "Cold Stream",
"bloodtracks" => "Blood Tracks",
"" => "Custom Maps");
but doesn't work, any ideas pelase ?
mrelfire is offline