Hey guys. I recently got DOSBox running on my Ubuntu machine. I'm a beginner with the whole scene still, so I'm trying to figure out how I now get games to work through DOSBox. I've gotten to the point to where I have a C: directory, and a director for the games, and now I'm just looking for a way to get the games in the directory and working.
Anyone have any suggestions, or know of a good guide that would work for ubuntu? Thanks!
The part I'm having trouble with is getting the game from CD ROM to the computer, and working. When I start reading about mounting the CD ROM drive, copying this and that, etc. I start losing grasp of the whole thing. In linux, do you need to mount the CD drive and then install, or copy all the files to the C: drive that was mounted, and install there as if it were the cd?
Stockholm, Sweden, Europe, Earth Interests: Old games & young women
RankModerator
Rank
Moderator
Posts
5128
Joined
2004-01-18, 04:15
Location
Stockholm, Sweden, Europe, Earth Interests: Old games & young women
See if this little guide will work for you:
Create a directory for your game, e.g. "~/DOSBox-stuff/MyGame".
Insert CD in drive.
Start DOSBox.
In DOSBox, mount up DOSBox's drive C: and D:
Z:>mount C "~/DOSBox-stuff/MyGame" Z:>mount D "/media/cdrom0" -t cdrom -ioctl
Install the game from D: to C:
Z:>D: D:>install
(or "setup", or whatever the command to start the installation is called. Check your Manual/Installation Guide for MyGame for the exact command to use)
Configure sound, configure graphics, ...
(when you configure sound and are asked about stuff like IO/IRQ/DMA/High DMA addresses, please verify that you use the same values as listed in "~/.dosboxrc".
If "~/.dosboxrc is missing, create it using the DOSBox command config -writeconf ~/.dosboxrc)
Start game.
D:>C: C:>dir C:>mygame
(or "run", or "play" or whatever the command to start the game is called. Check your Manual/Installation Guide for MyGame for the exact command to use)
_________________
If you have more than 60 seconds to spare, use your favorite text-editor (vi, emacs, ...) to edit "~/.dosboxrc" and add the mount commands to the section named autoexec:
1[autoexec] 2mount C "~/DOSBox-stuff/MyGame" 3mount D "/media/cdrom0" -t cdrom -ioctl 4C:
That way, they will automagically be executed by DOSBox everytime you start DOSBox.
Ok, everything worked. NOw, however, when I try and run the game, it locks up on a black screen, and nothing happens. The terminal is still responsive though, as I can turn the memory and frameskip up or down. If I try and toggle the full screen mode, I get an ErrorDialog: