Page 1 of 1
Cd switch issue
Posted: April 30, 2006 • 1:30 pm
by tevih
Hello all
Win xp, dosbox 0.65, and UAKM
When it's time to put in the new CD, it gives the prompt, I comply, and it doesn't recognize that the new CD has been put in. I can click "OK" till the cows come home and the prompt won't go away. I tried to mount the CDs on my hard drive using the "-t cdrom" command in dosbox, and it reads it as the drive in dosbox, but it still won't trick UAKM - even after I set the config in UAKM to see the cds that way.
Any clues?
Posted: April 30, 2006 • 6:18 pm
by Nilo P
In the DOSBox Conf file scroll down to the bottom line - [autoexec] - and set your drives exactly as listed below, substituting your drive letters for the D and E, if different.
[autoexec]
# Lines in this section will be run at startup.
mount D D:\ -t cdrom -usecd 0 -ioctl
mount E E:\ -t cdrom -usecd 0 -ioctl
mount C C:\
C:
Nilo
Posted: April 30, 2006 • 7:29 pm
by i'm_melting_i'm_melting
Doesn't dumping all the *AP files into the game folder (
http://www.unofficialtexmurphy.com/phpb ... .php?t=247 post no.5) work for you?
Posted: May 01, 2006 • 11:32 am
by tevih
Thanks for showing me that thread. I posted a question there as I didn't understand how that worked.
I didn't try the "0 -ioctl" bit because I didn't know what it meant and didn't want to mess anything up. The dosbox faq didn't really say what it meant. Also, should the "0" be replace with consecutive numbers or something? Say I was mounting 4 drives, should it be 0 - 3?
Posted: May 01, 2006 • 1:58 pm
by i'm_melting_i'm_melting
I answered your question in the 'No CD Key?' thread. Look at the latest post there I made today.
There is no need to mount any disc images once you copy all *.AP data files from all discs into the game directory. You can leave the drive letter config alone. Just load it up without any CDs and it'll work fine.
...or my name ISN'T i'm_melting_i'm_melting.
Posted: May 01, 2006 • 2:26 pm
by tevih
lol ok, thanks - didn't kno there were that many .ap files!

Posted: May 01, 2006 • 3:30 pm
by Nilo P
I would suggest that you take the advice of i'm_melting_i'm_melting and use the .ap files, but if for some reason you should run into problems, and you want to mount your CD's, then see below:
Normally, your CD-ROM drive will be number 0, but you can use: 'mount -cd' from within DOSBox to determine the number. And if that doesn't work, then you'll need to specify input/output control.
So, your CD ROM drive will be "0", and the "ioctl" being the input/output control.
The "0" will remain "0" regardless of the number of drives you mount. See example below:
[autoexec]
# Lines in this section will be run at startup.
mount D D:\ -t cdrom -usecd 0 -ioctl
mount E E:\ -t cdrom -usecd 0 -ioctl
mount F F:\ -t cdrom -usecd 0 -ioctl
mount G G:\ -t cdrom -usecd 0 -ioctl
mount C C:\
C:
Nilo
Posted: May 01, 2006 • 8:25 pm
by tevih
thanks! the .ap thing worked! Much easier than swapping cds in and out....
Posted: May 01, 2006 • 8:47 pm
by i'm_melting_i'm_melting
Well done.

Case closed.