Dec
25
As a Christmas gift to my brother I decided to do a little research and figure out how he could experience some of the old-school gaming enjoyment that I grew up with. Remember the old games? 2D. Bad sound. No story. Yes, those were the days! Forget all that World of Warcraft stuff, I’m talking about old-school DOS based games.
Well, I hope you’re reading this Taylor because I have detailed below how to setup the DOS emulator and install just about any game you want. I hope this doesn’t hurt your grades in school. I’m sure some of these games made me dumber growing up and, once you start playing some of these, you’ll definitely see why!
First we’ve got to install the DOS emulator, DOSBox. You can do that using your favorite method (Synaptic or command line), example:
sudo aptitude install dosbox
Once DOSBox is installed you’ve got the emulator, you just need to create a folder to store your totally RAD games and play them. First you’ll want to create a directory to store your games. Perhaps in your home/ folder. Open a terminal and use:
mkdir dosgames
You’re already 2/3 of the way there. (What did I tell you about Linux being easy!) At this point you’ll need to install your games and you’re ready to go.
A great place I found to download a TON of old-school games is at Abandonia. They’ve got a lot of old titles that I remember playing when I was a kid. From Tetris to Double Dragon, Prince of Persia, Rampart and a LOT more. Take a look through those and see what you’d like to play. When you’ve found something simply click the “Get it” button and download the .zip file. You’ll want to extract this .zip file into your newly created dosgames folder. (note: look for the little icon that says “DOS BOX” to make sure its completely compatible. If its got that icon you are SET! A few games I found are “protected” by the ESA. If you see this, unfortunately, they aren’t available for free download.)
After you’ve installed the games you want to play it’s just two quicks steps to actually launching them. First you’ll need to start DOSBox, which is done simply by running the command.
dosbox
This will load a DOSBox window that looks like the old-school DOS command line. You’ll then need to mount your local dosgames folder so that it knows where to find the games.
mount c /home/username/dosgames (replace username with your own, or substitute the path with your local dosgames path)
At this point use the good ‘ol DOS navigation to find the folder, look for the executable and get playing. Remember, use cd to move to a new directory and dir to list the contents. Look for a .exe, .com, or .bat file to launch the game. For example, with Prince of Persia you would do the following after downloading and unzipping to the dosgames folder:
dosboxmount c /home/username/dosgames
c:
cd PRINCE
prince.bat
That should be all. …and if you’ve got other games you’d like to play that perhaps you still have copies of for whatever reason, simply copy the appropriate files to your dosgames folder and play away! Let me know if you have any trouble with this. Between DOSBox and Abandonia you should have hours of wasted gaming in front of you!
I post tutorials very regularly on this site. You may want to consider subscribing to the RSS feed. Or if you'd prefer these tips sent to your inbox you can use Email Subscriptions.
Dec
19
How to install & play World of Warcraft : Ubuntu (5.10 / 6.06.1 / 6.10)
Filed Under Games | 39 Comments
This one is for all you gamers out there. Did you know (I know, you probably did) that World of Warcraft will work on an Ubuntu system? You just need to add a few things to get it going but its really not hard at all. I have been playing for some time now (although I don’t get to as much as I’d sometimes like). Below are instructions for installing and running World of Warcraft on an Ubuntu system. (Thanks goes to this page for original information)
You’ll need to install the latest version of WINE for World of Warcraft to be able to function. You can do that the following ways (depending on your Ubuntu version)
deb http://wine.budgetdedicated.com/apt edgy main (Edgy Systems)
deb http://wine.budgetdedicated.com/apt dapper main (Dapper Systems)
deb http://wine.budgetdedicated.com/apt breezy main (Breezy Systems)
After you’ve installed the appropriate line to your repositories you’ll need to run the following two commands:
sudo aptitude update
sudo aptitude install wine
The next step is to copy all files from your World of Warcraft CD’s to a directory on your hard drive (overwrite when prompted). This, of course, will take a few minutes.
When this is finished run:
ALT-F2 : wine path/to/warcraft/installation/Install.exe
(you can also optionally copy the World of Warcraft folder from a Windows installation.)
You’ve now got World of Warcraft installed and just about ready to play. You’ll want to tweak one more thing before you get going though.
World of Warcraft seems to work best using OSS audio. To set this you can do the following:
ALT-F2 : winecfg
In the resulting menu select “Audio” and then select “OSS driver”
.. and then one last thing before you get playing. You’ll need to add a few lines to a configuration file and then you should be in business.
ALT-F2 : gksudo gedit path/to/warcraft/installation/WTF/config.WTF
add the lines:
SET SoundOutputSystem “1″
SET SoundBufferSize “100″
SET gxApi “OpenGL”
Happy gaming. Ooh, I nearly forgot. To launch Warcraft you can use the following command or create a launcher with this path:
wine path/to/warcraft/installation/WoW.exe