multiplayer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 205
Zatacka 0.1.7
Zatacka is an arcade multiplayer game for 2-6 players on one keyboard, clone of Achtung die Kurve classical dos game. more>>
Zatacka is an arcade multiplayer game for 2-6 players on one keyboard, clone of Achtung die Kurve classical dos game.
You handle yor line and you must sidetrack lines of other players and of course walls. When some player dies, survival gives one point.
When leaves only one player alive, the round is finished. Each game has eleven rounds.
<<lessYou handle yor line and you must sidetrack lines of other players and of course walls. When some player dies, survival gives one point.
When leaves only one player alive, the round is finished. Each game has eleven rounds.
Download (0.13MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
4760 downloads
Nexuiz 2.3
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game. more>>
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game, focused on providing basic, old style deathmatch.
Nexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
<<lessNexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
Download (199.5MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
881 downloads
Call Of Duty 2 Linux Multiplayer Server Code 1.0a
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. more>>
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server.
!! IMPORTANT !!
Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.
Introduction
This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.
Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.
MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.
IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
(This is a frequent-enough problem to merit discussion in the introduction.)
If you are reading this, its probably because you tried to start your Linux server and saw this message:
./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesnt supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2
You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded
Now the server will start.
Upgrading from 1.0 to Linux 1.0a.
Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.
As the hotfix is Linux-specific there is no Windows version of 1.0a.
Installation From Scratch
- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded
- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:
map mp_leningrad
("mp_leningrad" being a given maps name).
- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
<<less!! IMPORTANT !!
Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.
Introduction
This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.
Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.
MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.
IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
(This is a frequent-enough problem to merit discussion in the introduction.)
If you are reading this, its probably because you tried to start your Linux server and saw this message:
./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesnt supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2
You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded
Now the server will start.
Upgrading from 1.0 to Linux 1.0a.
Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.
As the hotfix is Linux-specific there is no Windows version of 1.0a.
Installation From Scratch
- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded
- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:
map mp_leningrad
("mp_leningrad" being a given maps name).
- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
ACM 5.0
ACM is a LAN-oriented, multiplayer aerial combat simulation. more>>
ACM is a LAN-oriented, multiplayer aerial combat simulation.
Players engage in air to air combat against one another using heat seeking missiles and cannons.
ACM has support for 16, 24, and 32 bit graphics cards.
<<lessPlayers engage in air to air combat against one another using heat seeking missiles and cannons.
ACM has support for 16, 24, and 32 bit graphics cards.
Download (1.2MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
GTetrinet 0.7.11
GTetrinet is a client program for the popular Tetrinet game, a multiplayer tetris game that is played over the Internet. more>>
GTetrinet project is a client program for the popular Tetrinet game, a multiplayer tetris game that is played over the internet.
<<less Download (0.46MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1078 downloads
TiWarriors 0.4
TiWarriors is an Asteroids clone with multiplayer support and incremental ship control. more>>
TiWarriors project is an Asteroids clone with multiplayer support and incremental ship control.
Two things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
<<lessTwo things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
Download (MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
Sparklet 0.9.7
Sparklet is a multiplayer networking game. more>>
Sparklet is a multiplayer networking game. Sparklet is multiplatform, real-time, 2D, top-down view, 3rd person space shooting game. It is released under GPL license.
At the moment there are no known bugs, but the game has not been deeply tested yet.
<<lessAt the moment there are no known bugs, but the game has not been deeply tested yet.
Download (6.3MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
tes 0.1
tes is a ncurses multiplayer card game of visual perception. more>>
tes project is a ncurses multiplayer card game of visual perception.
tes is a simple multiplayer card game of visual perception for ncurses networked environments.
The goal of the game is to find three cards which have the proper properties quicker than your opponents. A bot is included for lonely players.
<<lesstes is a simple multiplayer card game of visual perception for ncurses networked environments.
The goal of the game is to find three cards which have the proper properties quicker than your opponents. A bot is included for lonely players.
Download (0.009MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1025 downloads
GEMpire 0.11
GEMpire is a turn based multiplayer strategy game in Java. more>>
GEMpire project is a turn based multiplayer strategy game in Java.
GEMpire is a simple turn based multiplayer strategy game, written in java, designed to be played over the internet in client-server fashion.
It is a generalization of the commercial game Empire Deluxe for the PC.
It consists mainly of a server, a client, a map editor, and a random map generator.
<<lessGEMpire is a simple turn based multiplayer strategy game, written in java, designed to be played over the internet in client-server fashion.
It is a generalization of the commercial game Empire Deluxe for the PC.
It consists mainly of a server, a client, a map editor, and a random map generator.
Download (0.26MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 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
Crossfire 1.10.0
Crossfire is an open source, cooperative multiplayer graphical RPG. more>>
Crossfire is an FREE, cooperative multiplayer graphical RPG and adventure game.
Crossfire is an open source, cooperative multiplayer graphical RPG and adventure game.
Since its initial release, Crossfire has grown to encompass over 150 monsters, about 3000 maps to explore, an elaborate magic system, 12 races, 15 character classes, a system of skills, and many artifacts and treasures.
Crossfire is based in a medieval fantasy world and is similar to other games of this genre.
<<lessCrossfire is an open source, cooperative multiplayer graphical RPG and adventure game.
Since its initial release, Crossfire has grown to encompass over 150 monsters, about 3000 maps to explore, an elaborate magic system, 12 races, 15 character classes, a system of skills, and many artifacts and treasures.
Crossfire is based in a medieval fantasy world and is similar to other games of this genre.
Download (5.1MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
975 downloads
Netjan 0.1
Netjan is a multiplayer mahjong game. more>>
Netjan is a multiplayer mahjong game.
Netjan is a multiplayer mahjong game. This game can be played with 1 to 4 players. Computer opponents are supported. Note that this game has nothing to do with that popular Solitaire game, although they are played with the same tiles.
This software is based on Netmaj by Koji Suzuki. See http://www.sfc.wide.ad.jp/~kusune/netmaj/ for more information about the original Netmaj.
<<lessNetjan is a multiplayer mahjong game. This game can be played with 1 to 4 players. Computer opponents are supported. Note that this game has nothing to do with that popular Solitaire game, although they are played with the same tiles.
This software is based on Netmaj by Koji Suzuki. See http://www.sfc.wide.ad.jp/~kusune/netmaj/ for more information about the original Netmaj.
Download (0.22MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1260 downloads
TryChess 0.2
TryChess project is a multiplayer online chess game. more>>
TryChess project is a multiplayer online chess game.
First it was only a test to try PHP5s news features. But it started growing and became a nearly complete chess game with many features.
Main features:
- Multiplayer game
- Preview move
- Hostory of moves
- Check and Check mate detection
- Browser indepentant (even lynx works, but does not look so good :) )
- Special moves supported partialy (rochade,...)
- Top Score list
- Invite friend function
- "Whos online?"
- Forum
- Admin functions
- Search for users
<<lessFirst it was only a test to try PHP5s news features. But it started growing and became a nearly complete chess game with many features.
Main features:
- Multiplayer game
- Preview move
- Hostory of moves
- Check and Check mate detection
- Browser indepentant (even lynx works, but does not look so good :) )
- Special moves supported partialy (rochade,...)
- Top Score list
- Invite friend function
- "Whos online?"
- Forum
- Admin functions
- Search for users
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
Go Siege 0.3
Go Siege project is a massively multiplayer online Go game. more>>
Go Siege project is a massively multiplayer online Go game.
Go Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously over the Internet.
There is a bug in the 0.3 release.
You can fix it by changing line 168 of /site-packages/gosiege/rules.py from
if (libgain > 1): return True
to
if (libgain >= 1): return True.
<<lessGo Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously over the Internet.
There is a bug in the 0.3 release.
You can fix it by changing line 168 of /site-packages/gosiege/rules.py from
if (libgain > 1): return True
to
if (libgain >= 1): return True.
Download (0.22MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1078 downloads
London Law 0.2.1
London Law is a networked multiplayer manhunting board game. more>>
London Law is a networked multiplayer manhunting board game.
London Law is an online multiplayer adaptation of the classic Scotland Yard board game. One player controls the movements of the criminal Mr. X as he tries to evade Scotland Yard, while another one to five players control five detectives trying to track him down.
The game client features an attractive map overlaid on high-resolution satellite imagery.
<<lessLondon Law is an online multiplayer adaptation of the classic Scotland Yard board game. One player controls the movements of the criminal Mr. X as he tries to evade Scotland Yard, while another one to five players control five detectives trying to track him down.
The game client features an attractive map overlaid on high-resolution satellite imagery.
Download (3.1MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1556 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 multiplayer 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