64bit woes

When I first tried to play, numpy kept refusing to make arrays because they were "too large". Eventually I tracked this down to an integer size issue in the MD2 loader code.

You should specify standard sizes and alignments in your struct format specifiers (use '=4s16l' instead of just '4s16l', for example) or 64bit machines try to use rather longer longs.