View Single Post
Old 17-09-2014, 10:14 PM   #7
Vanshilar
Abandonia nerd

 
Join Date: Mar 2009
Location: Los Angeles, United States
Posts: 81
Default

Quote:
Originally Posted by Guest View Post
There seems to be a bug which doesn't allow you to select the ship you wish to target during combat when run on XP.
I ran into the same problem. The issue has to do with the mouse cursor flipping on and off in terms of being displayed. There's some discussion of this on the DosBox forums:

http://www.vogons.org/viewtopic.php?t=24717
http://www.vogons.org/viewtopic.php?t=8497

I recommend using the command line option "e" (disables EGA page flipping) if possible; so when you run the game, the command line would be "atsea e" rather than simply "atsea". The cursor should always show up now, but sometimes refreshing the screen will be slower.

The second link (http://www.vogons.org/viewtopic.php?t=8497#p55165) has a mouse driver file that will solve the issue (make sure the cursor is always displayed) for QQP games. You basically need to run it before running the game. There's probably a more elegant way to achieve this, but what I did was to put that mouse.com file in my Lost Admiral directory, and then I changed the dosbox shortcut to:

C:\Games\DOSBox-0.74\DOSBox.exe -conf "C:\Games\The Lost Admiral\dosbox-0.74.conf" "C:\Games\The Lost Admiral\atsea.exe" -c "mount d c:\games\thelos~1" -c "d:" -c "mouse"

It basically mounts the drive, then runs the mouse.com, then starts the game. As I said, there's probably a more elegant way to do it, but this also works for me.

Last edited by Vanshilar; 25-09-2014 at 06:27 AM.
Vanshilar is offline                         Send a private message to Vanshilar
Reply With Quote