Topic: [TOOL] tw-crc32sum
I just needed this script today, use it for generating checksums of teeworlds maps like in dm1_f35c9309.map.
Requirements: Python 3.3
Download: tw-crc32sum
Example:
$ tw-crc32sum dm1.map
f35c9309 dm1.map
Usage:
$ tw-crc32sum --help
usage: tw-crc32sum [-h] [-q] [FILE [FILE ...]]
Print Teeworlds' CRC checksums.
positional arguments:
FILE With no FILE, or when FILE is -, read standard input.
optional arguments:
-h, --help show this help message and exit
-q, --quiet Quiet mode, only output the CRC checksums, omit filenames
Thanks and good bye :)