Go to file
Joseph Carter 14eeca08c6 clean now does properly. 2000-01-10 07:55:48 +00:00
common The previous 2 commits were on the rendering of menu.c 2000-01-09 20:34:01 +00:00
debian A couple trademark uses cleaned up 2000-01-08 06:10:07 +00:00
doc Missed one. 2000-01-01 19:51:56 +00:00
gamedata Adding files moved from main UQuake directory. 1999-12-27 08:16:05 +00:00
old_headers Moved old_headers/qwcl/resource.h to qw_client/resource.h 2000-01-05 01:48:02 +00:00
qw_client beginnings of IPv6 support by Pontus Lidman 2000-01-09 22:11:12 +00:00
qw_common forgot to add it with the IPv6 patch from Pontus 2000-01-09 22:19:33 +00:00
qw_server clean now does properly. 2000-01-10 07:55:48 +00:00
standalone *** empty log message *** 1999-12-30 19:58:41 +00:00
tools Added cvs2cl.pl to tools, added a changelog target to the makefile, and 2000-01-04 03:26:19 +00:00
uquake The previous 2 commits were on the rendering of menu.c 2000-01-09 20:34:01 +00:00
.gitignore Added aclocal.m4 2000-01-08 20:38:27 +00:00
AUTHORS beginnings of IPv6 support by Pontus Lidman 2000-01-09 22:11:12 +00:00
COPYING This file should be here. 1999-12-30 13:37:04 +00:00
CREDITS beginnings of IPv6 support by Pontus Lidman 2000-01-09 22:11:12 +00:00
INSTALL Add automake 1.3 to requirements for bootstrap script. 2000-01-08 20:21:35 +00:00
Makefile.in Don't try to build QW if we don't have UDP. 2000-01-07 01:13:47 +00:00
README Add automake 1.3 to requirements for bootstrap script. 2000-01-08 20:21:35 +00:00
TODO Added a "tested on" system in README (no big deal) 2000-01-07 03:59:52 +00:00
acconfig.h configure now defines XMESA if you have GL/xmesa.h. Also added #undef for 2000-01-08 08:28:23 +00:00
acinclude.m4 This contains additional autoconf macros. Currently just AC_HAVE_STRUCT_FIELD() 2000-01-08 18:02:29 +00:00
bootstrap Run aclocal. 2000-01-08 20:21:46 +00:00
config.guess Loring Holden's autoconf support. {qw-client,quake}-glide is currently not built since neither of us has the hardware available at the moment to test the 3dfx MiniGL target. Someone who does (Mercury?) will have to fix that. Bins all build in odd places for the moment. Thanks for staying up so late to help get this working Loring, you rock! 1999-12-29 13:58:47 +00:00
config.sub Loring Holden's autoconf support. {qw-client,quake}-glide is currently not built since neither of us has the hardware available at the moment to test the 3dfx MiniGL target. Someone who does (Mercury?) will have to fix that. Bins all build in odd places for the moment. Thanks for staying up so late to help get this working Loring, you rock! 1999-12-29 13:58:47 +00:00
configure.in Check for sys/io.h and asm/io.h 2000-01-09 02:18:10 +00:00
install-sh Loring Holden's autoconf support. {qw-client,quake}-glide is currently not built since neither of us has the hardware available at the moment to test the 3dfx MiniGL target. Someone who does (Mercury?) will have to fix that. Bins all build in odd places for the moment. Thanks for staying up so late to help get this working Loring, you rock! 1999-12-29 13:58:47 +00:00
mkinstalldirs Heavy Makefile.in updates. Real install target, clean now removes bins, 2000-01-03 08:03:01 +00:00

README

README - release notes for QuakeForge
Copyright (C) 1996-1997  Id Software, Inc.
Copyright (C) 1999,2000  contributors of the QuakeForge project
Please see the file "AUTHORS" for a list of contributors

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See file COPYING for license details.

Quake(R) and QuakeWorld(R) are registered trademarks of Id Software, Inc.
The NIN logo is a registered trademark licensed to Nothing Interactive, Inc.
All other trademarks are the property of their respective owners


Table of Contents
-----------------

I.	Special Thanks
II.	System Requirements
III.	Running and Compiling QuakeForge
IV.	Operating System Specific Issues
V.	Errata and Known Bugs
VI.	Troubleshooting
VII.	Technical Support
VIII.	Joystick Notes
IX.	Tested Systems


I. Special Thanks
-----------------

The QuakeForge Project would like to thank Id Software, Inc. for writing
and releasing Quake under the GNU GPL.  We'd like to thank John Carmack and
Dave Kirsch in particular for the support they have provided to us and to
the Free Software community as a whole.

We would also like to thank the following organizations for their
contributions to QuakeForge:

   VA Linux Systems, Inc.
   3Dfx Interactive, Inc.

And last but certainly not least, we would like to thank every single
person who has contributed even one line of code, documentation, or other
support to the QuakeForge project.

Without all of you, we would not be where we are right now.

Id Software, Inc. thanks MPath Interactive and Gandalf Technology for
their help and support.

If you'd like to contribute code/hardware/support/suggestion/help to the
QuakeForge project, contact Nelson Rush at: palisade@quakeforge.net


II. System Requirements
-----------------------

Raster capable display. ;-)
8MB RAM (16MB required under Win32)
Floating-point processor (not strictly required but a Good Idea(TM))
30MB free disk space (shareware version, 80MB for registered version)


III. Running and Compiling QuakeForge
-------------------------------------

Read the INSTALL file for more information on compiling.

Autoconf 2.13 or greater and automake 1.3 or greater required to use
the bootstrap script.

