sentry
8th September 2006, 12:22 AM
I know this game is old but I am installing it as we speak. I've always been a ET fan but I've played that game for years...I think I'll be investing in 2004 soon :)
Anyways, I had a problem getting the install to work. It turns out the that linux install script on disc 3 is using tail with old syntax that no longer works in FC5. This will cause the installer to barf with a message similar to the one below.
Copying to a temporary location...
Verifying archive integrity...tail: cannot open `+266' for reading: No such file or directory
Error in checksums: 2901591156 is different from 3043856338
The fix is to edit the file with a hexeditor (hexedit or khexedit should do the trick). Replace all instances of tail +266 with tail -n +266 et voila, she'll install just fine :)
Anyways, I had a problem getting the install to work. It turns out the that linux install script on disc 3 is using tail with old syntax that no longer works in FC5. This will cause the installer to barf with a message similar to the one below.
Copying to a temporary location...
Verifying archive integrity...tail: cannot open `+266' for reading: No such file or directory
Error in checksums: 2901591156 is different from 3043856338
The fix is to edit the file with a hexeditor (hexedit or khexedit should do the trick). Replace all instances of tail +266 with tail -n +266 et voila, she'll install just fine :)