wolfenstein 3d dos
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 825
Wolfenstein: Enemy Territory 2.60b
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.
Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
<<lessFeaturing multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
Download (4.0MB)
Added: 2006-05-09 License: Freeware Price:
895 downloads
Wolfenstein: Enemy Territory Map Packs
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.
Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
<<lessFeaturing multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
Download (110.4MB)
Added: 2006-02-02 License: Freeware Price:
1361 downloads
Wolfenstein: Enemy Territory Update 2.60
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.
Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
<<lessFeaturing multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
Download (8.1MB)
Added: 2006-02-02 License: Freeware Price:
772 downloads
libevent 1.3d
libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor. more>>
libevent library provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.
It is meant to replace the asynchronous event loop found in event-driven network servers.
libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
More information about event notification mechanisms for network servers can be found on Dan Kegels "The C10K problem" web page. Another library that abstracts asynchronous event notification is liboop.
Enhancements:
- Bugs in libevents HTTP layer were fixed.
<<lessIt is meant to replace the asynchronous event loop found in event-driven network servers.
libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
More information about event notification mechanisms for network servers can be found on Dan Kegels "The C10K problem" web page. Another library that abstracts asynchronous event notification is liboop.
Enhancements:
- Bugs in libevents HTTP layer were fixed.
Download (0.34MB)
Added: 2007-08-16 License: BSD License Price:
805 downloads
Planets 3D 1.3
Planets 3D is a graphical tool for the simulation of the solar system. more>>
The purpose of Planets 3D is to show a simulation of our solar system. The focus lies on a nice graphic (3D OpenGL) and the possibility to modify the objects of the solar system to see what happens.
This program is written on Linux using C++. In theory it should be portable to windows, because Ive used only plattform independent libraries. Anyone who tries to port it please contact me even if unsuccessful, perhaps I can help overcome arising errors.
By now there is included a small program which converts different coordinate systems into each other. It is called Astroconvert.
Main features:
- simulate the development of the solar system based on calculations of the gravity power
- take screenshots
- load and save solar systems
- modify solarsystem
- switch between different cameras to view the solar system (e.g. look through a shuttle window)
<<lessThis program is written on Linux using C++. In theory it should be portable to windows, because Ive used only plattform independent libraries. Anyone who tries to port it please contact me even if unsuccessful, perhaps I can help overcome arising errors.
By now there is included a small program which converts different coordinate systems into each other. It is called Astroconvert.
Main features:
- simulate the development of the solar system based on calculations of the gravity power
- take screenshots
- load and save solar systems
- modify solarsystem
- switch between different cameras to view the solar system (e.g. look through a shuttle window)
Download (0.60MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1605 downloads
WolfGL 0.93
WolfGL project is a OpenGL port of Castle Wolfenstein and Spear of Destiny. more>>
WolfGL project is a OpenGL port of "Castle Wolfenstein" and "Spear of Destiny".
It runs under Linux and MS-Windows.
Looked damn good back when i was a kid playing this game, now it looks even better! Brings back alot of memories of when i used to play old DOS games, including Rise Of The Triads and F-15 Strike Eagle 2 and 3. Anyways, it would be bad ass if there was a way to enhance the engine, such as Quakeforge has updated the Quake 1 and Quake 2 engines.
--
Jeremy Manning - GameJunkies Inc 2004
Enhancements:
- fixed sprite rotation and shooting/knife
<<lessIt runs under Linux and MS-Windows.
Looked damn good back when i was a kid playing this game, now it looks even better! Brings back alot of memories of when i used to play old DOS games, including Rise Of The Triads and F-15 Strike Eagle 2 and 3. Anyways, it would be bad ass if there was a way to enhance the engine, such as Quakeforge has updated the Quake 1 and Quake 2 engines.
--
Jeremy Manning - GameJunkies Inc 2004
Enhancements:
- fixed sprite rotation and shooting/knife
Download (0.089MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1090 downloads
Wings 3D 0.98.36
Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware. more>>
Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.
Wings 3D is possible to assign materials, vertex color, UV coordinates and textures, but there will be improvements in those features before Wings goes 1.0.
There is no support in Wings for doing animations.
Export Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- VRML (WRL)
- Renderware (RWX)
- FBX (on Windows and Mac OS X)
- Yafray
- Toxic
Import Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- FBX (on Windows and Mac OS X)
- Adobe Illustrator 8 (AI)
<<lessWings 3D is possible to assign materials, vertex color, UV coordinates and textures, but there will be improvements in those features before Wings goes 1.0.
There is no support in Wings for doing animations.
Export Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- VRML (WRL)
- Renderware (RWX)
- FBX (on Windows and Mac OS X)
- Yafray
- Toxic
Import Formats
- Nendo (NDO)
- 3D Studio (3DS)
- Wavefront (OBJ)
- FBX (on Windows and Mac OS X)
- Adobe Illustrator 8 (AI)
Download (2.4MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1454 downloads
Deathchase 3D 0.9
Deathchase 3D is a remake of the Spectrum arcade game of the same name. more>>
Deathchase 3D project is a remake of the Spectrum arcade game of the same name.
Deathchase 3D is a remake of the Spectrum game of the same name, which is itself based on the sequence in "Return of the Jedi" chasing Stormtroopers through the forests of Endor on light-speeders.
Its a fake perspective 3D game: avoid the trees and shoot the bad guys ahead of you. It uses the SDL library.
It is written for Linux but should run on anything SDL supports.
<<lessDeathchase 3D is a remake of the Spectrum game of the same name, which is itself based on the sequence in "Return of the Jedi" chasing Stormtroopers through the forests of Endor on light-speeders.
Its a fake perspective 3D game: avoid the trees and shoot the bad guys ahead of you. It uses the SDL library.
It is written for Linux but should run on anything SDL supports.
Download (0.57MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1056 downloads
Pong 3D 0.8.5
Pong 3D project is a OpenGL Pong clone. more>>
Pong 3D project is a OpenGL Pong clone.
Pong 3D is an OpenGL version of the classic paddle game Pong. This version has colorful textured 3D graphics supports multiplayer or single-player options.
<<lessPong 3D is an OpenGL version of the classic paddle game Pong. This version has colorful textured 3D graphics supports multiplayer or single-player options.
Download (0.77MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1084 downloads

Wings 3D for Linux 0.99.02
Wings 3D is a free subdivision modeler inspired by Nendo and Mirai from Izware. more>> Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.
It is possible to assign materials, vertex color, UV coordinates and textures, but there will be improvements in those features before Wings goes 1.0. There is no support in Wings for doing animations.
Export Formats
-Nendo (NDO)
-3D Studio (3DS)
-Wavefront (OBJ)
-VRML (WRL)
-Renderware (RWX)
-FBX (on Windows and Mac OS X)
-Yafray
-Toxic
-Povray
Import Formats:
-Nendo (NDO)
-3D Studio (3DS)
-Wavefront (OBJ)
-FBX (on Windows and Mac OS X)
-Adobe Illustrator 8 (AI)<<less
Download (3.86MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
Vertex 3D Model Assembler 0.1.15
Vertex 3D Model Assembler project is a polygon-based live-end modeller. more>>
Vertex 3D Model Assembler project is a polygon-based live-end modeller.
The Vertex 3D Model Assembler is a 3D modeller geared towards making high performance models for games and other live-end requirements.
It uses the V3D format to maximize efficiency with OpenGL rendering, and can view/edit any V3D hybrid data.
<<lessThe Vertex 3D Model Assembler is a 3D modeller geared towards making high performance models for games and other live-end requirements.
It uses the V3D format to maximize efficiency with OpenGL rendering, and can view/edit any V3D hybrid data.
Download (1.1MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1102 downloads
Physics 3D 1.0.5
Physics 3D project is a 3D physics simulation program. more>>
Physics 3D project is a 3D physics simulation program.
It simulates gravitational attraction, momentum, and collisions of rigid bodies.
It is written using Java and the Java3D API.
<<lessIt simulates gravitational attraction, momentum, and collisions of rigid bodies.
It is written using Java and the Java3D API.
Download (0.41MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1137 downloads
Pascals Triangle 3D 24032003
Pascals Triangle 3D is a Java3d project which prints pascals triangle using both a recursive and iterative algorithm. more>>
Pascals Triangle 3D is a Java3d project which prints pascals triangle using both a recursive and iterative algorithm.
A friend needed a software to print pascals triangle using both a recursive and iterative algorithm. So I helped him with the code.
But then we got the idea to create a program to visualize the triangle in 3D. Well, hours of perusing Java3D documentation ensued (neither of us having ever before done anything in 3D).
The result, a hacked up version of several java3d examples that lets you rotate the triangle with your mouse and zoom in and out with keyboard.
<<lessA friend needed a software to print pascals triangle using both a recursive and iterative algorithm. So I helped him with the code.
But then we got the idea to create a program to visualize the triangle in 3D. Well, hours of perusing Java3D documentation ensued (neither of us having ever before done anything in 3D).
The result, a hacked up version of several java3d examples that lets you rotate the triangle with your mouse and zoom in and out with keyboard.
Download (0.008MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1068 downloads
Mill 3D 0.1
Mill 3D is a nine mens morris game, based on classical board game. more>>
Mill 3D is a nine mens morris game, based on classical board game. You can play against the computer, or a human player, in a nice 3D environment. The computer has three difficulty level, it is quite smart.
Main features:
- Play against your friend
- Play against the computer, choose from the 3 difficulty levels
- Sophisticated 3D enviroment
- Runs under Linux and Windows
<<lessMain features:
- Play against your friend
- Play against the computer, choose from the 3 difficulty levels
- Sophisticated 3D enviroment
- Runs under Linux and Windows
Download (1.0MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
Enemy Lines 7 0.6
Enemy lines 7 is a single player first person 3d shooter game. more>>
Enemy lines 7 is a single player first person 3d shooter game.
Shoot down enemy bombers threatening your city.
<<lessShoot down enemy bombers threatening your city.
Download (0.13MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 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 wolfenstein 3d dos 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