Thread: Constructor
View Single Post
Old 12-05-2007, 12:53 PM   #303
constructor player
Guest
Default

<div class='quotetop'>QUOTE(Daniel @ Mar 17 2007, 09:12 PM) [snapback]284032[/snapback]</div>
Quote:
I have original CD. Been trying to get this game to work for years, checking back every so often to see if someone has made a patch. So why dosnt someone make a patch. Is it not possible to adapt the games Win95 capability for use with xp. With out using dosbox.

With dosbox people who own original have problems with error message cant find cd. The game isnt that old compared to similar games/older ones. Games that have been adapted for xp. Without understanding the deep complexities I cannot truely comment on this.

Its a pain!
[/b]

Hello
I have original CD too and it works!
You first have to download DOSBox (I have version 0.70)
Don't install the game, you'll have to install it through the DOSBox.
Once you've downloaded the DOSBox, install it.
Put your CD in your cdrom drive.
Open the DOSBox.
Then you must mount your cdrom drive (let's say it's called F:\) so that you can open it in the DOSBox.
You can give this drive another name in your DOSBox but let's say you give it the same letter (f).

But first of all, you have to find out (before mounting your cdrom drive in the DOSBox) what is the number of your cdrom drive, by typing mount -cd + ENTER. This command will tell you the numbers of each of your cdrom drives, either the real ones and the virtual ones.
Once you know the number of the cdrom drive in which you placed your CD, you can type (for windows xp):
mount f F:\ -t cdrom -usecd 0 -ioctl + ENTER.

Explanation:
f = the name of the cdrom drive in the DOSBox
F = the real name of your cdrom drive in your PC
0 (or 1 or 2 or ...) = The number of the cdrom drive, reported by mount -cd
ioctl = for win2k/xp/linux

Once you've typed this, DOSBox tells you "Drive F is mounted as CDRom F:\"
Then you type f: + ENTER
Now you can install your game:
The file in your cd that can install the game is "install.exe"
So you type install.exe + ENTER

You follow the instructions for the installation of your CD.
I had created a folder, BEFORE doing the installation, on my hard drive called "OldGames" and thus I installed the game into this folder.

Once your game is installed, you'll have to mount your folder as a drive in the DOSBox.
Let's take my example: My game is installed in E:\OldGame. Thus, the "game.exe" finds itself in E:\OldGame\ACCLAIM\CN\GAME.EXE

In the DOSBox, once my game was installed, I typed: mount c E:\OldGame + ENTER
Now, E:\OldGame is the drive C:\ in the DOSBox.

NOTE: I think that each time you want to command directly to the DOSBox (like mount your cdrom drive or "mount -cd" or things like that), you have to return to Z:\

Thus to go into my "OldGame" folder, I type: c: +ENTER

Then, each time you want to go further in your folders, you have to type cd "The name of the folder" + ENTER.

So then I type: cd ACCLAIM + ENTER
Then I type: cd CN + ENTER
Then I type: GAME.EXE + ENTER

And my game runs.
And I'm happy :brain:

NOTE: To have fullscreen: ALT + ENTER. And to quit the fullscreen and return to a windowsize: ALT + ENTER.

Each time you'll want to play, you'll have to open your DOSBox, first mount your cdrom drive and then mount your folder where you installed the game, and finally follow the same procedure.

So I hope it will work with you too!!!
Good luck!

P.S.: Sorry for my english, I did the best I could...
                       
Reply With Quote