09.30.07
PS2 Checksum calculator Update
I’ve got some time to work on this, so I finally added the template feature. You will be able to use templates for various games and the templates are easy to create and understand through the XML format. Still there is no editor for the files, but I’m working on it right now. I hope I can release this in the next two weeks.

Finally an example of a templatefile written with XML:
<?xml version=”1.0″ encoding=”utf-8″?>
<PS2CRCSAVEFIXTEMPLATE version=”1.1″>
<Description>
<DisplayName>Final Fantasy XII (US)</DisplayName>
<Author>Silence</Author>
<URL>www.immortal-forces.net</URL>
<Comment>Should work</Comment>
</Description>
<SanityCheck>
<PerformSanityCheck>1</PerformSanityCheck>
<FileName>SLUS1</FileName>
<FileName>SLUS2</FileName>
<FileSize>123032443324132</FileSize>
<Header>00103400</Header>
</SanityCheck>
<Patch>
<ChecksumType>CRC32</ChecksumType>
<ByteOrder>1</ByteOrder>
<ChecksumOffset>1234</ChecksumOffset>
<CheckSumAreaStartOffset>20</CheckSumAreaStartOffset>
<CheckSumAreaEndOffset>80</CheckSumAreaEndOffset>
</Patch>
</PS2CRCSAVEFIXTEMPLATE>