quake iii
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 129
Quake III Arena Source 1.32c
This is the source code for Quake III Arena version 1.32b, released by id Software. more>>
This is the source code for Quake III Arena version 1.32b, released by id Software. Quake III Arena Source is subject to the terms of the GNU General Public License.
While we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didnt get any kind of extensive testing so it may not work completely right.
Whenever an id game is released under GPL, several projects start making the source code more friendly to nowadays compilers and environements.
If you are picking up this release weeks/months/years after we uploaded it, you probably want to look around on the net for cleaned up versions of this codebase as well.
The build system using cons, which may be known as sconss perl ancestor now you dont have to track it down though, the build script is provided in the tree you will need nasm and gcc 2.95
Make sure you have the X Direct Graphics Access and X Video Mode extensions headers for your X11 a typical compile command goes like this:
[..]/code$ ./unix/cons -- gcc=gcc-2.95 g++=g++-2.95
Enhancements:
- Fix for a security exploit.
<<lessWhile we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didnt get any kind of extensive testing so it may not work completely right.
Whenever an id game is released under GPL, several projects start making the source code more friendly to nowadays compilers and environements.
If you are picking up this release weeks/months/years after we uploaded it, you probably want to look around on the net for cleaned up versions of this codebase as well.
The build system using cons, which may be known as sconss perl ancestor now you dont have to track it down though, the build script is provided in the tree you will need nasm and gcc 2.95
Make sure you have the X Direct Graphics Access and X Video Mode extensions headers for your X11 a typical compile command goes like this:
[..]/code$ ./unix/cons -- gcc=gcc-2.95 g++=g++-2.95
Enhancements:
- Fix for a security exploit.
Download (2.9MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1261 downloads
Quake III Arena Cell Shading 1.0
Quake III Arena Cell Shadings goal is to add Cell Shading capabilities to the Quake III engine with Real-time performance. more>>
Quake III Arena Cell Shadings goal is to add Cell Shading capabilities to the Quake III engine with Real-time performance.
In order to provide such feature we have decided to use Kuwahara filter. Kuwahara filter is a noise-reduction filter that preserves edges.
It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance.
To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect.
To produce the cell shading edege effect we use no gfx card shaders, so our implementation could run with almost any gfx card. This effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures.
To test our modified engine just place our binary in your games folder to frag all day long!
Ensure you have a copy of Quake 3 Arena installed on your PC. Youre going to need the artwork/content from the game because it is not redistributable.
<<lessIn order to provide such feature we have decided to use Kuwahara filter. Kuwahara filter is a noise-reduction filter that preserves edges.
It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance.
To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect.
To produce the cell shading edege effect we use no gfx card shaders, so our implementation could run with almost any gfx card. This effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures.
To test our modified engine just place our binary in your games folder to frag all day long!
Ensure you have a copy of Quake 3 Arena installed on your PC. Youre going to need the artwork/content from the game because it is not redistributable.
Download (0.63MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1182 downloads
WMQuake 1.1
WMQuake can run Quake 1 in a dockapp window. more>>
WMQuake can run Quake 1 in a dockapp window.
It works pretty well. If you plan on doing netplay with this, you cant start a new game or join a game unless you first bring up the console and type: "disconnect". Then you can start a new multiplayer game or join an existing one. This is a bug that was present in the original source, and I left it untouched. There is no mouse or CD audio support, because they were not implemented at the time, and because I find both of these features extremely useless and not worth my time implementing.
Usage is simple. All standard quake1 command line options apply except winsize, which was removed. Feature set is close to that of earlier versions of quake 1 for linux which were handled by crack.com.
This is a complete software-only version, all traces of assembly code were removed. We are dealing with such small windows, it was really unnecessary. Internally, the engine renders into 320x320 buffer, which is then scaled down to fit inside dockapp. It isnt extremely pretty but it isnt so bad either. I could have done rendering into a smaller buffer to reduce CPU load, but then the statusbar would have to be disabled. And seems like the bare minimum size to render into has to be > 128 because of some calculation errors or something, with smaller window sizes the game would segfault very often.
Just what you always wanted. Hardcore quake fanatics can now enjoy their favorite game in a 64x64 window! Now works with FreeBSD, too!
Installation:
1. check Makefile, but there is probably nothing there to see.
2. make
3. copy wmquake to where you got your id1/ dir and stuff. Make sure that dir is all lowercase and the pakfiles inside are lowercase, too etc you know the standard routine.
4. ./wmquake &
<<lessIt works pretty well. If you plan on doing netplay with this, you cant start a new game or join a game unless you first bring up the console and type: "disconnect". Then you can start a new multiplayer game or join an existing one. This is a bug that was present in the original source, and I left it untouched. There is no mouse or CD audio support, because they were not implemented at the time, and because I find both of these features extremely useless and not worth my time implementing.
Usage is simple. All standard quake1 command line options apply except winsize, which was removed. Feature set is close to that of earlier versions of quake 1 for linux which were handled by crack.com.
This is a complete software-only version, all traces of assembly code were removed. We are dealing with such small windows, it was really unnecessary. Internally, the engine renders into 320x320 buffer, which is then scaled down to fit inside dockapp. It isnt extremely pretty but it isnt so bad either. I could have done rendering into a smaller buffer to reduce CPU load, but then the statusbar would have to be disabled. And seems like the bare minimum size to render into has to be > 128 because of some calculation errors or something, with smaller window sizes the game would segfault very often.
Just what you always wanted. Hardcore quake fanatics can now enjoy their favorite game in a 64x64 window! Now works with FreeBSD, too!
Installation:
1. check Makefile, but there is probably nothing there to see.
2. make
3. copy wmquake to where you got your id1/ dir and stuff. Make sure that dir is all lowercase and the pakfiles inside are lowercase, too etc you know the standard routine.
4. ./wmquake &
Download (0.25MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1106 downloads
aaquake2 0.1
aaquake2 is a text mode Quake II. more>>
aaquake2 project is a text mode Quake II.
Installing:
If you want to compile it yourself, first download and install the AA-lib library, if you dont have it already. Then get the Quake II source from id Softwares FTP or one of the mirrors, get ref_softaa source from this page and then issue the following commands:
unzip q2source-3.21.zip
tar -xzf quake2-ref_softaa-0.1.tar.gz
cd quake2-3.21/linux/
make
cd debugi386-glibc/
mkdir baseq2
cd baseq2/
ln -s ../gamei386.so
ln -s /path/to/quake2/baseq2/pak*.pak ./
cd ..
echo "." > /etc/quake2.conf
./quake2 +set vid_ref softaa
<<lessInstalling:
If you want to compile it yourself, first download and install the AA-lib library, if you dont have it already. Then get the Quake II source from id Softwares FTP or one of the mirrors, get ref_softaa source from this page and then issue the following commands:
unzip q2source-3.21.zip
tar -xzf quake2-ref_softaa-0.1.tar.gz
cd quake2-3.21/linux/
make
cd debugi386-glibc/
mkdir baseq2
cd baseq2/
ln -s ../gamei386.so
ln -s /path/to/quake2/baseq2/pak*.pak ./
cd ..
echo "." > /etc/quake2.conf
./quake2 +set vid_ref softaa
Download (0.012MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
QuakeMud 1.5b
QuakeMud is a Quake themed MUD. more>>
QuakeMud project is a Quake themed MUD.
QuakeMUD is a simple and silly Quake themed MUD, good for a few minutes of fun.
Features are few. At the moment it is deathmatch only. I will code up some mobs later.
Just how much later I do not know. There is a QuakeMud server running on gnu.osoal.org.nz.
Telnet or use your favourite mud client and connect to gnu.osoal.org.nz:4950 and be the envy of all your friends!
<<lessQuakeMUD is a simple and silly Quake themed MUD, good for a few minutes of fun.
Features are few. At the moment it is deathmatch only. I will code up some mobs later.
Just how much later I do not know. There is a QuakeMud server running on gnu.osoal.org.nz.
Telnet or use your favourite mud client and connect to gnu.osoal.org.nz:4950 and be the envy of all your friends!
Download (0.036MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1041 downloads
ProQuake 3.50
ProQuake is a Quake engine for advanced deathmatch play, including cheat-free mode. more>>
ProQuake project is a Quake engine for advanced deathmatch play, including cheat-free mode.
ProQuake is a modification to the Quake source which is specifically intended for intense deathmatch play.
It is a rock solid set of enhancements to unmodified NetQuake, such as precise aim, and other small, simple changes that improve the quality of netplay enormously.
ProQuake is fully compatible with standard NetQuake and Clanring CRMod++ features including team scores, match timer, and client pings.
Main features:
- Eliminated cheat-free lag for modem players on 3.50 servers
- "cheatfree" command tells you if youre connected to a cheat-free server
- Connect to 3.40 servers through routers/NAT/IP Masquerading
- Four button mouse support
- Mouse wheel support
- Fullbright shaft in glpro
- r_polyblend in wqpro
- QuakePro+ bestweapon command
- Recognizes ip_address:port notation
- Remove r from console output
- Added %d for binds to say where you died
- Various minor bug-fixes and improvements
- Eliminated cheat-free lag for 3.50 modem players
- Append "(cheat-free)" to the host name for cheat-free servers
- 3.40 clients can connect through routers/NAT/IP Masquerading
- iplog supports multiple concurrent servers
- Clients without map can connect to cheatfree server
- Cheat protection
- Fixed incoming message buffer overflow (q1crash)
- Added pq_logbinds to store player binds in log file
Enhancements:
- ProQuake 3.50 eliminates the lag that modem users were experiencing on cheat-free servers.
<<lessProQuake is a modification to the Quake source which is specifically intended for intense deathmatch play.
It is a rock solid set of enhancements to unmodified NetQuake, such as precise aim, and other small, simple changes that improve the quality of netplay enormously.
ProQuake is fully compatible with standard NetQuake and Clanring CRMod++ features including team scores, match timer, and client pings.
Main features:
- Eliminated cheat-free lag for modem players on 3.50 servers
- "cheatfree" command tells you if youre connected to a cheat-free server
- Connect to 3.40 servers through routers/NAT/IP Masquerading
- Four button mouse support
- Mouse wheel support
- Fullbright shaft in glpro
- r_polyblend in wqpro
- QuakePro+ bestweapon command
- Recognizes ip_address:port notation
- Remove r from console output
- Added %d for binds to say where you died
- Various minor bug-fixes and improvements
- Eliminated cheat-free lag for 3.50 modem players
- Append "(cheat-free)" to the host name for cheat-free servers
- 3.40 clients can connect through routers/NAT/IP Masquerading
- iplog supports multiple concurrent servers
- Clients without map can connect to cheatfree server
- Cheat protection
- Fixed incoming message buffer overflow (q1crash)
- Added pq_logbinds to store player binds in log file
Enhancements:
- ProQuake 3.50 eliminates the lag that modem users were experiencing on cheat-free servers.
Download (1.6MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1071 downloads
Quake 4 1.3 SDK
Quake 4 SDK contains the full public game source code, and map, mod and art samples. more>>
Quake 4 SDK contains the full public game source code, and map, mod and art samples.
About Quake 4:
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
<<lessAbout Quake 4:
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Download (61.5MB)
Added: 2006-08-01 License: Freeware Price:
1191 downloads
eQuake Alert 2.0
eQuake Alert enables you to get alerts on land disasters like earth quake, right on your desktop. more>>
eQuake Alert enables you to get alerts on land disasters like earth quake, right on your desktop.
Did you ever thought of getting alerts on land disasters like earth quake, right on your desktop . eQuake is the solution for that.
eQuake alert is a handy add-on, which alerts you with the basic information (date, location, and magnitude) of each earthquake. By default your browser will shake proportional to the earthquake magnitude.
You can configure the alert methods and even you can limit the alerts by the earth quake magnitude.
The recent quakes menu provides a link to the detailed information of quake @ the USGS (US Geological Survey) website.
<<lessDid you ever thought of getting alerts on land disasters like earth quake, right on your desktop . eQuake is the solution for that.
eQuake alert is a handy add-on, which alerts you with the basic information (date, location, and magnitude) of each earthquake. By default your browser will shake proportional to the earthquake magnitude.
You can configure the alert methods and even you can limit the alerts by the earth quake magnitude.
The recent quakes menu provides a link to the detailed information of quake @ the USGS (US Geological Survey) website.
Download (0.008MB)
Added: 2007-04-14 License: MPL (Mozilla Public License) Price:
953 downloads
Quake2Forge 0.5.5
Quake2Forge project is a portable, stable Quake II engine. more>>
Quake2Forge project is a portable, stable Quake II engine.
Quake2Forge is a portable, stable Quake II engine maintaining backward-compatibility with id Softwares version.
QuakeForge is a 3D graphics game engine based on id Softwares legendary Quake and QuakeWorld game engine. Our purpose? To improve the state of the game by improving the engine and making it accessable to the largest number of players we can.
Arguably the single most important issue on the minds of players today is the rampant cheating which is currently happening on many of the larger servers. Its a serious problem and it really makes a good game hard to find. Were working hard to fix these problems at the engine level.
But what good is that if you have to have a copy of our client and the server has to run our server? There are other projects out there and some of them have very unique qualities. QuakeForge is cooperating with QSG, a group comprised of representatives from nearly every known Quake source project to ensure that our clients and servers run with other clients and servers just fine. We have all agreed to implement any effective cheat prevention methods.
Other things were doing include merging the two code trees, adding features, and improving the OpenGL renderer. And QuakeForge is still the most portable source tree based on the id Software code.
Enhancements:
- bring back a bunch of fixes from 0.5.3 (including news items) that got lost in the rushed release of 0.5.4
- more cvar renaming: scr_consize -> con_size, scr_conspeed -> con_speed, gl_conalpha -> con_alpha, vid_conwidth -> con_width, vid_conheight -> con_height, show_fps -> hud_fps, show_ping
- demo_speed no longer affects console scrolling or cursor blink rate
- save game loading fixed
- QNX fixes from Mike Gorchak
- server clients work with mvds
<<lessQuake2Forge is a portable, stable Quake II engine maintaining backward-compatibility with id Softwares version.
QuakeForge is a 3D graphics game engine based on id Softwares legendary Quake and QuakeWorld game engine. Our purpose? To improve the state of the game by improving the engine and making it accessable to the largest number of players we can.
Arguably the single most important issue on the minds of players today is the rampant cheating which is currently happening on many of the larger servers. Its a serious problem and it really makes a good game hard to find. Were working hard to fix these problems at the engine level.
But what good is that if you have to have a copy of our client and the server has to run our server? There are other projects out there and some of them have very unique qualities. QuakeForge is cooperating with QSG, a group comprised of representatives from nearly every known Quake source project to ensure that our clients and servers run with other clients and servers just fine. We have all agreed to implement any effective cheat prevention methods.
Other things were doing include merging the two code trees, adding features, and improving the OpenGL renderer. And QuakeForge is still the most portable source tree based on the id Software code.
Enhancements:
- bring back a bunch of fixes from 0.5.3 (including news items) that got lost in the rushed release of 0.5.4
- more cvar renaming: scr_consize -> con_size, scr_conspeed -> con_speed, gl_conalpha -> con_alpha, vid_conwidth -> con_width, vid_conheight -> con_height, show_fps -> hud_fps, show_ping
- demo_speed no longer affects console scrolling or cursor blink rate
- save game loading fixed
- QNX fixes from Mike Gorchak
- server clients work with mvds
Download (MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
ioquake3 1.34 RC1
ioquake3 project (or ioq3 for short) aims to build upon id Softwares Quake 3 source code release. more>>
ioquake3 project (or ioq3 for short) aims to build upon id Softwares Quake 3 source code release. The source code was released on August 20, 2005 under the GPL. Since then, we have been cleaning up, fixing bugs, and adding features.
Our permanent goal is to create the open source Quake 3 distribution upon which people base their games and projects. We also seek to have the perfect version of the engine for playing Quake 3: Arena, Team Arena, and all popular mods.
This distribution of the engine has been ported to many new platforms and has had a slew of new features added, along with massive bug extermination. While we dont have PunkBuster (and never will), we do have more security for servers and clients from various bugfixes which arent in ids client.
<<lessOur permanent goal is to create the open source Quake 3 distribution upon which people base their games and projects. We also seek to have the perfect version of the engine for playing Quake 3: Arena, Team Arena, and all popular mods.
This distribution of the engine has been ported to many new platforms and has had a slew of new features added, along with massive bug extermination. While we dont have PunkBuster (and never will), we do have more security for servers and clients from various bugfixes which arent in ids client.
Download (2.7MB)
Added: 2006-08-29 License: Freeware Price:
1157 downloads
Quake 4 1.1 Point Release
Quake 4 is a highly appreciated FPS game. more>>
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Quake 4 DEMO is released by Id Software.
Main features:
- Highly anticipated sequel to id softwares award-winning QUAKE II.
- Diversity of combat. Fight through solo missions as well as buddy and squad-based operations; or pilot heavy walkers and hover tanks through outdoor battles and epic firefights.
- Being captured and converted to Strogg becomes Earths only hope for defeating the Strogg.
- Player is not alone - he and his squad are part of a massive invasion force.
- Utilizes the industry leading DOOM 3 technology to create an unparalleled visual and aural experience.
- Arena-style multiplayer that allows players to play as Strogg or Marine in deathmatch, team deathmatch and capture-the-flag modes.
Enhancements:
- n addition to a number of new changes and updates, this 1.1 Point Release also includes the changes from update 1.0.4.0, beta 1.0.5.0 and beta 1.0.5.2. If you have not previously updated QUAKE 4, this update will bring your installation completely up to date. If you have previously installed an earlier update, this update can be installed over the earlier update(s) without problems - there is no need to re-install previous updates released through the id Software website. Doing so may adversely affect the proper functionality of your installation.
<<lessYou are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Quake 4 DEMO is released by Id Software.
Main features:
- Highly anticipated sequel to id softwares award-winning QUAKE II.
- Diversity of combat. Fight through solo missions as well as buddy and squad-based operations; or pilot heavy walkers and hover tanks through outdoor battles and epic firefights.
- Being captured and converted to Strogg becomes Earths only hope for defeating the Strogg.
- Player is not alone - he and his squad are part of a massive invasion force.
- Utilizes the industry leading DOOM 3 technology to create an unparalleled visual and aural experience.
- Arena-style multiplayer that allows players to play as Strogg or Marine in deathmatch, team deathmatch and capture-the-flag modes.
Enhancements:
- n addition to a number of new changes and updates, this 1.1 Point Release also includes the changes from update 1.0.4.0, beta 1.0.5.0 and beta 1.0.5.2. If you have not previously updated QUAKE 4, this update will bring your installation completely up to date. If you have previously installed an earlier update, this update can be installed over the earlier update(s) without problems - there is no need to re-install previous updates released through the id Software website. Doing so may adversely affect the proper functionality of your installation.
Download (321.7MB)
Added: 2006-03-29 License: Freeware Price:
1304 downloads
Textmode Quake 0.4.2
Textmode Quake project is a text mode implementation for Quake. more>>
Textmode Quake project is a text mode implementation for Quake.
Textmode Quake (ttyquake) exactly what it sounds like, the classic game quake, played in textmode.
Works in VTs, as, xterms (or some other variant) in X, and even telnet.
Its just what it sounds like. Rather than those trendy colored pixels that are all the rage with the kids these days, Textmode Quake uses plain text characters for its rendering.
The graphics-challenged need not feel left out any longer.
Play Quake at a text terminal, in an xterm, or over a telnet session!
<<lessTextmode Quake (ttyquake) exactly what it sounds like, the classic game quake, played in textmode.
Works in VTs, as, xterms (or some other variant) in X, and even telnet.
Its just what it sounds like. Rather than those trendy colored pixels that are all the rage with the kids these days, Textmode Quake uses plain text characters for its rendering.
The graphics-challenged need not feel left out any longer.
Play Quake at a text terminal, in an xterm, or over a telnet session!
Download (0.26MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1078 downloads
Linux Quake Howto 2.05
Linux Quake Howto is a modern guide to GLQuake, with some information about QuakeWorld , Quake II, III and IV. more>>
Linux Quake Howto is a modern guide to GLQuake, with some information about QuakeWorld , Quake II, III and IV.
The Linux Quake Howto is a modern guide to Quake, a collection of the most useful tips, and a pointer to the best resources still available on the Web. The focus is on GLQuake, but it also covers Quakeworld, Quake II, and III.
Enhancements:
- Added some troubleshooting hints for Quake IV.
- Added a new section for (gcc-4.1) compilation issues.
- Added Links to the Quake III Cell Shading project.
- Miscellaneous link updates.
- Added a small section for 64 bit CPUs.
- Moved "Links" to its own section.
<<lessThe Linux Quake Howto is a modern guide to Quake, a collection of the most useful tips, and a pointer to the best resources still available on the Web. The focus is on GLQuake, but it also covers Quakeworld, Quake II, and III.
Enhancements:
- Added some troubleshooting hints for Quake IV.
- Added a new section for (gcc-4.1) compilation issues.
- Added Links to the Quake III Cell Shading project.
- Miscellaneous link updates.
- Added a small section for 64 bit CPUs.
- Moved "Links" to its own section.
Download (MB)
Added: 2007-03-19 License: Freely Distributable Price:
952 downloads
Quake 4 1.2 Point Release
Quake offers you an easy-to-play and highly appreciated FPS game which is an easy way to relax. more>> <<less
Added: 2006-03-29 License: Freeware Price: FREE
1 downloads
Quake 4 for GNU/Linux 1.32
Quake 4 for GNU/Linux is a standard, straightforward shooter. more>>
Quake 4 for GNU/Linux is available now! Were very pleased to announce that this it with both a dedicated server and a native client.
A licensed copy of Quake 4 retail for Windows is required. You will copy the assets files from it and use the CD key (a CD key is not required to run a dedicated server).
<<lessA licensed copy of Quake 4 retail for Windows is required. You will copy the assets files from it and use the CD key (a CD key is not required to run a dedicated server).
Download (228.4MB)
Added: 2006-10-15 License: Freely Distributable Price:
1128 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above quake iii search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed