// Preamble
$pageName = "Files";
$focused = "none"; // Dock icon name to get a border
require "parts/preamble.php"; // Load most of document
?>
function fileDownloadLink ($baseUrl, $extensions)
{
$extension = explode (' ', $extensions);
$count = count ($extension);
for ($i = 0 ; $i < $count ; $i++) {
if ($i == 0) {
echo '[ ';
}
echo '' . $extension[$i] . ' ';
if (($i+1) < $count) {
echo '| ';
} else {
echo ']';
}
}
}
?>
QuakeForge is always in constant development. Our development version has
the latest features, but changes rapidly as bugs are fixed and features are
added. Stable versions do not change significantly once released, though we
sometimes make revisions of the stable branch to fix known bugs.
Current Releases
QuakeForge: Development Tree ("Cougar")
This is our new development tree (we're back to "quakeforge"), where we're again making an attempt to
merge Quake and QuakeWorld ... but this time, it's much better. :) It's under
heavy development (Wear your hard hat!), and will eventually provide the 0.6 versions of
QuakeForge.
QuakeForge: Newtree, Version 0.5.0
- Source code
fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
QuakeForge: Newtree
Newtree is our stable tree. It will provide the 0.3 and 0.4 series of
QuakeForge releases. Most activity has move to the development tree though.
QuakeForge: Newtree, Version 0.3.0
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-win32", "zip"); ?>
- Win32 binaries (Made with MinGW (GCC)) (experimental)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-mingw-i386", "zip"); ?>
- Win32 binaries (Made with MinGW (GCC), i686 optimised) (experimental)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0-mingw-i686", "zip"); ?>
Development Snapshots (source updated daily)
- Source code
fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Borland C++)
fileDownloadLink ("files/newtree-win32-bc-current", "zip");
$ftime = filemtime ("files/newtree-win32-bc-current.zip");
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("files/newtree-win32-current", "zip");
$ftime = filemtime ("files/newtree-win32-current.zip");
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
?>
QuakeForge: NUQ
QuakeForge: NUQ (pronounced "Nuke") is, basically, the Classic
Quake version of Newtree. NUQ is based on the WinQuake engine, but with lots of
enhancements from the merged tree and Newtree. Being the reverse Newtree, there
is no support for QuakeWorld multiplayer protocols.
The NUQ tree will be dead soon. Our quakeforge tree is getting netquake
merged into the quakeworld code, so it'll be redundant. And since nobody works
on it anyway, that's a good thing.
Development Snapshots (source updated daily)
- Source code
fileDownloadLink("files/nuq-current", "tar.gz tar.bz2 zip"); ?>
/*
- Win32 binaries [ coming soon! ] */ ?>
Older Releases
QuakeForge: Newtree
QuakeForge: Newtree, Version 0.2.99 Beta 7
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta7", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta7-win32", "zip"); ?>
- Win32 binaries (Made with Borland C++)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta7-win32-bc", "zip"); ?>
Beta 6
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta6", "tar.gz zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta6-win32", "zip"); ?>
- Win32 binaries (Made with Borland C++)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta6-win32-bc", "zip"); ?>
- Win32 binaries (Made with MinGW (GCC)) (experimental)
fileDownloadLink ("http://www.saunalahti.fi/~mipes/quakeforge-2.99beta6-mingw-win32", "zip"); ?>
- Win32 binaries (Made with MinGW (GCC), i686 optimised) (experimental)
fileDownloadLink ("http://www.saunalahti.fi/~mipes/quakeforge-2.99beta6-mgw686-win32", "zip"); ?>
Beta 5
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta5", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta5-win32", "zip"); ?>
Beta 4.1
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta4.1", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta4.1-win32", "zip"); ?>
Beta 3
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta3", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta3-win32", "zip"); ?>
Beta 2
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Made with Microsoft Developer Studio)
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2-win32", "zip"); ?>
QuakeForge Merged Tree
Since current work is based on Newtree and NUQ, the merged tree snapshots
are no longer being made. You can still get it directly out of CVS, however.
QuakeForge Stable release (0.1.1, released 27 Feb 2000)
QuakeForge 0.1 is our initial offering to the public. It's not really for
end-users, but served as a proof of concept that the Quake and QuakeWorld
trees are more closely related than initial look would indicate.
- Source code
fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries [ n/a ]
Miscellaneous Files
- QuakeForge pack (currently only has conback.lmp)
fileDownloadLink ("files/pakQF", "pak"); ?>
- Skybox pack (internally compressed)
fileDownloadLink ("files/skyboxes", "pak"); ?>
- Quake Shareware
fileDownloadLink ("files/quake-shareware-1.06", "tar.gz tar.bz2 zip"); ?>
- zlib home page. Needed for compressed pak support.
http://www.info-zip.org/pub/infozip/zlib/
- PAK, GtkPAK (Packfile manager), source
fileDownloadLink ("files/pak-0.2.2", "tar.gz tar.bz2 zip"); ?>
require "parts/postamble.php"; // Finish this sucker up
?>