Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd January 2006, 11:47 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Talking Get your Linux game on!

Hello,
After this, no one can say Linux doesn't have any good games! I've been on the quest for games lately, and found some really superb ones. Here's a list I've compiled of games worth mentioning:

- LBreakout2 (pad at the bottom, bouncy ball and a bunch of bricks you have to remove)
- BZFlag + BZFed (Massive Multiplayer Online (MMO) tank-shooting game)
- Lincity-ng (Upgraded version of SimCity)
- fish fillets-ng (Puzzle game)
- Gnome-Sudoku (Self explanitory )
- ppracer (Upgraded tuxracer, the Linux penguin that races on snowy racetracks)
- SuperTux (Super Mario Bros, but with Tux!)
- Gweled (Similar to Bejeweld on popcap games)
- Virus Killer (Kill those viruses with your laser beam powered by the kernel!)
- Neverball (Marble Blast Gold ripped this game. Control the ball to collect coins for points and the reach the endpoint)
- Nexuiz (best game IMHO, 1st person shooter)
- Frozen-Bubble (3 like-colored adjacent balls disappear. Try to clear the level before the balls reach the bottom of your screen)
- CUBE (Online & Single player 1st person shooter)
--> Edit: Sauerbraten, aka 'CUBE 2', is now available.
- Chromium (Fly that spaceship of yours and destroy oncoming ships!)
- gl-117 (Flight simulator, proceed to the missions to start the battling)
- Freeciv (FreeCiv = Free Civilization(tm). Free version of the commercial game Civilisation)
- Torcs (Car racing game)
- Penguin Commander
- Lucidlife (Game of Life)
- Diablo I, Diablo II, Starcraft (with or without Brood War expansion), Warcraft III (again, with or without Frozen Throne) via Wine - see below for installation instructions.

First, make sure you have the RPM Fusion repository enabled. If you have not enabled it on your system yet, see RPM Fusion's configuration page.

Now you're ready to install some games via yum:
Code:
su -
yum install game_name_without_capitals
For example:
Code:
su -
yum install bzflag lincity-ng nexuiz
will install the games bzflag, lincity-ng and nexuiz.

The basic game packages are fun but aren't that amusing in my opinion. They consist of gnome-games and kdegames. To install them, type:[code
yum install gnome-games kdegames[/code]

For a full install, type:
Code:
su -
yum install bzflag freeciv gnome-games kdegames gnome-sudoku gweled neverball nexuiz ppracer nexuiz-server nexuiz-data viruskiller supertux gl-117 frozen-bubble torcs torcs-data torcs-data-cars-extra torcs-robots torcs-data-tracks-road lincity-ng lincity-ng-data fillets-ng lbreakout2 lucidlife
And see the additional instructions below.

Yum can install most of the games listed above for you. The rest must be installed manually. For these games, see the specific instructions below:

FOR BZFed (Bzflag map editor)
NOTE: This doesn't seem to work with FC5.
Code:
su -
wget http://downloads.sourceforge.net/bzfed/bzfed-0.1.tar.gz
rpm -Uhv http://www.asic-linux.com.mx/~izto/checkinstall/files/rpm/checkinstall-1.6.1-1.i386.rpm
gzip -d bzfed-0.1.tar.gz
tar -xf bzfed-0.1.tar
cd bzfed-0.1
./autogen.sh &>/dev/null
./configure
make
checkinstall -R
<keep hitting Enter until RPM build finishes>
rpm -i /path/to/RPM/built[/code]

FOR Cube II / Sauerbraten
Code:
su -
wget http://downloads.sourceforge.net/sauerbraten/sauerbraten_2008_06_20_ctf_edition_linux.tar.bz2
mv sauerbraten /usr/local/share/
echo '[Desktop Entry]
Name=Sauerbraten
GenericName=Sauerbraten
Comment=Sauerbraten FPS
Exec=/usr/local/share/sauerbraten/sauerbraten_unix
Icon=/usr/local/share/sauerbraten/data/crosshair.png
Type=Application
Encoding=UTF-8
Categories=Application;Game;' > /usr/share/applications/sauerbraten.desktop
chmod 644 /usr/share/applications/sauerbraten.desktop
cd /usr/local/share/sauerbraten
gedit sauerbraten_unix
Now, see this line:
Code:
CUBE_DIR=.
change it to:
Code:
CUBE_DIR=/usr/local/share/sauerbraten/
FOR Penguin Commander
Code:
su -
wget http://downloads.sourceforge.net/penguin-command/penguin-command-1.6.11.tar.gz
yum install SDL-devel SDL_image-devel SDL_mixer-devel
rpm -Uhv http://www.asic-linux.com.mx/~izto/checkinstall/files/rpm/checkinstall-1.6.1-1.i386.rpm
tar xzf penguin-command-1.6.10.tar.gz
cd penguin-command-1.6.10
./configure
make
checkinstall -R
<enter>
<enter>
rpm -Uhv /usr/src/redhat/RPMS/i386/penguin-command-1.6.11-1.i386.rpm
And now, to add a shortcut in the games menu, paste this into /usr/share/applications/penguin-command.desktop:
Code:
[Desktop Entry]
Encoding=UTF-8
Categories=Application;Game
Name=Penguin Commander
Comment=Missle-shooting game
Icon=redhat-games.png
Exec=penguin-command
Terminal=0
Type=Application
FOR Blizzard Entertainment games (Diablo, Starcraft, Warcraft):
1) Type
Code:
winecfg
into a terminal, and set your Windows version to Windwos 2000 or Windows XP.
2) Install the games under Wine:
Code:
wine /media/CD_LABEL/setup.exe
replace CD_LABEL with the label shown on your Desltop for the CD, for example BROODWAR.
3) Some games have had issues "self-patching" the game in the past. If the patch fails after clicking "Battle.net", go to the Blizzard site and download the full patch files. Those should install fine and when you restart the game, it will be updated to the most recent version.
NOTE: In Diablo II, if you want to do TCP/IP games, it may complain about an invalid IP address. The solution is to add a non-localhost line to /etc/hosts (unfortunately , this usually requires a static IP address). For example, with a static IP of 192.168.1.2, you could add:
Code:
192.168.1.2           MyHostName           MyHostName.localdomain
and set my hostname to "MyHostName.localdomain" in /etc/sysconfig/network.

As well, you'll notice the installer hangs at a few points when installing Diablo II. This is actually because it's prompting you to switch disks, but the dialog is behind the progress window. Just switch play/install disks and hit <enter> until the install continues.

Per request, I added Enemy Territory to the list. Although, to download it, you must sign up. For those who wish to see http://games.activision.com/games/wolfenstein/

Enjoy. My favorites are BZFlag, Lincity-NG and Nexuiz.
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)

Last edited by Firewing1; 22nd July 2008 at 04:52 PM.
Reply With Quote
  #2  
Old 24th January 2006, 01:15 AM
perry753 Offline
Registered User
 
Join Date: Jun 2005
Location: Pleasanton, CA, USA
Age: 21
Posts: 195
Hey! You are forgetting Enemy-Territory and America's Army. Those are the best!
__________________
Reply With Quote
  #3  
Old 24th January 2006, 01:18 AM
Ray Kovecses's Avatar
Ray Kovecses Offline
Registered User
 
Join Date: Jan 2006
Posts: 6
Yes you are certainly forgetting Enemy-Territory Americas Army and True Combat Elite. These games put nexuiz to shame. But BZFlag is also very cool.
Reply With Quote
  #4  
Old 24th January 2006, 01:23 AM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,201
How about Torcs (from Extras) - nice auto racing game.
And for the puzzle freaks: PyTraffic (Dries & RPMforge) - addictive and very hard at the upper levels.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #5  
Old 24th January 2006, 01:49 AM
axelseap's Avatar
axelseap Offline
Registered User
 
Join Date: Dec 2005
Posts: 455
gnomes-sudoku is spelled wrong is should be gnome-sudoku

great list of games, but as others mentioned how dare you forget enemy territory that's the greatest game ever
Reply With Quote
  #6  
Old 24th January 2006, 02:19 AM
hiberphoptik's Avatar
hiberphoptik Offline
Registered User
 
Join Date: Apr 2004
Posts: 1,186
youare all forgetting:

rollemup (rare hard to find yet awsome pinball game) (free)
space tripper ($)
mutatnt storm ($)
darwinia ($)
Never Winter Nights ($)
Wolfenstein ($)
foobillard (free)
Frozen Bubble (free)
snes9x (play all SNES games)
ePSXe (play playstation games!)

some of these cost $ but they are linux native and they are top quality!

and if you want to really get serious you can add all the cedega stuff too.. but lets not go there
Reply With Quote
  #7  
Old 24th January 2006, 08:13 AM
Scytale Offline
Registered User
 
Join Date: Jan 2006
Location: Wollongong, Australia
Age: 28
Posts: 198
I didn't know NWN worked under linux, I used to play it in windows a year or two ago, one of the best DND based games I've played. Does it need a seperate set of discs or is the linux version on the windows CDs, if the later is the case I may have to hunt my cd's down (I know they are around here somewhere)...
Reply With Quote
  #8  
