View Single Post
kwski43
Senior Member
Join Date: Mar 2009
Old 02-23-2010 , 12:06   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #392

I've made a common.php modification for those people who are playing l4d1inl4d2 maps on server and don't want to show these maps as Custom maps.
This will look like:
http://stats.jacklul-l4d2.tk/maps.php?type=coop

Works with $game_version = 2 and 0


@muukis:
Code:
$realism_campaigns = array("c1" => "Dead Center (L4D2)",
                       "c2" => "Dark Carnival (L4D2)",
                       "c3" => "Swamp Fever (L4D2)",
                       "c4" => "Hard Rain (L4D2)",
                       "c5" => "The Parish (L4D2)",
                       "l4d_hospital" => "No Mercy - Co-op (L4D1)",
                       "l4d_airport" => "Dead Air - Co-op (L4D1)",
                       "l4d_smalltown" => "Death Toll - Co-op (L4D1)",
                       "l4d_farm" => "Blood Harvest - Co-op (L4D1)",
                       "l4d_garage" => "Crash Course (L4D1)",
                       "" => "Custom Maps (L4D2)");
}
l4d1 maps works with realism(for me, idk if for u)
Attached Files
File Type: zip common.zip (4.7 KB, 119 views)
__________________

Last edited by kwski43; 02-24-2010 at 08:49.
kwski43 is offline