ctf/README

22 lines
1.1 KiB
Text
Raw Normal View History

2011-10-11 07:29:14 +00:00
This is a 64 bit clean and bugfixed version of id Software's Quake II
addon pack "Capture The Flag", developed by David 'Zoid' Kirsch. Hundred
of type errors and strange constructs were fixed, thus this version
should run much more stable than the old SDK version. While it may work
with every Quake II client, the "Yamagi Quake II" client is highly
recommended. For more Information visit http://www.yamagi.org/quake2.
2011-10-11 07:29:14 +00:00
2012-07-01 08:10:57 +00:00
Installation for FreeBSD and Linux:
1. Type "make" or "gmake" to compile the game.so.
2011-10-11 07:29:14 +00:00
2. Copy release/game.so to the ctf/ subfolder of your Quake II
installation. The CTF gamedata is part of the 3.20 point release.
3. Start the game with "./quake2 +set game ctf".
2012-07-01 08:10:57 +00:00
Installation for Windows:
1. Copy the game.dll to the ctf/ subfolder of your Quake II
installation. The CTF gamedata is part of the 3.20 point release.
2. Start the game with "quake2.exe +set game ctf".
If you want to compile 'ctf' for Windows from source, please take a
look at the "Installation" section of the README of the Yamagi Quake
II client. There's descripted how to setup the build environment.