// Preamble
$pageName = "Files";
$focused = "none"; // Dock icon name to gets 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.
QuakeForge Stable release (0.1.1, released 27 Feb 2000)
QuakeForge 0.1 is our initial offering to the public. It's not really ready
for end users at this point, but it is quite stable.
- Download source fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
- Download binaries (no binaries have been released of this version)
CVS Snapshots (updated daily)
- Download source fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
- Win32 binaries (Borland) [ homepage ]
- Win32 binaries (Microsoft) fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
Quake Shareware files
Quake v1.06
$size = filesize("files/quake106.zip"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
quake_sw.tar.gz without .exes or .dlls
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
Miscellaneous Files
Grab Taniwha's pak util replacement here.
require("parts/postamble.php"); // Finish this sucker up
?>