Posted on: May 13, 2017

bobsobol
Bestätigter BesitzerSpiele: 271 Rezensionen: 6
Has issues I *know* could be resolved.
I'm disappointed with how this amazing old game installs and plays from GOG. Firstly, I'm not sure why it isn't packaged with a native install for Linux, when I still enjoy playing the CD32 edition in UAE, and it runs fine. (Windows or Linux) I just wanted to have a download I could install and fire up without digging out the CD. (or ISO) Second, this seems to come from a DOS version, when I'm pretty sure the CD32 is generally considered the ultimate original version. (everything else is already a "port" from that) In Windows, it's just barely playable compared to my existing UAE solution, though admittedly easier to install. The intro animation works surprisingly well, considering it's emulating Windows emulating DOS converting an Amiga anim8 animation. Obviously it doesn't work nearly as well as the Amiga CD32 version under UAE. There is a PlayOnLinux script for the GOG installer in Linux, but it forces the desktop to 640x480, then overlays the window border and task bar over the game in my DE. (Pantheon / Gala) The game started much better from native DOSBox in Linux with a simple bash script, but didn't go further than the intro. (that may be my version of DOSBox 0.74, as I know GOG tinker to fix stuff like that, and in Windows native it froze at that point a couple of times) I don't know why GOG don't package a UAE based installation for the Amiga CD32 version for Windows, Mac, and Linux alike. (Kickstart licensing? Maybe it doesn't work on 3rd party, open licensed firmware like AROS Kickstart replacement?) This would make for a better play experience and be more inclusive of modern systems. If anyone wants to work on the Linux DOSBox method and see if they can get further, here's what I dropped in the install dir:- #!/bin/bash cd "$(dirname "$(readlink -f "$0")")" dosbox -conf dosboxABTA.conf -c 'mount C "."' -c "c:" -c "TA.exe"
Hilft dir das weiter?