|
| |||||||||
| Tags: dosbox, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| DOSBox Guide For Newbies DOSBox Guide For Newbies I have written this simple to use guide for all the noobs. I remember when I was new to DOSBox I had faced a lot of problems. I’ve not mentioned any technical details. So guys read on and have fun. STEP 1 - Installation The first step is to install DOSBox. This guide will use the .60 version which you can download here. The download is available for Linux as well as Windows. Download the file for your operating system. If you are a Windows user, get the Win32 installer. After downloading, install DOSBOx to any directory. Also, make a folder to put all your old games in. I put my DOSBox in C:\DOSBbox, and my old games directory is C:\oldgames. I put a game in my oldgames directory, testdriv, which is Test Drive, an old racing game: STEP 2 - Running a game Now, the hardest part, getting games to run. First, run dosbox.exe in your DOSBox folder. Remember that oldgames directory you created in Step 1? You have to basically set that as new directory just for DOSBox. Essentially, it's going to become the C:\ drive of DOSBox. So, type: mount C C:\oldgames To dissect the above: mount - Tells the program to mount a directory C - Tells the program what you want your new drive to be called (leaving it as C: is fine) C:\oldgames - This is the directory I want to set as the new drive for DOSBox, because all my games are in it. If you created a different directory, write in the directory you created. |
|
#2
| ||||
| ||||
| Re: DOSBox Guide For Newbies
You can mount a CD/DVD instead of a Folder. If you want to mount a CD-Rom instead of a folder, type this: Code: mount D D:\ -t cdrom After you've done this, you will be prompted with a Z:\. Now, just right what you wanted to call your new DOSBox drive, which as I said above, we called C. So type in C: to set it as the new drive. Hopefully, you're all set! Now, it's time to run the game. You can remember I had a game called testdriv in my oldgames folder. So, I want DOSBox to go to that folder. So type in: Code: C: cd testdriv Code: cd testdriv\folder1\folder2 -OR- Code: cd tesdriv cd folder1 cd folder2 Code: cd .. -OR- Code: cd\ Code: TDCGA.EXE As soon as you press enter after typing in the file name, the game window will pop up, and an additional console window will pop-up providing some additional information. NOTE: If you have problems with launching the game, unrecognizable errors being spit out, saving settings, or having the game drop out while running it, one thing to try is to make sure all the files are not set to Read Only. In Windows, select the folder of the game, right click and hit properties, uncheck Read Only if it is checked, and apply to all subfolders. |
|
#3
| ||||
| ||||
| Re: DOSBox Guide For Newbies STEP 3 - Performance You've gotten your game to run! But maybe you're experiencing slowdown? How do you fix this? With the following commands: Code: CTRL + F7 = Decreases frameskip CTRL + F8 = Increases Frameskip CTRL + F11 = Slows down the game CTRL + F12 = Speeds up the game STEP 4 - Other Essential features Quick start You can save yourself some time by having the program automatically mount and set the drive. Do this by going to your DOSBox folder, and opening the dosbox.conf file. You can open it with Notepad. Scroll down to the very end, and add these lines: Code: mount C C:\oldgames C: Special Keys Code: CTRL-F5 Save a screenshot (Goes to Snaps folder) CTRL-F6 Start/Stop recording sound output to a wave file (Goes to Waves folder) CTRL-F9 Automatically close DOSBox CTRL-F10 Capture/Release the mouse (If you need to use the mouse within DOSBox) Common Problem Q) I have a German, Spanish, or other non-English keyboard, and \ doesn’t work in DOSBox. A) Simply use the / instead. Or, go to the Control Panel->Regional & Language Options->Language Tab and set the Keyboard to United States – International. Please Make a habbit of reading the "Read Me" File. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "DOSBox Guide For Newbies" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tips regarding Social Media Marketing for Newbies | Tikoo | Technology & Internet | 9 | 14-11-2011 10:50 PM |
| Overclocking tutorial for newbies/beginners | SUpER CoP | Guides & Tutorials | 1 | 10-04-2009 03:18 PM |
| Newbies needs help with resource names | philbennison | Microsoft Project | 8 | 01-12-2008 05:42 PM |
| Vista, Tomb Raider 1, DosBox, Glide | Andrew Rybenkov | Vista Help | 6 | 21-09-2008 08:23 PM |