quake2forge/solaris
Jeff Teunissen 49ae964011 Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
..
Makefile.OLD Initial revision 2001-12-22 04:27:19 +00:00
Makefile.Solaris Initial revision 2001-12-22 04:27:19 +00:00
g_so.c Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
glob.c Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
glob.h Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
makefile.solaris Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
net_udp.c Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
q_shsolaris.c Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
readme.solaris Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00
sys_solaris.c Update to 3.21-level source code. 2001-12-28 19:56:33 +00:00

readme.solaris

Quake2 Dedicated 3.20 For Sun Solaris (x86 and Sparc)
-----------------------------------------------------

Please see the readme.txt file included for general information about the
game.  This file contains Solaris specific information.

Requirements
------------

Solaris x86 2.5.1 or later, Sun Solaris Sparc 2.5.1 or later.

Installation
------------

To install the Quake2 data files, mount your Quake2 CD and copy
the directory install/data to the location where you want Quake2.  You
can also symlink it, but I don't recommend that.  Around 200MB of disk
space is required for a full installation.

For example:
  cp -r /mnt/cdrom/install/data/* /usr/games/quake2

This binary only runs as a dedicated server and requires no special
user permissions.

You can also set dmflags, timelimit, etc. in a config file, like so:
  set timelimit 20
  set fraglimit 25
  set dmflags 532
  map fact3

Then exec that config file on load, like so:

  ./q2ded +exec server.cfg

If you use a config file, you must put a 'map' command in it or the
server won't load a map.

To run a dedicated server in the background, use this;

	nohup ./q2ded +exec server.cfg &

A better way is to run Quake2 on a tty via screen.  screen can be found
at ftp://prep.ai.mit.edu/pub/gnu/screen-3.7.4.tar.gz.

-----------------------------------------------------------------------------

Solaris Quake2 is an unsupported product.  Usage of this product is bound by 
the legal notice found on the distribution Quake2 CDROM.

/// Zoid
zoid@idsoftware.com