On Wed, Aug 27, 2008 at 01:24:46PM +0300, Antti Harri wrote:
> >And I believe the pk3 checksum should be removed...
> 
> What do you mean?

sorry I was too lazy :(
having not seen a patch for code/qcommon/files.c , I assumed you haven't 
removed this from ioq3:

if( path->pack->checksum != pak_checksums[pakBasename[3]-'0'] )
{
        if(pakBasename[0] == '0')
        {
                Com_Printf("\n\n"
                        "**************************************************\n"
                        "WARNING: pak0.pk3 is present but its checksum (%u)\n"
                        "is not correct. Please re-copy pak0.pk3 from your\n"
                        "legitimate Q3 CDROM.\n"
                        
"**************************************************\n\n\n",
                        path->pack->checksum );
        }
        else
        {
                Com_Printf("\n\n"
                        "**************************************************\n"
                        "WARNING: pak%d.pk3 is present but its checksum (%u)\n"
                        "is not correct. Please re-install the point release\n"
                        
"**************************************************\n\n\n",
                        pakBasename[3]-'0', path->pack->checksum );
        }
}

but, it seems it's already done by openarena patches...
I'll check this, I'm building your port...

Reply via email to