
  *nix users!  This includes Linux, FreeBSD, basically anyone 
  not using Windows, BeOS, or MacOS.  You'll need to copy some 
  files from one name to another to get MESTO and URBAN to work 
  properly.  You may either do this manually or run the "runme"
  script in this same directory.  The commands and files needed
  for this are listed below.  

  You have to do this because this package was made on a Windows
  machine and it cannot have two files of the same name but with 
  different cases.  It treats it as the same file.  Well, fix it
  yerself!  :)

  You can execute the "runme" script by CHMOD'ing the execute 
  bit and typing "./runme" -- at least I'm pretty sure that's 
  how you'd do it.  If you have any questions, have someone who
  knows *nix better than you take a look at this stuff and do 
  it for you or explain it to you.  Or just cut and paste the 
  mkdir and cp commands and run them from this current directory.


#!/bin/sh
mkdir ../textures/crcity
cp ../textures/CRCITY/SKY1.wal ../textures/crcity/sky1.wal
cp ../env/CITY1bk.pcx ../env/city1bk.pcx
cp ../env/CITY1bk.tga ../env/city1bk.tga
cp ../env/CITY1dn.pcx ../env/city1bk.pcx
cp ../env/CITY1dn.tga ../env/city1dn.tga
cp ../env/CITY1ft.pcx ../env/city1bk.pcx
cp ../env/CITY1ft.tga ../env/city1ft.tga
cp ../env/CITY1lf.pcx ../env/city1bk.pcx
cp ../env/CITY1lf.tga ../env/city1lf.tga
cp ../env/CITY1rt.pcx ../env/city1bk.pcx
cp ../env/CITY1rt.tga ../env/city1rt.tga
cp ../env/CITY1up.pcx ../env/city1bk.pcx
cp ../env/CITY1up.tga ../env/city1up.tga
