2022-04-27 16:59:31 +00:00
< ? php // Preamble
2007-03-09 17:16:17 +00:00
$pageName = " Downloads " ;
2001-10-17 05:46:43 +00:00
$currPage = " files " ; // Name of the page, for the menu
2000-07-18 17:24:34 +00:00
require " parts/preamble.php " ; // Load most of document
2011-12-12 16:45:38 +00:00
function fileDownloadLink ( $baseUrl , $extensions , $gpg = 0 )
2000-05-22 03:55:46 +00:00
{
$extension = explode ( ' ' , $extensions );
$count = count ( $extension );
2011-12-12 16:45:38 +00:00
2000-05-22 03:55:46 +00:00
for ( $i = 0 ; $i < $count ; $i ++ ) {
if ( $i == 0 ) {
2003-07-21 12:32:48 +00:00
echo '<STRONG>[ ' ;
2000-05-22 03:55:46 +00:00
}
echo '<A href="' . $baseUrl . '.' . $extension [ $i ] . '">' . $extension [ $i ] . '</A> ' ;
if (( $i + 1 ) < $count ) {
echo '| ' ;
} else {
2003-07-21 12:32:48 +00:00
echo ']</STRONG>' ;
2000-05-22 03:55:46 +00:00
}
}
2011-12-12 16:45:38 +00:00
if ( $gpg ) {
if ( $gpg > 1 ) {
echo '<br>PGP Signatures (to verify archive authenticity) ' ;
2002-10-10 05:12:57 +00:00
} else {
2011-12-12 16:45:38 +00:00
echo ' PGP ' ;
}
for ( $i = 0 ; $i < $count ; $i ++ ) {
if ( $i == 0 ) {
echo '<STRONG>[ ' ;
}
echo '<A href="' . $baseUrl . '.' . $extension [ $i ] . '.asc">' . $extension [ $i ] . '</A> ' ;
if (( $i + 1 ) < $count ) {
echo '| ' ;
} else {
echo ']</STRONG>' ;
}
2002-10-10 05:12:57 +00:00
}
}
}
2007-03-18 04:34:44 +00:00
2003-08-10 05:48:33 +00:00
function fileUpdated ( $file )
{
$ftime = filemtime ( $file );
echo " Updated " . gmdate ( " d M Y g:ia " , $ftime ) . " UTC " ;
}
2011-12-11 02:39:10 +00:00
need ( " boxes " )
2000-05-08 02:39:55 +00:00
?>
2011-12-12 16:45:38 +00:00
< P >
QuakeForge and < A href = " #quake2 " > Quake2Forge </ A > are always in constant
development . Our development versions have the latest features , but they
change 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 . < STRONG > Note : the game
data is still non - free ; you need either the shareware data ( see below ) or
the registered data .</ STRONG >
</ P >
2000-05-22 03:55:46 +00:00
2002-10-01 11:38:47 +00:00
< H2 > Current Releases </ H2 >
2022-04-27 16:59:31 +00:00
< ? php newsBoxOpen ( 'QuakeForge (Main Tree)' ) ?>
2011-12-12 16:45:38 +00:00
< P >
This is our new development tree ( we ' re back to & quot ; quakeforge & quot ;),
where we ' re again in the process of merging Quake and QuakeWorld & hellip ; but
2013-01-23 03:33:56 +00:00
this time , it ' s much better .
2011-12-12 16:45:38 +00:00
</ P >
< P >
While almost always in working order , it ' s under heavy development so
be prepared to encounter some issues < STRONG > ( Wear your hard hat ! ) </ STRONG >.
Please check the < a href = " /doxygen/ " > docs </ a >.
</ P >
< P >
2011-12-17 04:55:58 +00:00
< STRONG > UNIX users :</ STRONG > because of the diversity of machines on
which QuakeForge runs , we do not provide UNIX binaries . You need to
compile QuakeForge yourself . However , it ' s very easy to
2011-12-12 16:45:38 +00:00
compile & nbsp ; & mdash ; & nbsp ; please check
< a href = " doxygen/build-install.html " > the build instructions </ a > for details .
</ P >
<!--< P >
< STRONG > Note :</ STRONG > The main reason we have Win32 downloads is that it ' s
hard to compile the Win32 version , and unless we built Win32 versions
ourselves , very few people on Windows would be able to play .
< STRONG >: ) </ STRONG >
</ P >-->
2013-01-23 03:33:56 +00:00
< H3 > Version 0.7 . 2 ( released 23 Jan 2013 ) </ H3 >
< UL >
< LI > Source code
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.7.2 " , " tar.bz2 tar.gz zip " ) ?>
2013-01-23 03:33:56 +00:00
</ LI >
< LI > Blender mdl import / export addon
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/io_mesh_qfmdl-0.7.2 " , " tar.bz2 tar.gz zip " ) ?>
2013-01-23 03:33:56 +00:00
</ LI >
< LI > Windows binaries ( 64 - bit : wear < a href = http :// knowyourmeme . com / memes / the - goggles - do - nothing > goggles </ a > too ! ) :</ LI >
< UL >
< LI > Clients ( use nq - sdl for single player )
2022-04-27 16:59:31 +00:00
32 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.7.2-win32 " , " zip " ) ?>
64 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.7.2-win64 " , " zip " ) ?>
2013-01-23 03:33:56 +00:00
< br >
This is the only zip you need if you want single player Quake .</ LI >
< LI > Dedicated servers
2022-04-27 16:59:31 +00:00
32 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.7.2-win32 " , " zip " ) ?>
64 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.7.2-win64 " , " zip " ) ?>
2013-01-23 03:33:56 +00:00
< br >
Both Quake ( nq - server ) and QuakeWorld ( qw - server ) </ LI >
< LI > Tools ( for modders )
2022-04-27 16:59:31 +00:00
32 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.7.2-win32 " , " zip " ) ?>
64 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.7.2-win64 " , " zip " ) ?>
2013-01-23 03:33:56 +00:00
< br >
Map and pak manipulation .</ LI >
< LI > Libraries and header files ( for developers )
2022-04-27 16:59:31 +00:00
32 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.7.2-win32 " , " zip " ) ?>
64 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.7.2-win64 " , " zip " ) ?>
2013-01-23 03:33:56 +00:00
< br >
Might be useful for creating new tools , otherwise ...</ LI >
< LI > QFCC QuakeC / Ruamoko compiler and libraries
2022-04-27 16:59:31 +00:00
32 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.7.2-win32 " , " zip " ) ?>
64 - bit : < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.7.2-win64 " , " zip " ) ?>
2013-01-23 03:33:56 +00:00
</ LI >
</ UL >
</ UL >
2013-01-19 06:24:39 +00:00
< H3 > Version 0.7 . 1 a ( released 19 Jan 2013 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.7.1a " , " tar.bz2 tar.gz zip " ) ?> </LI>
< LI > Blender mdl import / export addon < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/io_mesh_qfmdl-0.7.1a " , " tar.bz2 tar.gz zip " ) ?> </LI>
2013-01-19 06:24:39 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Clients ( use nq - sdl for single player ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.7.1a-win32 " , " zip " ) ?> <br>
2013-01-19 06:24:39 +00:00
This is the only zip you need if you want single player Quake .</ LI >
2022-04-27 16:59:31 +00:00
< LI > Dedicated servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.7.1a-win32 " , " zip " ) ?> <br>
2013-01-19 06:24:39 +00:00
Both Quake ( nq - server ) and QuakeWorld ( qw - server ) </ LI >
2022-04-27 16:59:31 +00:00
< LI > Tools ( for modders ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.7.1a-win32 " , " zip " ) ?> <br>
2013-01-19 06:24:39 +00:00
Map and pak manipulation .</ LI >
2022-04-27 16:59:31 +00:00
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.7.1a-win32 " , " zip " ) ?> <br>
2013-01-19 06:24:39 +00:00
Might be useful for creating new tools , otherwise ...</ LI >
2022-04-27 16:59:31 +00:00
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.7.1a-win32 " , " zip " ) ?> </LI>
2013-01-19 06:24:39 +00:00
</ UL >
</ UL >
2013-01-18 09:37:45 +00:00
< H3 > Version 0.7 . 1 ( released 18 Jan 2013 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.7.1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
< LI > Blender mdl import / export addon < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/io_mesh_qfmdl-0.7.1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2013-01-18 09:37:45 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > SDL client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.7.1-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.7.1-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.7.1-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.7.1-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.7.1-win32 " , " zip " ) ?> </LI>
2013-01-18 09:37:45 +00:00
</ UL >
</ UL >
2012-08-04 02:37:39 +00:00
< H3 > Version 0.7 . 0 ( released 4 Aug 2012 ) </ H3 >
2012-08-04 02:33:26 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.7.0 " , " tar.bz2 tar.gz zip " ) ?> </LI>
< LI > Blender mdl import / export addon ( bugfix ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/io_mesh_qfmdl-0.7.0a " , " tar.bz2 tar.gz zip " ) ?> </LI>
2012-08-04 02:33:26 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > SDL client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.7.0-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.7.0-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.7.0-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.7.0-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.7.0-win32 " , " zip " ) ?> </LI>
2012-08-04 02:33:26 +00:00
</ UL >
</ UL >
2012-07-17 05:42:43 +00:00
< H3 > Version 0.6 . 99 Beta 2 ( released 17 Jul 2012 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.6.99beta2 " , " tar.bz2 tar.gz zip " ) ?> </LI>
< LI > Blender addon < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/io_mesh_qfmdl-0.6.99beta2-win32 " , " zip " ) ?> (despite the name, all platforms)</LI>
2012-07-17 05:42:43 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > SDL client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.6.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.6.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.6.99beta2-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.6.99beta2-win32 " , " zip " ) ?> </LI>
2012-07-17 05:42:43 +00:00
</ UL >
</ UL >
2012-07-11 06:23:18 +00:00
< H3 > Version 0.6 . 99 Beta 1 ( released 11 Jul 2012 ) </ H3 >
2012-07-11 06:21:49 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.6.99beta1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2012-07-11 06:21:49 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > SDL client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.6.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.6.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.6.99beta1-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.6.99beta1-win32 " , " zip " ) ?> </LI>
2012-07-11 06:21:49 +00:00
</ UL >
</ UL >
2012-02-08 13:36:46 +00:00
< H3 > Version 0.6 . 2 ( released 8 Feb 2012 ) </ H3 >
2012-02-08 13:35:42 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.6.2 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2012-02-08 13:35:42 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL GLSL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sglsl-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.6.2-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.6.2-win32 " , " zip " ) ?> </LI>
2012-02-08 13:35:42 +00:00
</ UL >
</ UL >
2012-01-07 01:14:10 +00:00
< H3 > Version 0.6 . 1 ( released 7 Jan 2012 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.6.1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2012-01-07 01:14:10 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.6.1-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.6.1-win32 " , " zip " ) ?> </LI>
2012-01-07 01:14:10 +00:00
</ UL >
</ UL >
2011-12-21 10:54:24 +00:00
< H3 > Version 0.6 . 0 ( released 21 Dec 2011 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.6.0 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2011-12-21 10:54:24 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.6.0-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.6.0-win32 " , " zip " ) ?> </LI>
2011-12-21 10:54:24 +00:00
</ UL >
</ UL >
2011-12-19 01:44:00 +00:00
< H3 > Version 0.5 . 99 Beta 4.1 ( released 19 Dec 2011 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.5.99beta4.1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2011-12-19 01:44:00 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.5.99beta4.1-win32 " , " zip " ) ?> </LI>
2011-12-19 01:44:00 +00:00
</ UL >
</ UL >
2011-12-17 04:52:32 +00:00
< H3 > Version 0.5 . 99 Beta 3 ( released 17 Dec 2011 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.5.99beta3 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2011-12-17 04:52:32 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.5.99beta3-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.5.99beta3-win32 " , " zip " ) ?> </LI>
2011-12-17 04:52:32 +00:00
</ UL >
</ UL >
2011-12-12 16:45:38 +00:00
< H3 > Version 0.5 . 99 Beta 2 ( released 11 Dec 2011 ) </ H3 >
2011-12-11 02:41:28 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.5.99beta2 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2011-12-12 16:45:38 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.5.99beta2-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.5.99beta2-win32 " , " zip " ) ?> </LI>
2011-12-12 16:45:38 +00:00
</ UL >
2011-12-11 02:41:28 +00:00
</ UL >
2011-12-12 16:45:38 +00:00
< H3 > Version 0.5 . 99 Beta 1 ( released 9 Dec 2011 ) </ H3 >
2004-05-03 01:23:35 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.5.99beta1 " , " tar.bz2 tar.gz zip " ) ?> </LI>
2011-12-12 16:45:38 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.5.99beta1-win32 " , " zip " ) ?> </LI>
< LI > QFCC QuakeC / Ruamoko compiler and libraries < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/qfcc-0.5.99beta1-win32 " , " zip " ) ?> </LI>
2011-12-12 16:45:38 +00:00
</ UL >
2004-05-03 01:23:35 +00:00
</ UL >
2011-12-12 16:45:38 +00:00
< H3 > Version 0.5 . 5 ( released 2 May 2004 ) </ H3 >
2003-07-18 06:10:54 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.5.5 " , " tar.bz2 tar.gz zip " , 2 ) ?> </LI>
2011-12-12 16:45:38 +00:00
< LI > Windows ( 32 - bit ) binaries :</ LI >
< UL >
2022-04-27 16:59:31 +00:00
< LI > WGL ( Native OpenGL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-wgl-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > SGL ( OpenGL w / SDL ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sgl-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > SDL ( Software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > SDL32 ( 32 - bit software rendering ) client < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-client-sdl-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > Servers < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-server-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > Tools < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-tools-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
< LI > Libraries and header files ( for developers ) < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-devel-0.5.5-win32 " , " zip " , 1 ) ?> </LI>
2011-12-12 16:45:38 +00:00
</ UL >
<!--
2003-07-18 06:10:54 +00:00
< LI >< A href = " http://www.debian.org/ " > Debian GNU / Linux </ A > packages for the
i386 architecture are available by using APT . Use the following
< TT >/ etc / apt / sources . list </ TT > recipe :
< PRE > deb http :// www . quakeforge . net / packages / debian unstable contrib non - free </ PRE >
</ LI >
2003-07-21 12:32:48 +00:00
< LI > RPM packages are available < A href = " /packages/RPM/ " > here </ A >.</ LI >
2011-12-12 16:45:38 +00:00
-->
2003-07-18 06:10:54 +00:00
</ UL >
2011-12-12 16:45:38 +00:00
<!--< H3 > Development snapshots ( updated daily ) </ H3 >
2001-01-11 20:03:41 +00:00
< UL >
< LI > Source code
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/quakeforge-current " , " tar.gz tar.bz2 zip " ); ?>
2002-10-01 11:38:47 +00:00
< BR >
< STRONG > Note :</ STRONG > this is an anonymous CVS - ready tree . To update , all you need to do is the following :
< BLOCKQUOTE >
2003-07-21 12:32:48 +00:00
< CODE > cvs login & nbsp ; & nbsp ; & nbsp ; & nbsp ; </ CODE > ( only need this once , press enter for the password ) < br >
< CODE > cvs up & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; </ CODE > ( creating < a href = " cvsrc.txt " >~/. cvsrc </ a > is < STRONG > highly </ STRONG > recommended )
2002-10-01 11:38:47 +00:00
</ BLOCKQUOTE >
</ LI >
< LI > Win32 binaries ( Made with < A href = " http://www.mingw.org/ " > MinGW </ A > ( GCC ) in Linux )
2022-04-27 16:59:31 +00:00
< ? php
2003-08-10 05:48:33 +00:00
fileUpdated ( " files/qf-win32-server.zip " );
2003-07-08 18:22:06 +00:00
echo " <UL> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>SDL (software) client " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-client-sdl " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>SDL-32 (32bpp software) client " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-client-sdl32 " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>SGL (SDL OpenGL) client " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-client-sgl " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>WGL (OpenGL) client " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-client-wgl " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>developement stuff (libs, headers etc) " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-devel " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2003-07-08 18:26:05 +00:00
echo " <LI>servers " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-server " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
2011-12-12 16:45:38 +00:00
echo " <LI>tools (qfcc, qfbsp …) " ;
2003-07-08 18:21:30 +00:00
fileDownloadLink ( " files/qf-win32-tools " , " zip " );
2003-07-08 18:22:06 +00:00
echo " </LI> " ;
echo " </UL> " ;
2001-01-11 20:03:41 +00:00
?>
2002-10-01 11:38:47 +00:00
</ LI >
2003-09-23 22:12:38 +00:00
< LI > Source code and prebuilt . dat files for various mods .
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/game-source " , " tar.gz tar.bz2 zip " ); ?>
< ? php fileUpdated ( " files/game-source.zip " ); ?> <BR>
2003-09-23 22:12:38 +00:00
Includes qwprogs . dat needed for standard quakeworld ) using QuakeForge
features . Prebuilt files require current cvs / snapshot server . For
2004-04-02 20:36:00 +00:00
0.5 . 4 , edit the Makefile to remove -- advanced and rebuild . The modified
2003-09-23 22:12:38 +00:00
frikbot code < strong > requires </ strong > current server code .
2003-08-10 05:28:56 +00:00
</ LI >
2001-01-11 20:03:41 +00:00
</ UL >
2011-12-12 16:45:38 +00:00
-->
2022-04-27 16:59:31 +00:00
< ? php newsBoxClose () ?>
2011-12-12 16:45:38 +00:00
< BR >
2001-05-15 04:04:07 +00:00
2011-12-12 16:45:38 +00:00
< A name = " quake2 " ></ A >
2022-04-27 16:59:31 +00:00
< ? php newsBoxOpen ( " Quake2Forge " ) ?>
2011-12-12 16:45:38 +00:00
< P >
< STRONG > Are you ready to rail ? </ STRONG > Good , ' cause we are too .
</ P >
< P >
Quake2Forge is the Quake II engine , with a blast of yummy QuakeForge
flavor . Undergoing slow but steady development , it aims to be a
portable , stable code base maintaining backward - compatibility with Id
Software ' s version .
</ P >
< H3 > Version 0.2 . 1 ( released 06 / 02 / 03 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quake2-0.2.1 " , " tar.gz tar.bz2 " ) ?> </LI>
2011-12-12 16:45:38 +00:00
</ UL >
< H3 > Version 0.2 ( released 01 / 02 / 03 ) </ H3 >
2001-01-11 20:03:41 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quake2-0.2 " , " tar.gz tar.bz2 " ) ?> </LI>
2011-12-12 16:45:38 +00:00
</ UL >
< H3 > Version 0.1 ( released 17 Sep 2002 ) </ H3 >
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quake2-0.1 " , " tar.gz tar.bz2 " ) ?> </LI>
2001-01-11 20:03:41 +00:00
</ UL >
2011-12-12 16:45:38 +00:00
< P > The latest code can be retreived from our server , with the following command :
2002-10-01 11:38:47 +00:00
< BLOCKQUOTE >
2011-12-12 16:45:38 +00:00
< CODE >
2013-01-24 10:29:16 +00:00
git clone git :// git . code . sf . net / p / quake / quakeforge
2011-12-12 16:45:38 +00:00
</ CODE >
2002-10-01 11:38:47 +00:00
</ BLOCKQUOTE >
2022-04-27 16:59:31 +00:00
< ? php newsBoxClose (); ?>
2001-01-11 20:03:41 +00:00
2011-12-12 16:45:38 +00:00
< H2 > Extra Files </ H2 >
< UL >
< LI > QuakeForge pack ( currently only has conback . lmp )
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/pakQF " , " pak " ); ?>
2011-12-12 16:45:38 +00:00
</ LI >
< LI > Skybox pack ( internally - compressed )
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/skyboxes " , " pak " ); ?>
2011-12-12 16:45:38 +00:00
</ LI >
< LI > Quake Shareware
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/quake-shareware-1.06 " , " tar.gz tar.bz2 zip " ); ?>
2011-12-12 16:45:38 +00:00
</ LI >
< LI > Original Quake source release
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " files/q1source " , " zip " ); ?>
2011-12-12 16:45:38 +00:00
</ LI >
</ UL >
2002-10-01 11:38:47 +00:00
2011-12-12 16:45:38 +00:00
< H2 > Obsolete Releases </ H2 >
2001-02-12 09:45:48 +00:00
2022-04-27 16:59:31 +00:00
< ? php newsBoxOpen ( " QuakeForge: ‘Newtree’ " ) ?>
2011-12-12 16:45:38 +00:00
< P >
Newtree is our sta ^ H ^ H ^ H < EM > dead </ EM > tree . If we were to work on it
again , it would provide the 0.3 and 0.4 series of QuakeForge releases .
All activity has long since moved to the development tree , though .
</ P >
< H3 > Version 0.3 . 0 ( released 11 Feb 2001 ) </ H3 >
2001-02-07 05:48:59 +00:00
< UL >
< LI > Source code
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.3.0 " , " tar.gz tar.bz2 zip " ); ?>
2001-02-07 05:48:59 +00:00
< LI > Win32 binaries ( Made with Microsoft Developer Studio )
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.3.0-win32 " , " zip " ); ?>
2001-02-07 05:48:59 +00:00
< LI > Win32 binaries ( Made with < A href = " http://www.mingw.org/ " > MinGW </ A > ( GCC )) ( experimental )
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.3.0-mingw-i386 " , " zip " ); ?>
2001-02-07 05:48:59 +00:00
< LI > Win32 binaries ( Made with < A href = " http://www.mingw.org/ " > MinGW </ A > ( GCC ), i686 optimised ) ( experimental )
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.3.0-mingw-i686 " , " zip " ); ?>
2001-02-07 05:48:59 +00:00
</ UL >
2022-04-27 16:59:31 +00:00
< ? php newsBoxClose (); ?>
2011-12-12 16:45:38 +00:00
< BR >
2022-04-27 16:59:31 +00:00
< ? php newsBoxOpen ( " QuakeForge: ‘NUQ’ " ) ?>
2011-12-12 16:45:38 +00:00
< P >
QuakeForge : NUQ ( pronounced & quot ; Nuke & quot ;) was , basically , the Classic
Quake version of Newtree . NUQ was based on the WinQuake engine , but with
lots of enhancements from the original merged tree and Newtree . Being the
inverse Newtree , there is no support for QuakeWorld multiplayer protocols .
</ P >
< P >
The NUQ tree is also dead . Our & lsquo ; quakeforge & rsquo ; tree has the
NetQuake and QuakeWorld code together with the bulk of the code merged ,
so it 's now redundant. And since nobody works on it anyway, that' s a good
thing .
</ P >
< P >
Even though it ' s dead , NUQ is here anyway . If you want single player , grab
quakeforge - current instead , it ' s < STRONG > much </ STRONG > better .
</ P >
< H3 > Final Snapshot </ H3 >
2000-10-01 03:49:15 +00:00
< UL >
2022-04-27 16:59:31 +00:00
< LI > Source code < ? php fileDownloadLink ( " files/nuq-current " , " tar.gz tar.bz2 zip " ) ?>
2000-10-01 03:49:15 +00:00
</ UL >
2022-04-27 16:59:31 +00:00
< ? php newsBoxClose (); ?>
2011-12-12 16:45:38 +00:00
< BR >
2022-04-27 16:59:31 +00:00
< ? php newsBoxOpen ( " QuakeForge Original Tree " ) ?>
2011-12-12 16:45:38 +00:00
< P >
Since current work is based on the < STRONG > new </ STRONG > merged tree , the
old merged tree snapshots are no longer being made . You can still get it
directly out of Git , however .
</ P >
< H3 > QuakeForge , Version < EM > Really Freakin ' Old </ EM > ( released 27 Feb 2000 ) </ H3 >
< P >
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 .
</ P >
2000-05-22 03:55:46 +00:00
< UL >
2000-05-22 06:16:14 +00:00
< LI > Source code
2022-04-27 16:59:31 +00:00
< ? php fileDownloadLink ( " http://prdownloads.sourceforge.net/quake/quakeforge-0.1.1 " , " tar.gz tar.bz2 zip " ); ?>
2000-05-22 03:55:46 +00:00
</ UL >
2022-04-27 16:59:31 +00:00
< ? php newsBoxClose (); ?>