quake2/solaris
Daniel Wolf 9f781f0680
imported 3.21 official GPL release
2020-03-15 16:22:34 -04:00
..
Makefile.OLD The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
Makefile.Solaris imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
g_so.c imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
glob.c imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
glob.h imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
net_udp.c imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
q_shsolaris.c imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
readme.solaris imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
sys_solaris.c imported 3.21 official GPL release 2020-03-15 16:22:34 -04: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