liveasagoat said:
ok so i went to those tutorials which were pretty awesome but when im
trying
to install the game with dosbox my (\) doesnt work which is really weird
also
they only have tutorials for dosbox .60 and the only one i could download
is
.72 so im guessing theirs a differents
im stuck once again
phil
OK .72 is just newer than .60 the commands haven't changed really, the
program is still pretty early in life so a lot of bug fixes go in often. Why
your \ key doesn't work could be something to do if you're not using a US
keyboard layout or something. Try to figure out which key it is on your
keyboard, try keys around enter, worse case, copy the \ character from
notepad into DOSBox. I'll try to do this without backslashes...
I just downloaded DOSBOX, lets begin the fun...
1. Make a folder on your C: Drive, call it DOS-HD. Path to this folder on
your HD is C:\DOS-HD
2. Find the DOSBox folder in Windows, look for an icon called DOSBOX.conf,
right-click and run as administrator. This brings up the config file in
notepad or whatever text editor you use.
3. Scroll down to the bottom of this file, after the [autoexec] line, enter
the following lines:
mount c c:\DOS-HD\
mount d d:\ -t cdrom
c:
Note: The d:\ is the letter of your CD-ROM drive on your computer
4. Save the .conf file and start up DOSBox
5. Assuming you have the CD for HOMM2 in your CD rom drive, type D: and
press enter. (You should get a D:\> prompt)
6. Now type the command used to install HOMM2, usually it's "INSTALL", and
sometimes it's "SETUP" If you're not sure, check the game manual, or simply
type "DIR" and see if you can find the install filename.exe.
Assuming this all goes as planned, you should be in the HOMM2 install
program, The program should copy any files it needs to the C: drive (which
is really the C:\DOS-HD folder on your computer), and if the program asks
which sound card you should use, choose Sound Blaster 16, with the default
settings wherever possible. DOSBox emulates several sound cards, SB16,
Gravis Ultrasound, etc.
Once the installer exits it should tell you what to type in to start the
game. Try it out.
If you're stuck again, let me know where I lost you.
--
If for some reason the HOMM2 CD just doesn't want to work, you can try this.
1. In Windows, Make a folder on your C: drive, lets call it HOMM2CD (So,
C:\HOMM2CD)
2. Copy all the files from the HOMM2CD into this folder (just drag and drop
from your CD-ROM drive)
3. Bring up the DOSBOX.CONF file again.
4. At the bottom of the file again, change the second mount command:
from:
mount d D:\ -t cdrom
to:
mount d C:\HOMM2CD -t cdrom
5. Restart DOSBox, type D: and attempt to setup the game again.
Basically DOSBox uses the copy of the CD on your HD to install the game.
If you manage to get the game going, Ctrl-F12 increases how many CPU Cycles
DOSBox uses, can be good to tap this a couple times if the game seems to
stutter a lot.
Good luck...
-A.