X-Git-Url: http://git.shiar.net/perl/schtarr.git/blobdiff_plain/d4581a2bec64edc2357aef32345819ee2917b279..e503c5e7b17c8da4dcb3dec44abb228cbe334a45:/scmap diff --git a/scmap b/scmap index 3e7cee0..5167e01 100755 --- a/scmap +++ b/scmap @@ -47,8 +47,8 @@ if ($SHOWMAP eq "head") { sub world { my $self = shift; - # ERA: 0 1 2 3 4 5 6 7 - my @worlds = qw(badlands space 0 0 jungle 0 0 twilight); + # ERA: 0 1 2 3 4 5 6 7 + my @worlds = qw(badlands platform install ashworld jungle desert ice twilight); return $worlds[$self->era] || "?"; } @@ -101,3 +101,15 @@ if (defined $mapsep{$SHOWMAP}) { } } +=head1 scmap + +From replay: + + old/screptomap somereplay.rep | ./scmap -m=ppm > map.ppm + +From map: + + ./scmtomap starcraft/maps/ladder/'(4)Lost Temple.scm' + ./scmap -m=ppm < file000001.xxx > map.ppm + +=cut