On Friday 16 August 2002 11:42 pm, s wrote:
> On Friday 16 August 2002 11:32 pm, Ronald J. Hall wrote:
> > Well, I've had this game for some time. Installed it under 8.0,
> > 8.1, and a while back - under 8.2. Recently, I had to reinstall
> > and I just got around to reinstalling UT as well. I had used the

> Ummm, I used to have a script that
> someone wrote for that, but I've lost track of it. 

woohooo!  found it.  hope this helps.

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

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to