LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 10-05-2006, 12:42 PM   #1
Cookie8
LQ Newbie
 
Registered: Oct 2006
Distribution: SuSE 10.1
Posts: 12

Rep: Reputation: 0
Question How to install downloaded games ??


Help, please!
I have been looking all over the internet for some sort of instructions about how to download and install games, but maybe people assume everybody knows how to do it...
However, I am extremely new to Linux and I do not.
I have SuSE 10.0 and I can download the games just fine. When they show up on my desktop I also extract them. But I simply do not know how to get from downloaded to playable.
Can someone please give me a clear, specific guide about installing games??
Many, many thanks!!!
 
Old 10-05-2006, 01:03 PM   #2
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
please explain this with an example. which file did you download? how did you extract it?
 
Old 10-05-2006, 08:45 PM   #3
Cookie8
LQ Newbie
 
Registered: Oct 2006
Distribution: SuSE 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Question

For example, I thought a game called Runtling I found at pygame.org would be an easy one to start with. So, I clicked on download and my computer automatically started to download it, with the final product ending up on my desktop as "runtling.zip" I right clicked on it, and under actions chose "extract." That left me with a folder called runtling that had a whole bunch of stuff in it. Some examples: event.pyd, runtling.mp3, mouse.pyd, SDL.lll.
Now I have absolutely no idea what to do to make the game open up and be playable.
 
Old 10-06-2006, 12:22 AM   #4
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
it does seem to be games in python. search for config files in the extracted dir and make sure you have python installed on your computer.
python config.py or whatever the file name is.
there must be docu on the site or within the extracted files. read it.
 
Old 10-06-2006, 05:02 PM   #5
Cookie8
LQ Newbie
 
Registered: Oct 2006
Distribution: SuSE 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Question

How about other games? I wanted to try FreeCNC and also FreeCol; did exactly the same things with them and got stuck at exactly the same place. Is there a formula for installing games, in general?

Last edited by Cookie8; 10-06-2006 at 09:40 PM.
 
Old 10-07-2006, 11:32 PM   #6
bhert
Member
 
Registered: May 2006
Distribution: OpenSUSE 10.3 Kubuntu Hardy Heron
Posts: 268

Rep: Reputation: 30
Most games from source code typically uses the make feature. Look for the configure file in the game dir you downloaded and do this in console:

Code:
./configure
make
su
make install
Note: you must be root to install games

bhert

Last edited by bhert; 10-07-2006 at 11:36 PM.
 
Old 10-08-2006, 07:47 AM   #7
dudeman41465
Member
 
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 794

Rep: Reputation: 56
That version of Runtling is a Windows version, not Linux. Python will run on any system if it's left in .py format, but he compiled it into a .exe. He was kind enough to post the sourcecode on the forums though, I'll see if I can make a version you can run and then post it here in a bit.

Last edited by dudeman41465; 10-08-2006 at 07:51 AM.
 
Old 10-08-2006, 08:22 AM   #8
dudeman41465
Member
 
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 794

Rep: Reputation: 56
If you want to download and play Windows games, you're going to run into problems. Files that come as .exe are written for Windows, but it is possible with Wine. Not all games work with wine, and many work but have bugs. If you can, always try to find a native linux installer for any software you want. I posted about Runtling on the creator's forum, so hopefully he'll see it.
 
Old 10-09-2006, 10:20 AM   #9
Cookie8
LQ Newbie
 
Registered: Oct 2006
Distribution: SuSE 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Smile

Wow dudeman, thanks for going to all that trouble!! I'm so glad the Linux community is so willing to help newbies, instead of making them feel stupid like so many other people do.

To bhert: I hadn't been able to get the ./configure command to work (it said "no such file or directory" but then again I had been doing it under my personal user. I will try under root and see what happens! Thanks to you too!
 
Old 10-10-2006, 06:50 AM   #10
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Quote:
Originally Posted by Cookie8
Wow dudeman, thanks for going to all that trouble!! I'm so glad the Linux community is so willing to help newbies, instead of making them feel stupid like so many other people do.

To bhert: I hadn't been able to get the ./configure command to work (it said "no such file or directory" but then again I had been doing it under my personal user. I will try under root and see what happens! Thanks to you too!
configure doesn't need root permissions... if there is no configure script it cannot be run
 
Old 10-10-2006, 08:23 AM   #11
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Quote:
Originally Posted by Cookie8
Help, please!
Can someone please give me a clear, specific guide about installing games??
It's hard to be 100% specific as there are .run/.bin/.sh type installs, compiled from source installs, packaged binaries (like RPM) type installs, and probably other methods I can't remember. Lots of ways to do things in linux. It's a little overwhelming at first.

Anyway, here's some animated tutorials you might enjoy. Hope you have a highspeed connection.
http://www.itsyourpc.org/4436/51002.html

Last edited by muddywaters; 10-10-2006 at 08:25 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install a downloaded tar.gz? zeroz52 Linux - Newbie 8 10-06-2006 10:32 PM
firefox downloaded ,now how to install? beezerbob Linux - Software 7 12-18-2005 10:32 AM
downloaded firefox, now how to install it? learnfast Linux - Newbie 8 03-14-2005 09:44 AM
install downloaded program BIMMUR Linux - Newbie 4 02-21-2004 05:47 PM
Install downloaded software, how ? newtbfr Linux - Software 2 08-11-2003 01:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 06:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration