Main > Free Download Search >

Free multiplayer cheats software for linux

multiplayer cheats

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 248
Roulette-Cheats 1.0

Roulette-Cheats 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-27 License: Freeware Price: Free
227 downloads
Roulette-Cheat 1.0

Roulette-Cheat 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-28 License: Freeware Price: Free
205 downloads
Roulette Cheat Guide 1.0

Roulette Cheat Guide 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-16 License: Freeware Price: Free
195 downloads
smultroNET 1.0.9

smultroNET 1.0.9


smultroNET is a multiplayer worm-tron-kinda game. more>>
smultroNET is a multiplayer worm-tron-kinda game.
Bored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
<<less
Download (0.45MB)
Added: 2007-04-02 License: Freeware Price:
935 downloads
TryChess 0.2

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
<<less
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
Online-Casino-Cheat 1.0

Online-Casino-Cheat 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-04 License: Freeware Price: Free
206 downloads
Call Of Duty 2 Linux Multiplayer Server Code 1.0a

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
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
Online-Gambling-Cheat 1.0

Online-Gambling-Cheat 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-02 License: Freeware Price: Free
207 downloads
JDuplicate 0.5.9

JDuplicate 0.5.9


JDuplicate project is a multiplayer word game suite supporting Scrabble and Duplicate. more>>
JDuplicate project is a multiplayer word game suite supporting Scrabble and Duplicate.

It supports popular word games such as Duplicate and Scrabble.

JDuplicate Swing Client, commonly called JDSC, is the JDuplicate reference
client. It will allow you to connect to a JDuplicate server and play without
having to input complex commands as its main goal is usability.

Unlike JDCC, which was developped for debugging purposes, JDSC is developped
from the ground up with ease of use in mind. JDSC is fully graphical and
features user friendly characteristics such as drag&dropping tiles, full sound
support and a click and play interface for game selection.

Like the rest of the JDuplicate "official" package, running JDSC will require
that you install Java.

<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1067 downloads
OpenRTS 0.2

OpenRTS 0.2


OpenRTS is an open source realtime strategy game. more>>
OpenRTS is an open source realtime strategy game. OpenRTS game features isometric graphics, networked multiplayer and single-player scenarios. The game is being developed using Python and SDL.
Main features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
<<less
Download (1.7MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1280 downloads
Gambling-Cheat 1.0

Gambling-Cheat 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-06 License: Freeware Price: Free
208 downloads
pyRacerz 0.2

pyRacerz 0.2


pyRacerz is a multiplayer top view 2D racing game. more>>
pyRacerz is a multiplayer top view 2D racing game. It features multiplayer (on the same computer), tournaments, high scores, replays, 6 tracks (really 12, because each track can be used Normal or Reverse), 9 cars, a basic robot player, 3 different levels of difficulty, and a music player (it can play the .ogg files locating in the musics directory).
Main features:
- Multiplayer (on the same computer)
- Tournament
- Challenge mode (for single user)
- Hi Scores
- Replays
- 8 tracks (1 to be unlocked)(in fact 16 because each track can be used Normal or Reverse)
- 9 cars
- Basic robot player
- 3 different levels of difficulty
- Music player (pyRacerz can play the .ogg files locating in the musics directory)
<<less
Download (4.5MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1468 downloads
Panzers 0.40

Panzers 0.40


Panzers is a simple 3D multiplayer tank game. more>>
Panzers project is a simple 3D multiplayer tank game.
The player controls a WW2 tank. The player controls the tank in a fully 3D environment trying to blast other players.
Several different vehicles will be selectable, but currently there are two different panzers at your disposal.
Main features:
- multiplayer action through a server (still flaky at best though)
- full 3D environment with lakes, houses and woods
- panzers can be fully controlled, including turrets, and they have different characteristics
- some kind of physics approximation for shells
- loads of bugs
- maps can be created by just editing a grayscale png file
At present Panzers is more a technology demo than something youd want to spend too much time playing. Better playability will be added sooner or later. Help is appreciated, of course.
<<less
Download (1.7MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
TiWarriors 0.4

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.
<<less
Download (MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
ClanBomber2 0.9

ClanBomber2 0.9


ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a free multi platform C++ game SDK. more>>
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a free multi platform C++ game SDK. First "ClanBomber" was only a working title for a small game started in September 1998, that has only been started to learn how to use ClanLib.

But the ClanBomber project has grown into a real game. It is fully playable and features Computer controlled bombers, however, it is recommended to play ClanBomber with friends (3-8 players are really fun).

<<less
Download (1.8MB)
Added: 2005-08-16 License: GPL (GNU General Public License) Price:
1538 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5