// Preamble
$pageName = "Files";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
QuakeForge 0.1.1 (Feb. 27, 5:09 pm PT)
quakeforge-0.1.1.tar.gz (1.3MB)
quakeforge-0.1.1.tar.bz2 (1.1MB)
quakeforge-0.1.1.zip (1.6MB)
QuakeForge v991221 (Dec. 1999, Initial Release)
q1-991221.tar.gz (2.7MB)
q1-991221.tar.bz2 (2.4MB)
q1source.zip (3MB)
QuakeForge CVS Snapshots
$ftime = filemtime("files/qf-current-snapshot.tar.gz");
echo "(" . date("M. j, g:i a", $ftime) . " PT)";
?>
qf-current-snapshot.tar.gz
$size = filesize("files/qf-current-snapshot.tar.gz"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
qf-current-snapshot.tar.bz2
$size = filesize("files/qf-current-snapshot.tar.bz2"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
qf_current_snapshot.zip
$size = filesize("files/qf_current_snapshot.zip"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
QuakeForge Win32 Binaries
$ftime = filemtime("files/quakeforge-win32-current.zip");
echo "(" . date("M. j, g:i a", $ftime) . " PT)";
?>
quakeforge-win32-current.zip
$size = filesize("files/quakeforge-win32-current.zip"); $size /= 1024;
echo '(' . round($size) . ' KB)
';
?>
Older CVS builds can be found here.
Borland compiled QuakeForge Win32 bins
Win32 QuakeForge binaries compiled using Borland C++ can be found here.
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.
Utilities
UNIX (Linux, FreeBSD, Solaris, IRIX, AIX, Tru64 Unix, etc.)
- You can find a version of CVS on Cyclic's ftp server.
- Grab ssh 1.x so you can access shell1.sourceforge.net. You can get either OpenSSH or a less free SSH
- here is an official Cyclic Windows release of CVS.
- Personally I think my
- WinCVS/MacCVS is now available for Linux as gCVS and a copy can be found here.
- Pharmacy is a GUI front-end to CVS in X11, it looks quite useful.
- Get a copy of the latest GCC compiler (latest is GCC v2.95): ftp://ftp.gnu.org/pub/gnu/gcc
- The GPL Quest Map editor which can edit Quake maps and runs on multiple OSs has a Linux version in the Quest project's CVS tree, this is a tweaked version by Nelson Rush (palisade) which fixes a lot of the problems inherent in the CVS version. You have to edit the quest.cfg before using it. Email Palisade for questions or comments.
Windows 95/98/NT/2K and DOS
BeOS
MacOS
OS/2
- You can find a ssh program here.
- Cyclic has CVS for OS/2 here.
Multiplatform Tools
Important Links
require("parts/postamble.php"); // Finish this sucker up
?>