VOGONS


Privateer Floppy Install

Topic actions

First post, by Great Hierophant

User metadata
Rank l33t
Rank
l33t

I have disk images of Wing Commander Privateer, the speech pack and the expansion pack. All of them have the game files packed in zip files across the disks. When I try to install in DOSBox, I am able get past the installation program, but pkunzip refuses to unzip the files. It first calls for the last disk, and after it reads that it asks for the first, but refuses to acknowledge that the disk has been inserted. I have tried Ctrl + F4 to refresh the floppy drive cache without success.

http://nerdlypleasures.blogspot.com/ - Nerdly Pleasures - My Retro Gaming, Computing & Tech Blog

Reply 1 of 6, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Are you trying manually to run pkunzip? Shouldn't the installer take care of this?
I wrote instructions on getting the files off the Ultima 7 floppies at http://exult.sourceforge.net/docs.php#bg_manual maybe that helps

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 6, by Great Hierophant

User metadata
Rank l33t
Rank
l33t

I managed to install it properly, but it will not work with mounting a floppy drive in DOSBox. You need real MS-DOS installed to a hard drive image.

Here is how I did it with the latest SVN :

Start DOSBox with the following :

imgmount c c:\critical\misc\dosbox\msdos6.img
boot c:\critical\misc\dosbox\msdosbt.img priv1.img ... priv6.img

msdos6.img - 504MB hard drive partition, MS-D0S 6.22 installed
msdosbt.img - bootable hard disk image with MS-DOS 6.22

This will use the floppy disk to boot and the hard disk as the target of the install files. Disk 1 will be in drive B:, install it from there. When it asks for more disks, use Ctrl F4 until you get the disk in drive b: (look at the status window). Afterward, you can xcopy the game to a mounted directory to get it off the image.

http://nerdlypleasures.blogspot.com/ - Nerdly Pleasures - My Retro Gaming, Computing & Tech Blog

Reply 3 of 6, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Privateer's floppy install is working here in SVN with IMGMOUNT, no booting of DOS needed, thanks to rcblanke's multi-floppy patch. 0.74 will reject an attempt to mount multiple floppy images in a single IMGMOUNT command.

Reply 4 of 6, by SKARDAVNELNATE

User metadata
Rank Oldbie
Rank
Oldbie

As long as none of the files reuse the same name I dump all of them into a single folder and mount that as A:\.

Reply 5 of 6, by Great Hierophant

User metadata
Rank l33t
Rank
l33t
ripsaw8080 wrote:

Privateer's floppy install is working here in SVN with IMGMOUNT, no booting of DOS needed, thanks to rcblanke's multi-floppy patch. 0.74 will reject an attempt to mount multiple floppy images in a single IMGMOUNT command.

You mean I don't have to go through all that nonsense of booting to real MS-DOS? Sweet. There may be some other hard cases, however, that will resist DOSBox when installing.

http://nerdlypleasures.blogspot.com/ - Nerdly Pleasures - My Retro Gaming, Computing & Tech Blog

Reply 6 of 6, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

Please let us know if you find such a case, GH.