[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unreal Tournament



On Wed, 12 Feb 2003 the mental interface of 
Sergey A. Ovchar told:

> Hello.
> I had insalled the subject, using installer from lokigames.com, but now can't run it :-((
> It says:
> 
> ovserg@debian:~$ ut
> Unreal engine initialized
> Bound to SDLDrv.so
> Joystick [0] : Unknown Joystick
> SDLClient initialized.
> Bound to Render.so
> Lighting subsystem initialized
> Rendering initialized
> LoadMap: Entry
> Failed to load 'Entry': Can't find file 'Entry'

This is why the maps are still compressed ;-)

Run the following script in your ut INSTALLDIR:


#!/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! ::.." 

HTH

-- 
  Obviously the human brain works like a computer.
  Since there are no stupid computers humans can't be stupid.
  There are just a few running with Windows or even CE ;-)

Attachment: pgpOrpPwTHdre.pgp
Description: PGP signature


Reply to: