alinebee / Boxer

The DOS game emulator that's fit for your Mac.
http://boxerapp.com/
770 stars 139 forks source link

Boxer cannot import games on PC booter disk images #22

Open alinebee opened 10 years ago

alinebee commented 10 years ago

(This is a tracking issue/googlebait for a current limitation of Boxer, one which comes up frequently in my inbox.)

Some older DOS games came on self-booting floppy disks, commonly called "PC booters". DOSBox – and thus Boxer – can boot from images of those disks to play those games. However, Boxer's game import process does not recognise PC booter disk images and will complain that they are corrupt or incomplete.

To get a PC booter game working in Boxer, you'll need to make a gamebox for it by hand:

  1. Put the game's disk image into a new empty folder.
  2. Rename this folder to Title of Game.boxer to convert it into a gamebox.
  3. Doubleclick on the gamebox to launch it in Boxer, then quit immediately after launching. (This creates a new configuration file inside the gamebox, which we need to edit.)
  4. Right-click on the gamebox and choose "Show package contents" to look inside it again.
  5. Doubleclick on DOSBox Preferences.conf to open it in TextEdit.
  6. Paste the following line under the [autoexec] heading, then save the file: boot "filename of disk image.img"
  7. Doubleclick on the gamebox to launch it again. The game should now boot up automatically.
alinebee commented 10 years ago

The plan is to add native support for PC booter images into a future version of Boxer, such that: