2002-05-02 12:45:05 +00:00
|
|
|
README for quake2
|
|
|
|
=================
|
|
|
|
|
|
|
|
Compiling
|
|
|
|
---------
|
|
|
|
|
2002-04-03 03:35:06 +00:00
|
|
|
If you are checking this out from CVS, run the bootstrap command first to set
|
2002-07-05 12:41:58 +00:00
|
|
|
up configure. You will need autoconf 2.50, automake 1.6, libtool 1.4, or
|
|
|
|
greater. Then follow the instructions in INSTALL.
|
2002-04-03 03:35:06 +00:00
|
|
|
|
2002-05-02 12:45:05 +00:00
|
|
|
Save Games
|
|
|
|
----------
|
|
|
|
|
|
|
|
Save games are tied to the build of quake2 that they were created with.
|
|
|
|
You can *not* use old save games with new versions of the code (well, you
|
|
|
|
can hack the savegame loader to allow this, but you may find yourself
|
|
|
|
experiencing interesting and obscure segfaults in the game).
|
|
|
|
|
|
|
|
The simple workaround is to *not upgrade* if you are in the middle of
|
|
|
|
a single player game.
|
|
|
|
|
|
|
|
Mission Packs
|
|
|
|
-------------
|
|
|
|
|
|
|
|
To build the Xatrix and Rogue missionpacks, download the sharballs from id
|
|
|
|
Software's FTP site:
|
|
|
|
|
|
|
|
ftp://idsoftware.com/idstuff/quake2/sources/
|
|
|
|
|
|
|
|
uncompress them, and run them in src/xatrix or src/rogue
|
2002-03-02 04:04:28 +00:00
|
|
|
|
2002-05-02 12:45:05 +00:00
|
|
|
In src/Makefile.am, swap the comments on the SUBDIR lines, and run ./bootstrap
|
|
|
|
from the top level. Rerun configure and make.
|