I added a new line character for Checksum Failure messages from the console window.
Changes this:
Checksum failure for checksum type 3, data area 0Checksum failure for checksum type 2, data area 0Checksum failure for checksum type 1, data area 0Checksum failure for checksum type 3, data area 1Checksum failure for checksum type 2, data area 1Checksum failure for checksum type 1, data area 1Warning. Skylander data read from portal, but checksums are incorrect. File may be corrupt.
To:
Checksum failure for checksum type 3, data area 0
Checksum failure for checksum type 2, data area 0
Checksum failure for checksum type 1, data area 0
Checksum failure for checksum type 3, data area 1
Checksum failure for checksum type 2, data area 1
Checksum failure for checksum type 1, data area 1
Warning. Skylander data read from portal, but checksums are incorrect. File may be corrupt.
I am sorry about the strange commits. I edited the wrong source code and uploaded the wrong source code at first. All that needs to be changed is
data area %d to data area %d\n
I added a new line character for Checksum Failure messages from the console window.
Changes this: Checksum failure for checksum type 3, data area 0Checksum failure for checksum type 2, data area 0Checksum failure for checksum type 1, data area 0Checksum failure for checksum type 3, data area 1Checksum failure for checksum type 2, data area 1Checksum failure for checksum type 1, data area 1Warning. Skylander data read from portal, but checksums are incorrect. File may be corrupt.
To: Checksum failure for checksum type 3, data area 0 Checksum failure for checksum type 2, data area 0 Checksum failure for checksum type 1, data area 0 Checksum failure for checksum type 3, data area 1 Checksum failure for checksum type 2, data area 1 Checksum failure for checksum type 1, data area 1 Warning. Skylander data read from portal, but checksums are incorrect. File may be corrupt.
This should be cross platform compatible as well.