I tried thie file on Gentoo Linux, and there is a problem with some of the filenames. They are .PNG iso .png
There is also a directory Sprites iso sprites in the tar but that does not seem to give a problem.
You can untar the tar: tar xvf xxxx.tar.
Then go to the sprites/ogfx1_base directory and give the following commands (assuming you're using Bash):
Code: Select all
for file in `ls *.PNG` ; do mv $file `basename $file .PNG`.png ;done
cd ..
ln -s ogfx1_base trg1r
The first command will rename all the incorrectly named PNG files to png.
The last command will create a symlink from trg1r to ogfx1_base, which means that the set will work with or without opengfx activated.
Repeat this for the other ogfx directories (replace the names in the ln command with the appropriate ones)
Then you can tar the files again, and you should be fine for both ogfx and original (windows) grfs.