I've never seen that before

Practice doesn't mean releasing all the maps you makev1l3 wrote:Yes Sock.. you are definitely right, but I can't see myself releasing a map until it matches the same quality and playability as the maps that I like from other mappers. I dislike new mappers putting up there square box maps with a bunch of crap within it.I have all of the tutorials..I'm trying to start with Bubba's. Slowly but Surely I guess.
Fixed. =)v1l3 wrote:..as far as .map file's, I have slightly over 1,200 maps, and there are a good amount of those maps that have their .map within their map's .pk3 file. That would take a long time to go through all of that to find which ones have them
Code: Select all
#!/usr/bin/perl -w
use Archive::Zip;
for my $archive (@ARGV)
{
my $zip = Archive::Zip->new($archive) or die("$0: $archive: read error");
map { print "$archive: $_\n" } grep { /\.map$/ } $zip->memberNames;
}
I've been on different kinds of broadband since 1998 =)v1l3 wrote:I've been on dial up since 2002
This doesn't fit LEM's topics at all, but yeah whatever:You think, YOU're old? Lemme tell ya one thin':...
Everyone needs a thread like this every once in a while, a FFA on anything senseless and nothing technicalmonaster wrote:This doesn't fit LEM's topics at all, but yeah whatever