VOGONS


The 7TH Guest

Topic actions

First post, by JetfighterNL

User metadata
Rank Newbie
Rank
Newbie

Ok so i am trying to run T7G on my Mac with DosBox. It is possible to install the game. When i installed the game it is starting itself automatic. When it is started it is asking me to switch to disc 1 (play disc). But how do i switch from disk. I cant type any commands in that window. Because i didnt know how to mount a disc in a program window i closed DosBox. I started DosBox again. Mounted cdrom 1 and started T7G. However it says something about a problem with the soundcard driver. And it doesnt start T7G. I am using this code to mount disc 2 (install disc):
mount d /Volumes/THE_7Guest_2 -t cdrom.

Computer: Apple iMac
Motherboard: Dont know
Processor type and speed: Intel core duo 1.83 GHZ
Amount and type of RAM: 1GB DDR2 SDRAM @ 667 MHz
Video board w/ RAM amount and type: ATI Radeon X1600 128 MB
Sound board: Intel High Definition Audio
Operating system: Mac OS X 10.4.11
Game name (and version, if applicable): The 7TH Guest (1993)
Sound mode used: Different
Video mode (Software, OpenGL, Direct3D, or Glide, and resolution) Dont know
Version of emulator (for VDMSound, probably 2.0.4 or 2.1.0; for DOSBox, 0.58+) Dosbox 0.72
Steps already attempted to solve the problem (please say you've read the README if you haven't, and READ IT IF YOU HAVEN'T!) Described above

Reply 1 of 2, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I don't have a Mac, "only" a Windows PC, so I am not entirely sure how to do it on a Mac.

On a Windows PC, I would press the Eject-button on my CD, remove the 1st CD, insert disc 2, and press CTRL-F4 so DOSBox would know that a new disc has been insert.

I am not sure if you can eject a CD like that on a Mac, and I am not sure if CTRL-F4 works, or if you have to press SHIFT-CTRL-F4 or some other strange combination.

If you can not eject the CD, you will have to take extra steps: Create disc images of both CD's (preferable in this magic BIN/CUE format that preserves all the information). Then, instead of the normal mount command, you use imgmount:

imgmount D /path/to/THE_7Guest_1.cue /path/to/THE_7Guest_2.cue -t iso

(adjust the path to where you have saved the BIN/CUE images).

Now all you have to do is to press CTRL-F4 (or whatever on a Mac) and DOSBox will jump from disc1 to disc2, back to disc1, to disc2, etc... every time you press CTRL-F4.

Edit: See here:
http://www.dosbox.com/wiki/IMGMOUNT
Re: Creating CD Images?
How to run my own DOS
Rayman with noise instead of CD music [SOLVED]

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 2, by JetfighterNL

User metadata
Rank Newbie
Rank
Newbie

Thank you im going to try this right now