From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 12:17:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C870916A4CE for ; Thu, 7 Oct 2004 12:17:31 +0000 (GMT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D644343D48 for ; Thu, 7 Oct 2004 12:17:30 +0000 (GMT) (envelope-from volkere@cs.tu-berlin.de) Received: from mailhost.cs.tu-berlin.de (postfix@mail.cs.tu-berlin.de [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id OAA12795 for ; Thu, 7 Oct 2004 14:17:26 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 5B529F219 for ; Thu, 7 Oct 2004 14:17:25 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 23800-30 for ; Thu, 7 Oct 2004 14:17:25 +0200 (MEST) Received: from conde (conde.cs.tu-berlin.de [130.149.17.40]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for ; Thu, 7 Oct 2004 14:17:24 +0200 (MEST) Date: Thu, 7 Oct 2004 14:17:24 +0200 (MEST) From: Volker Eckert X-X-Sender: volkere@conde To: questions@freebsd.org In-Reply-To: <4164E131.9000502@comptek.ru> Message-ID: References: <001501c4abf4$0ca64650$8a6115ac@dcml.docomolabsusa.com> <4164E131.9000502@comptek.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de Subject: Re: Having a problem running quake3 on my system running 5.2.1 FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 12:17:31 -0000 On Thu, 7 Oct 2004, Artem Kazakov wrote: > Devesh Shah wrote: >> The installation seems to be OK but game would not start because of the >> the following error. >> >> Sys_Error: Couldn't load default.cfg. >> >> Do I need to have pak0.pk3 zip file from CD as I don't find any >> documentation >> regarding default.cfg for quake 3 game? >> >> I have installed the LINUX compatible drivers and libraries and have >> loaded >> nvidia.ko on my system. >> >> Any help is appreciated. >> > yep, as far as I remember you need pak0.pk3... default.cfg file should be in > there. > As you can see, the guy from > > http://lists.asu.edu/cgi-bin/wa?A2=ind0305&L=asulug&F=&S=&P=12606 > haven't got pak0.pk3 file too and got the same problem as you. iirc for _playing_ you do need the pak0.pk3, but if you want to get rid of the complaint about the missing default.cfg you just create an empty one (~/.q3a/default.cfg i think) since the original default.cfg contains just a comment, but you'll need the original pak files anyway. regards.