VOGONS


Under Fire (1987)

Topic actions

First post, by exofreeze

User metadata
Rank Member
Rank
Member

Good day all. I recently started trying to get this older title running in dosbox, however it exits back to the dos prompt every time I select "New Game"

I have the 3.5" version which has the maps on the same disk, rather than a second disk. So the batch file instructs me to type the same letter as the drive I am running it from.

I have attempted mounting the folder with all the files as the A:
(mount a .\games\UnderFir -t floppy)

I am able to switch the the A: and launch the game from the A:, however in the debug version of dosbox when i select A:\ as the drive for the maps I see the error:
BIOS: DIsk 0 Not Active

And the program reports "Drive A not ready".

I have never seen a floppy act like this before.

Reply 1 of 4, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It's using low-level access on the floppy drive, so perhaps mounting an image of the game disk as A: will work; but it's usually done for keydisk copy protection, which is unlikely to work in DOSBox unless it is very simplistic.

Reply 2 of 4, by exofreeze

User metadata
Rank Member
Rank
Member

Mounting an image bypasses the error I was getting in regards to "drive not active" and allows me to progress to the "new game" screen.

However, at this point it behaves exactly the same as if I was running it directly from the c:\. Upon selecting new game, it dumps out to the prompt.

Reply 3 of 4, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It tries to verify sectors on the floppy, looking for success in one case and failure in another. DOSBox doesn't support such protection mechanisms (yet), so a workaround is needed to play the game. Run the attached TSR beforehand and the game seems to work from the HD without having to mount a floppy image.

Reply 4 of 4, by exofreeze

User metadata
Rank Member
Rank
Member

amazing =)