Return to Zork - Linux - DOSBox

<-- Back to Zork Installation Guides Index

Return to Zork Cover Art

Was this guide helpful? If so, please make a donation to help pay our hosting bills!

About DOSBox: DOSBox is a program that emulates a DOS environment. This allows the software for Return to Zork, which was originally designed to run in DOS, to run as it was originally intended. DOSBox isn't perfect though and can have issues with some hardware/software combinations. If you have problems with performance or a lack of sound, see the DOSBox Wiki for troubleshooting information.

Note: This guide assumes your CD/DVD drive is mounted at /mnt/cdrom and that you wish to install under the /games/ folder. Adjust instructions accordingly for your situation.

Installing/Configuring DOSBox

  1. Download and install DOSBox from your linux distribution's package management software.
    >> Note: If your linux distribution doesn't have a DOSBox package, get the source from http://www.dosbox.com/download.php?main=1 and compile it yourself. Compiling linux software for specific distributions is beyond the scope of this guide, so if you're unfamiliar, see this guide for a start and explore Google for more.
  2. To mount your CD/DVD drive, use the command "mount D: /mnt/cdrom" within DOSBox or add that command to the [autoexec] section of dosbox.conf

Installing Return to Zork

  1. Create folder /games/RTZ-CD
    >> Note: Warning: If you need to reconfigure your sound after the install is complete, you must repeat steps 2-12 to do so
  2. Copy ALL files from the CD to /games/RTZ-CD
  3. Run DOSBox
  4. In DOSBox, run the command "mount C: /games/RTZ-CD"
  5. In DOSBox, run the command "mount D: /mnt/cdrom"
  6. In DOSBox, run the command "D:"
  7. In DOSBox, run the command "INSTALL.EXE"
  8. Choose "Drive C:"
  9. Choose "No" (do not install project file)
  10. Install to "\" (change from "\RTZ-CD")
  11. Choose "No" (do not launch from windows)
  12. Choose "Yes" (change settings now)
    1. Choose "Sound Blaster 16" > hit "Enter" > type "220" > hit "Enter".
    2. Choose "Sound Blaster 16" > hit "Enter" > hit "Enter".
    3. Choose "Drive C:" > hit "Enter" > hit "Enter".

Configuring DOSBox for Running Return to Zork

  1. Go into the folder where DOSBox is installed and find the file called dosbox.conf, then make a copy of it.
  2. Move this copy to /games/RTZ-CD and rename it to zork.conf.
  3. Open the file you just named zork.conf with a text editor, go to the [autoexec] section and replace what is there with this (copy and paste):
    [autoexec]
    # Lines in this section will be run at startup.
    mount C /games/RTZ-CD
    C:\RTZ.BAT
  4. To play the game, use the command "dosbox -conf /games/RTZ-CD/zork.conf" in a terminal.

Other Information:

Was this guide helpful? If so, please make a donation to help pay our hosting bills!