Descent 3 question
Descent 3 question
As I understand it Loki software and an offshoot of it, icculus.org are are both things of the past. Is it possible to get help to get the Descent 3 demo to run or to get a copy of Descent 3 for Linux anywhere?
Actually there are places but I guess Descent 3 is considered a collectors item that is selling for outrageous prices. So, is there a Linux installer for the Windows version of the game available?
Actually there are places but I guess Descent 3 is considered a collectors item that is selling for outrageous prices. So, is there a Linux installer for the Windows version of the game available?
-
- liflg member
- Posts: 1665
- Joined: Fri Oct 22, 2004 16:23
Hi cackerso,
Ixsoft offers a package which consists of the Windows version and a Linux installer:
http://ixsoft.de/cgi-bin/web_store.cgi? ... 300CD.html
I have no idea what they did and if it's legal ...
Whats the matter with the demo?
Ixsoft offers a package which consists of the Windows version and a Linux installer:
http://ixsoft.de/cgi-bin/web_store.cgi? ... 300CD.html
I have no idea what they did and if it's legal ...
Whats the matter with the demo?
-
- liflg member
- Posts: 1665
- Joined: Fri Oct 22, 2004 16:23
Try it this way:
Code: Select all
_POSIX2_VERSION=199209 sh ./descent3-demo.run
OK, in the interest of full disclosure. It turns out, although labeled as "demo" the file I had turned out to be a patch which none the less wouldn't run until I used the command you gave. Then of course I couldn't do anything with it because I had nothing to patch.
So I searched and finally found the real "demo" file. It wouldn't run either until I used the command you provided. But all that happened is that a directory called "descent3-demo" was created. There was nothing in it. Weird. Anyway do you have any idea what's going on? And secondly what does the command you recommended mean? Why would it work and the basic execute command not work? I'd be happy to do a bit of reading if you can suggest something.
Thanks,
cackerso
So I searched and finally found the real "demo" file. It wouldn't run either until I used the command you provided. But all that happened is that a directory called "descent3-demo" was created. There was nothing in it. Weird. Anyway do you have any idea what's going on? And secondly what does the command you recommended mean? Why would it work and the basic execute command not work? I'd be happy to do a bit of reading if you can suggest something.
Thanks,
cackerso
-
- liflg member
- Posts: 1665
- Joined: Fri Oct 22, 2004 16:23
Hi cackerso,
you are right, what I have found is also only a demo. Seems like it requires the loki_demos tool to be installed. I could not find a standalone demo, where can I get it?
Here is some information about _POSIX2_VERSION:
http://www.gnu.org/software/coreutils/m ... mance.html
you are right, what I have found is also only a demo. Seems like it requires the loki_demos tool to be installed. I could not find a standalone demo, where can I get it?
Here is some information about _POSIX2_VERSION:
http://www.gnu.org/software/coreutils/m ... mance.html
Hi,
Here's the link. Unfortunately you have to sign up with file planet to get the download.
http://www.fileplanet.com/47284/downloa ... -for-Linux
Here's the link. Unfortunately you have to sign up with file planet to get the download.
http://www.fileplanet.com/47284/downloa ... -for-Linux
Hi again,
Well I downloaded it at work and it installed fine with the command you posted. It runs fine. Same distro of Linux just a different computer. I'll copy what I've got and take it home and try it. Maybe I just did something wrong when I was trying to run it at home.
Any way as before thanks for all of your help, particularly for the link to the site about POSIX.
Well I downloaded it at work and it installed fine with the command you posted. It runs fine. Same distro of Linux just a different computer. I'll copy what I've got and take it home and try it. Maybe I just did something wrong when I was trying to run it at home.
Any way as before thanks for all of your help, particularly for the link to the site about POSIX.
-
- liflg member
- Posts: 218
- Joined: Mon Mar 27, 2006 2:07
- Location: CH
-
- liflg beta tester
- Posts: 22
- Joined: Mon Jun 22, 2009 21:57
- Contact:
Re: Descent 3 question
It's an old thread I know.kratz00 wrote:Really strange fileplanet.com is the only place which has the 'standalone' Descent 3 Linux demo. I wonder whats about all the other Linux demos by Loki?!

That's how I got the Demo working (with _POSIX2_VERSION=199209 sh ./file):
- http://updates.lokigames.com/loki_demos ... 0e-x86.run
- http://updates.lokigames.com/loki_demos ... 3-demo.run
- http://updates.lokigames.com/loki_demos ... 0b-x86.run

-
- Posts: 67
- Joined: Mon Oct 10, 2005 18:10