Newsgab  
     

Left Nav Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Right Nav

Left Container Right Container
 

Go Back   Newsgab » The Lounge » Tech Help

Notices

About this page:

Discuss the post Guide to run old DOS games. made within our Tech Help forum; Post Snippet: I take no credit for this. But thought it was so helpful I would post ...

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 16th July 2006, 07:20 PM
computer2slow's Avatar
Super Moderator

 
Join Date: May 2006
Location: US of A
Posts: 3,288
Rep Points : 2027
Rep Power: 17
computer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond reputecomputer2slow has a reputation beyond repute
Default Guide to run old DOS games.

I take no credit for this. But thought it was so helpful I would post it here. It worked for me with Lemmings 1 & 2. Gonna try Alone in the dark 2 see how it goes. EDIT Well it well installed off the cdrom fine and runs good. But I have to say controls for it aren't very good. Glad it was only $5.


1st you will need DOSBox which is open source and freeware. It's a Dos emulator.

I decided to write this easy to read guide with pictures because many newbies like myself have a hard time getting programs to work, even when others try to explain it to them. DOSBox is a great program, so hopefully this will encourage more people to use it. Keep in mind, however, that I am a complete newbie myself. My instructions are not guaranteed to be 100% accurate, but I've tried my hardest based on my knowledge of the program.
-------------------------------------------------------------------------------
STEP 1 - Installation
The first step is to install DOSBox. My guide will use the .60 version which you can download here. 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.

(Note: If you want to mount a CD-Rom instead of a folder, type this: mount D D:\ -t cdrom. In my example, D:\ -t cdrom tells DOSBox that my D:\ drive is a CDRom drive, at the first D, tells DOSBox what my new drive name should be called. Then, in the step below, you'd write D: instead of C:. You can find instructions on how to mount other devices, such as floppy drives, in the Readme file)

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:

C:
cd testdriv

That's it! CD stands for Choose or Change Directory, so you've changed the directory to testdriv. One more step, running the game! Most games have an EXE file in their directory that you can run. However, some might require a BAT file, or others. Most of the time, the file is in the root folder. However, if it isn't, you'll have to do something like this:

cd testdriv\folder1\folder2
-or-
cd tesdriv then cd folder1 then cd folder2

If you want to go back to a previous directory, type:

cd .. OR cd\

Please consult the documentation of your game for which file is needed to start the game. In the case of Test Drive, it's TDCGA.EXE. So now, I just type this:

TDCGA.EXE

That's it! Here's a picture of all of the commands I've written about in Step 2:




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. (Thanks Dominus!)

If you have other errors, please search the forums first before posting a question.
-------------------------------------------------------------------------------
STEP 3 - Performance
Yay, you've gotten your game to run! But maybe you're experiencing slowdown? How do you fix this? With the following commands:

CTRL + F7 = Decreases frameskip
CTRL + F8 = Increases Frameskip
CTRL + F11 = Slows down the game
CTRL + F12 = Speeds up the game

Press CTRL+ALT+DEL to open the Task Manager, and click the Performance tab. Start by pressing CTRL + F12 until your CPU Usage level begins to go above 95%. After that, if you still need a performance boost, hit CTRL + F8 to have DOSBox not render some frames. The console window will display all of the changes you've made, and the top of the game window will display the current settings. Adjust these settings as needed until your game goes smoothly. Please keep in mind that not all games will run smoothly on DOSBox.




STEP 4 - Other Useful 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:

mount C C:\oldgames
C:

Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom):



Special Keys

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 Problems

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 see the README file for more information.


Again I take NO credit for this. To see the original authors post goto

vogons.zetafleet

If you need more help here is another place. Abandonia

Last edited by computer2slow; 18th July 2006 at 05:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote


  #2 (permalink)  
Old 25th July 2006, 02:17 PM
Head_Monkey's Avatar
Lord of the Monkeys
 
Join Date: May 2006
Location: Canberra, Australia
Posts: 2,521
Rep Points : 1377
Rep Power: 12
Head_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud ofHead_Monkey has much to be proud of
Default

Thanks c2s!

And for those runnign this in Linux the mount command will be
Code:
 mount c /location/on/partition
__________________

Question: Which is worse: Ignorance or Apathy?
Answer: I don't know, and I don't care...

Last edited by Head_Monkey; 25th July 2006 at 02:24 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 25th July 2006, 09:30 PM
kisinkiet's Avatar
Full Member
 
Join Date: Jun 2006
Location: in France
Posts: 1,997
Rep Points : 2911
Rep Power: 19
kisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond reputekisinkiet has a reputation beyond repute
Default

nice to see there is cross platform proggies even nice little tools
__________________
A celebrity is someone who works hard all his life to become known and then wears dark glasses to avoid being recognized.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 5th January 2007, 09:26 AM
Recognised Contributor
 
Join Date: Dec 2006
Posts: 63
Rep Points : 31
Rep Power: 3
ghosteeee is on a distinguished road
Default

old school games are so good!

i've had to use arcade emulators for my old fix of games.. namely the Teenage Mutant Ninja Turtles Arcade, Wonderboy, Simpsons and Asterix and Obelix arcade games!!

but thanks for that!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 7th February 2009, 08:03 PM
Recognised Contributor
 
Join Date: Mar 2008
Posts: 13
Rep Points : 16
Rep Power: 0
monkeyextension is on a distinguished road
Default

I've been using dosbox to play Settlers (Serf City in america). It's great fun.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
dos, games, guide, run

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:29 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
 
 




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32