Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: Lance on July 28, 2008, 11:54:26 AM

Title: Get Checksum of W3X map
Post by: Lance on July 28, 2008, 11:54:26 AM
How can I do it? I've already figured out how to get the mapsize and crc32.
Title: Re: Get Checksum of W3X map
Post by: Camel on July 28, 2008, 12:38:48 PM
Quote from: SarCaSTiC on July 28, 2008, 11:54:26 AM
How can I do it? I've already figured out how to get the mapsize and checksum.
Fixed.
Title: Re: Get Checksum of W3X map
Post by: Lance on July 28, 2008, 12:57:24 PM
CRC32 is used for something else. You remember that thread at vL?
Title: Re: Get Checksum of W3X map
Post by: Lance on July 28, 2008, 01:32:58 PM
Never mind. Got it.
Title: Re: Get Checksum of W3X map
Post by: Camel on July 28, 2008, 03:12:39 PM
There might well be two different checksums, but if that's the case then your question could stand to be reworded. CRC32 a checksumming algorithm, so it is not descriptive enough to call one of the checksums "the checksum" and the other one "the crc32;" either name could refer to either checksum.