After you have compiled successfully, you must download the shareware
version of Quake 1 to play. Insert the proper binaries in the same
directory as the unpacked shareware files, and run.


IV. Operating System Specific Issues
------------------------------------

This section should discuss issues that affect only certain operating
platforms.  Issues to be discussed include:

  * Audio Setup
  * CD Audio Input
  * Mouse Setup
  * Booting "Clean"


V. Errata and Known Bugs
------------------------

Problem:  The screen flickers once about every other frame when using GL
Solution: Not all GL implementations support a performance hack used to
          which is used by the GL renderer allowing it to avoid clearing
	  the Z buffer.  The console command "gl_ztrick 0" fixes this
	  problem.

Problem:  Zombies can sometimes get "stuck" in the ground.  They can be
          heard but not killed making it impossible to get 100% on the
	  current level.
Solution: None found.

Problem:  It is possible for players to sometimes get stuck in a room or
          wall, much like the zombies mentioned above.
Solution: The "kill" console command will un-stick you, but it has the
          unfortunate side effect of killing you in the process (hence the
	  command's name.)  It is a good idea to save your games often.

Problem:  Sometimes durring a game the player's view will not center
          properly.  The end result is that the player view is looking up
	  toward the ceiling while walking.
Solution: Use of freelook (mouse or keyboard) may solve this problem, as
          will exiting the level or the "kill" console command.


VI. Troubleshooting
-------------------

If QuakeForge fails to start up, or has problems not addressed elsewhere
in the documentation, try the -safe command line switch, which disables a 
number of parts of QuakeForge that can be problems if there are hardware
or configuration problems.  The -safe command line switch is equivalent to 
-stdvid, -nosound, -nonet, and -nocdaudio together.  Those four switches
do the following:

  -stdvid	disables VESA video modes
  -nosound	disables sound card support
  -nonet	disables network card support
  -nocdaudio	disables CD audio support

If -safe makes the problem go away, try using each of the switches
individually to isolate the area in which you're experiencing the problem,
then either correct the configuration or hardware problem or play
QuakeForge with that functionality disabled.

If you still have problems, try booting clean in conjunction with the
-safe command line parameter.  For information on booting clean, refer to 
"Booting Clean" in section III above.

If you experience page faults while running Quarterdeck's QDPMI DPMI
server, this is caused by a bug in QDPMI.  Workarounds:  Remove QDPMI from
CONFIG.SYS, issue the command QDPMI OFF before running QuakeForge, or get
the update patch for QDPMI from Quarterdeck.  You may be running QDPMI
without knowing it if you have QEMM installed, because it can be
installed as part of the QEMM installation.


VII. Technical Support
----------------------

Please do not contact ID Software, Inc regarding technical support
issues related to QuakeForge. QuakeForge is heavily modified from the
original Quake source release and Id Software does not support these
modifications.

Visit the QuakeForge project's webpage for more information on technical
support, bugs reports, and help at: http://www.quakeforge.net/

Thank you.


VIII. Joystick notes
--------------------

Your joystick must be plugged in when QuakeForge is launched.

If you have a joystick plugged in, but do not wish QuakeForge to try to
use it, just add the -nojoy option to the QuakeForge command line.

You may disable joystick reads from the QuakeForge console with the 
"joystick 0" command.

There are default configuration bindings for joystick buttons.

If your joystick or interface card reports three or four buttons and you
only have two, use the QuakeForge console command "joybuttons 2".

The "mlook" and "sidestep" commands work with a joystick exactly as they
do for a mouse, as does the "invert mouse up/down" menu option.


IX. Tested Systems
------------------

Processors tested:
   Intel PI
   Intel PII
   Intel PIII
   Athlon
   K6-2
   Motorola PowerPC
   Compaq Alpha
   Sun UltraSPARC
   SGI Indigo 2
   Mips R10k

Operating systems tested:
   Linux
   FreeBSD
   Solaris
   IRIX
   AIX
   Windows 98

FIXME: Have we tested dos and NT?

User testimonies:
   Linux, Athlon, G400 w/ utah-glx
   Linux, PentiumII, G200 w/ utah-glx
   Linux, RedHat 6.1, dual V2, Mesa 3.1
   Linux, Debian Potato, PII 266 CPU, 3Dfx Voodoo3 3000 AGP, Mesa 3.1   
   Linux, Debian Potato, K6-2, TNT1, ancient nvida glx drivers
   Linux, Debian Potato, PIII-450, 3dfx Voodoo3 3000 AGP, Mesa 3.1
   Linux, Suse 6.1 Pentium-133, 8meg V2, with all applicable targets at 16bpp; Mesa 3.1
   Linux, Suse 6.1 Celeron 400, Neomagic; all software targets.
   Linux 2.2, k6-2-350, quake-x11 -bpp 16
   Linux 2.2, k6-2-350, quake-gl mesa 3.1 glide2x voodoo2 8M
   Linux 2.0, k6-2-266, quake-x11 -bpp 16
   Linux 2.2, Slackware 7, PII-300, Xfree86 3.3.5, TNT(Velocity 4400/new GLX), Mesa 3.1
      libvga.so.1.4.0, tested all clients, GL freeze problem (dont use new GLX drivers)
   FreeBSD 2.2.8 - X11
   FreeBSD 3.2 - X11
   FreeBSD 4.0 - X11 and TNT2/GLX
   Solaris 7.0, Ultrasparc, Elite3D
   AIX 4.3.3, Power3, GTX3000p
   Irix 6.5, MIPS R10k, MXI (Octane)


email user testimonies to: palisade@quakeforge.net
Or to our quake-devel mailing list which you can find more information
about on our website at: http://www.quakeforge.net/