VOGONS


First post, by phanboy_iv

User metadata
Rank Newbie
Rank
Newbie

Hello,

I finally managed to snag a CD hard copy of System Shock on eBay.

I set it up this way (Dosbox 0.73 Win32):

Z:\mount C *writeablegamesdrive*
Z:\C:
C:\ mount d F:\ -t cdrom
C:\ D:
D:\INSTALL.BAT ---> "Please run install directly from CD-ROM base directory"

I search the forums, and try:

D:\ cd INST
D:\INITIAL.EXE

This time I get the following error:

DBoxError.jpg

Also tried this with an ISO image of the disc. Same results.

EDIT: Okay, got mixed up here. Let's try this again.

Doing the above with the ISO image made from the actual CD-ROM gives this error.

Doing the above with the actual CD mounted does NOT give the error, and so far install is working.

I will try and make another image and see if that is the problem.

Last edited by phanboy_iv on 2009-10-16, 19:00. Edited 1 time in total.

Reply 6 of 9, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Thanks for making it clear you were using an image from the beginning...

I finally managed to snag a CD hard copy of System Shock on eBay.

C:\ mount d F:\ -t cdrom

😒

@Qbix: A regular ISO would work fine for the game, as it has no audio tracks.

Reply 7 of 9, by phanboy_iv

User metadata
Rank Newbie
Rank
Newbie
ripsaw8080 wrote:
Thanks for making it clear you were using an image from the beginning... […]
Show full quote

Thanks for making it clear you were using an image from the beginning...

I finally managed to snag a CD hard copy of System Shock on eBay.

C:\ mount d F:\ -t cdrom

😒

@Qbix: A regular ISO would work fine for the game, as it has no audio tracks.

Sorry about that. I was mounting the ISO in a virtual drive. I should have tried the original right off.

Reply 8 of 9, by SKARDAVNELNATE

User metadata
Rank Oldbie
Rank
Oldbie

There are 3 files which don't copy when making an ISO.
"INITIAL.EXE"
"INI-MT.XMI "
"INI-SC.XMI "

Also install.bat must be typed in lower case.

See this:
System Shock Batch file

Reply 9 of 9, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Typing "install.bat" all in lower-case worked in 0.72, but it no longer works in 0.73; that's why I don't tell people to do that now. For the %0 operator, DOSBox now includes the path of the batch file and drives it all into upper-case. AFAIK, there's no way to make System Shock's batch file happy with that. If you'd like to see the effect, create a batch file with the command "@echo %0" in it and try running it various ways.