DaCostaBR: Haha sorry dude. Never played them, even now just checked to see if I could get the game running, didn't go so far as to play a mission.
l0rdtr3k: ANyway,could you lecture me on how to nstall the first game?
1. Well, first you have to mount the directory where you intend to install the game, for example type:
mount c c:\games
If you want to install it somewhere else just type in a different directory, but the process is the same
2. Next mount your CD drive, if it`s D: then type:
mount d d:\ -t cdrom -ioctl
if it`s E: or F: just type that instead.
3. To move to the CD drive and start actually messing with the files there type:
d:
4. Type:
install
now you`re gonna go through a regular installation and the game will tell you what to do. At the end of it it will tell you to type es to play the game.
------ Subsequent boot ups:
1. You`ll still have to mount the drive where the game is at, but you can go directly to where it`s located, so whenever you open DOSBox and want to play this game just type:
mount c c:\games\sierra\mtech
2. Then, take control of that directory
c:
3. To play just type:
es
------- Useful information
I know this looks very complicated, but after you do it the first time you`ll se it`s easier than it looks. It`s just a really long post because I enumerated every keystroke.
You can look at all the files and folders in a directory by typing dir, and you can move around the folders by using the command cd. So for example, instead of doing it the way I said above you could instead just type mount c c:\, then type c: to move to that directory, then type cd games, to go into the games folder, cd sierra, to go into that, cd mtech to go there, and then type es to play. They are just different paths to the same result.