You are not logged in.

#1 2002-08-30 06:40:06

mike
Member
From: Basel, Switzerland
Registered: 2002-08-26
Posts: 23

It works! :)

I have just installed UT and Alpha Centauri. They work very nicely.

Offline

#2 2002-08-30 09:16:47

ody
Member
From: Manchester, UK
Registered: 2002-08-12
Posts: 216
Website

Re: It works! :)

explain how you got UT installed, please wink

Offline

#3 2002-08-30 10:06:52

mike
Member
From: Basel, Switzerland
Registered: 2002-08-26
Posts: 23

Re: It works! :)

1. Get the Windows version. smile
2. Download the Linux binaries from www.lokigames.com
3. Mount your UT-CD and  start the installer you have just downloaded.
4. Play the game!

If you get a "Cant find ENTRY" error you need to run the following script. Just make sure you change the path to the directory where you installed UT! wink.

#!/bin/sh

# Change this to YOUR install-dir of UT
#
INSTALLDIR=/usr/local/games/ut

cd $INSTALLDIR/System

for i in `ls ../Maps/*.unr.uz`
do
ucc decompress ../Maps/$i -nohomedir
done

rm ../Maps/*unr.uz
mv *.unr ../Maps

echo "..:: Done! ::.."

I got this script from www.holarse.net and it works for me. After you have ran it, and waited for some time you should be able to play the game.

Have fun!

Offline

#4 2002-08-30 10:37:08

ody
Member
From: Manchester, UK
Registered: 2002-08-12
Posts: 216
Website

Re: It works! :)

excellent, thanks for that, I was always getting a cannot find error and gave up trying..

Offline

#5 2002-08-30 14:55:45

ody
Member
From: Manchester, UK
Registered: 2002-08-12
Posts: 216
Website

Re: It works! :)

BTW, what hardware you got and how fast does UT run for you?

Offline

#6 2002-08-30 16:47:53

mike
Member
From: Basel, Switzerland
Registered: 2002-08-26
Posts: 23

Re: It works! :)

AMD Athlon 1200
GF3 GTI 200
512 MB RAM
SB Live!

How can I see how many FPS I get? Is there a built-in benchmark?

Offline

#7 2002-09-01 16:23:45

ody
Member
From: Manchester, UK
Registered: 2002-08-12
Posts: 216
Website

Re: It works! :)

what was wrong?

Offline

Board footer

Powered by FluxBB