Other Issues with Game Installations
***********************************************
Heretic2
Heretic2 installation is kinda borked. You can do the install, but the
path to the binary executable got mixed up somehow. When you install
the game, it will return an error message about not being able to find
bin/x86/heretic2 . Don't sweat it though, because everything else
has
been installed. Simply copy the binary into the correct hard drive
directory and
symlink it into /usr/bin.
cp
/cdrom/bin/x86/glibc-2.1/heretic2
/usr/local/games/heretic2/
ln -s
/usr/local/games/heretic2/heretic2
/usr/local/bin
Now run loki_update
, compensating for the problems as issues in the previous paragraph.
If you are using KDE (perhaps others?), the icon is also busted.
From the install directory, open /heretic2/icon.bmp
with the graphics program xv , then save
it as a png format picture. When you go to define the icon, it will
display two of them now. One is the broken icon.xpm , the other
is our new icon.png
. Only ours will work properly.