Old 24th January 2006, 11:59 AM
liquidBass's Avatar
liquidBass Offline
Registered User
 
Join Date: Aug 2005
Location: I wish I knew...
Age: 33
Posts: 34
You need the data files from the windows NWN disks. Then you need the linux binaries and related files. You can get those from the bioware site, for free. The download is big though - 1.29 GB if I remember correctly.

Full instructions are at Bioware's NWN site http://nwn.bioware.com
Reply With Quote
  #9  
Old 24th January 2006, 01:15 PM
RedFedora's Avatar
RedFedora Offline
Registered User
 
Join Date: May 2004
Posts: 503
Just to clear this up a bit, you don't need the Windows disks to install NWN on
Linux. You can download everything you need from the Bioware website, assuming
you have a valid product key.
The download is large, but it is well worth it. I found NWN actually worked smoother
on my old Linux machine than my Windows box.
__________________
Registered Linux User # 373325
Reply With Quote
  #10  
Old 24th January 2006, 01:18 PM
axelseap's Avatar
axelseap Offline
Registered User
 
Join Date: Dec 2005
Posts: 455
yes you don't need the disks for the normal version but you do for the expansion packs.
for nwn, the binaries weren't the best because the movies don't play and there is no nwntoolset but you can fix both of these. search around in the nwn linux forums and you'll see nwntoolset runs under wine and there's a nice little fix to the movies
Reply With Quote
  #11  
Old 24th January 2006, 09:42 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Quote:
Originally Posted by hiberphoptik
youare all forgetting:

rollemup (rare hard to find yet awsome pinball game) (free)
space tripper ($)
mutatnt storm ($)
darwinia ($)
Never Winter Nights ($)
Wolfenstein ($)
foobillard (free)
Frozen Bubble (free)
snes9x (play all SNES games)
ePSXe (play playstation games!)

some of these cost $ but they are linux native and they are top quality!

and if you want to really get serious you can add all the cedega stuff too.. but lets not go there
True, but the goal was for free games
I've added Enemy Territory -- the only thing is you have to register and then wait in line -- No direct download, So I can't provide a link. For those that want to install it, you're on your own.

Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)

Last edited by Firewing1; 24th January 2006 at 09:57 PM.
Reply With Quote
  #12  
Old 24th January 2006, 10:33 PM
Finalzone's Avatar
Finalzone Offline
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,365
What about Armagetron Advance, the excellent crossplatform version of Tron?
New version now provide non -squared lang and new freatures as well. Plus, it support more than 10 players online.
Someday, we should create a FedoraForum league there. =)

http://armagetronad.net
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Reply With Quote
  #13  
Old 25th January 2006, 12:16 AM
perry753 Offline
Registered User
 
Join Date: Jun 2005
Location: Pleasanton, CA, USA
Age: 21
Posts: 195
America's Army is free...
__________________
Reply With Quote
  #14  
Old 25th January 2006, 12:37 AM
codergeek42's Avatar
codergeek42 Offline
Registered User
 
Join Date: Aug 2005
Location: Anaheim/Fullerton, CA (USA)
Age: 27
Posts: 388
Don't forget about FreeDroid RPG (freedroidrpg from Extras). Who can withstand the awesome cuteness of Tux waddling around smashing bad guys and taking over the enemy's computer systems? Not I!
__________________
~~ Peter ~~ :: ( Who am I? ) :: ( My Blog: A day (or more) in the life of a CS & Language student... ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) :: ( About me on the WIki )
Reply With Quote
  #15  
Old 25th January 2006, 01:25 AM
Mat's Avatar
Mat Offline
Retired Community Manager
 
Join Date: Jun 2004
Location: lair of a unix daemon
Posts: 1,155
Battle of Wesnoth is available via yum (extras repo) too.

# yum install wesnoth

Mat
__________________
Man will always find a difficult means to perform a simple task
(Rube Goldberg)

Having fun with Tcl at
Mat's Playground
Reply With Quote
Reply

Tags
game, linux

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best linux game? Spoof Mike Gamers' Lounge 2 24th September 2006 02:48 AM
Linux Game Publishers sailor Gamers' Lounge 0 27th July 2006 06:38 PM
Best Native Linux Game? chris_y2k_r1 Using Fedora 7 2nd April 2006 04:47 AM
Uplink Game for Linux. Arsepayne Linux Chat 1 19th November 2005 02:52 AM


Current GMT-time: 18:33 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat