relegalize?
That boot disk is loading a lot of unnecessary stuff and that's why you've got no memory left.
Install the game to your hard disk (if it's not already there). Then go to the directory (folder) where it's installed and right-click the program (.exe or possibly .bat file) that runs the game and select "Create shortcut". Now drag the shortcut to the Start menu or the Desktop (or right-click "Cut" and then right-click "Paste").
Now right-click this shortcut and select Properties, then click Program and then click the Advanced button. Put a check in the "MS-DOS mode" box and another in "Specify a new MS-DOS configuration".
Copy and paste the text below into the Config.sys section -
DOS=HIGH,UMB
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE 8192 RAM I=B000-B7FF
DEVICEHIGH=C:\WINDOWS\VIDE-CDD.SYS /E /D:MYCDROM
Copy and paste the text below into the Autoexec.bat section -
SET PROMPT=$p$g
SET winbootdir=C:\WINDOWS
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND
SET BLASTER=A220 I5 D1 T4
LOADHIGH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MYCDROM /M:15
C:\WINDOWS\CTMOUSE.EXE
If you have soundcard drivers for DOS you'd add the line(s) for that to the end of the autoexec.bat.
Click OK/Apply and all that jazz.
Now we need to make sure we have the files installed to run this successfully so download vide-cdd.sys from here -
http://www.bgdf.com/darkehorse/PC/DOS/D ... ndex.shtml
and place the file in your Windows folder.
Then download CuteMouse (version 1.9) from the link in my sig and also copy that to the Windows folder.
Now, to play the game, just double-click the new shortcut. Windows will then exit and restart in DOS and load the game (hopefully
). When you quit the game the computer will reboot and Windows will reload.
If you ever get stuck in DOS (if the game crashes) then remember you can return to Windows by typing -
win /w
at the command prompt.
Additionally remember you can always reboot with that boot disk and then, if necessary delete the config.sys and autoexec.bat on the c:\ drive and rename ("ren") config.wos to config.sys and autoexec.wos to autoexec.bat. Remove the boot disk and reboot and Windows will load normally.
Note that Pirates!Gold is supposed to be a tricky game to get running in DOS. Your memory error
may actually be due to your system having
too much total memory and the game just can't handle it (that's why I've put the "8192" after EMM386 to try to limit the available total memory).
You may find it easier in the long run to find a copy of the Windows version of the game, if you can.
But feel free to post again with any further troubles. It's meant to be a great game so I hope we get it running!