From owner-freebsd-questions Sun Sep 28 20:45:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12996 for questions-outgoing; Sun, 28 Sep 1997 20:45:25 -0700 (PDT) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12991 for ; Sun, 28 Sep 1997 20:45:21 -0700 (PDT) Received: from jason.argo.net.au ([203.25.160.112]) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id LAA19364 for ; Mon, 29 Sep 1997 11:53:13 +0800 (WST) Message-Id: <3.0.3.32.19970929114454.007a23f0@barney.webace.com.au> X-Sender: jasonm@barney.webace.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Mon, 29 Sep 1997 11:44:54 +0800 To: questions@freebsd.org From: Jason McKay Subject: Quake Server Problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have installed the quakeserver, only prob is the +sys_ticrate ... In the qserver.sh file, is the following: QSERVER=/usr/local/quakeserver/unixded QPIPE=/usr/local/quakeserver/quakeserver.in LOG=/usr/local/quakeserver/quakeserver.log cd /usr/local/quakeserver # This runs the standard quakeserver game, suitable for LAN play #QARGS= # A few other ideas/options: # To run a game better suited for modem play: QARGS= +sys_ticrate 0.1 Problem is, when the +sys_ticrate is enabled and you reboot the machine the following is reported: :not found quakeserver but you remove +sys_ticrate and it works fine. Any suggestions? - Jason McKay.