You must be logged in to post messages.
Please login or register

Valley of Wonders - Community Forum
Moderated by Swolte, Ziggurat Mason

Hop to:    
loginhomeregisterhelprules
Bottom
Topic Subject: How to play Master of Magic (and other DOS games) on Windows XP!!
posted 06-17-03 00:09 AM EDT (US)   
Ok, I'm throwing this out lest I never get it posted. I'll come back and elaborate later.

For those of you who would like to relive the old days and play games like Master of Magic (the game many people feel is the spiritual precursor to AoW1) and most other DOS games, there is a full DOS emulator that will allow you to (fairly easily) do just that.

Go to: DosBox to read about the DOS emulator and to download it. It's a free, open source application.

Also check out the Unofficial Home Page for Master of Magic which has a lot of great info on the game.

Enjoy!

Edit by Draco: added MoM Homepage link.

[This message has been edited by Angel Draco (edited 08-07-2003 @ 04:14 PM).]

Replies:
posted 08-01-03 02:33 PM EDT (US)     1 / 7  
Good news! Check out DoBoxfro on the DosBox downloads page. It's a GUI interface...very nice for those (like me) who would rather not mess with setting up scripts manually with a text editor.
posted 08-07-03 03:55 PM EDT (US)     2 / 7  
Thought I'd share some good info I recently picked up from the GoneGold forums. I'm not going to start a big list, but I'll point out a few different projects that will cover a lot of the bases:

DOSBox
As TalonThorn mentioned above, it's a DOS emulator that runs hundreds of games. It currently doesn't work with games that use memory managers (mostly newer titles), but it is a priority for the developers. Click on the "games" link at their site for a compatibility list.

VDMSound
One of the biggest stumbling blocks when running DOS games in XP is sound. VDMSound is essentially a sound card emulator which allows many games to work under XP (including some DOS extender games that don't work in DOSBox).

VOGONS - Very Old Games On New Systems
A very active forum that has lots of useful tips and tricks.

NTCompatible
Not much help for DOS games, but does have lots of good info on getting older Windows 95/98 games to run on 2000/XP

There are many fan projects dedicated to porting and updating older titles. Just do a Google search for the game title plus "open source" or "port." If it's a popular old game, chances are *someone* is working on getting it to run on today's systems.

Lastly, I wanted to add the finest article I have found on getting DOS games to work in Windows XP:

*********************************************

Running DOS games on XP
By Roger Gann
August 27, 2002

When Microsoft released Windows XP in October 2001, it was its first consumer operating system that wasn't based in any way on legacy Dos code. For most users, this was good news as it promised a more stable and user-friendly experience. And despite the absence of Dos, XP is still capable of running most ye olde Dos apps perfectly well. It even makes a decent stab at running Dos games, which can be tricky. But its track record here isn't 100 per cent; it can run some games but not others, or maybe run the graphics but not the sound or vice versa. Sound is typically the biggest problem. It's complicated by the fact that many Dos games treat music and sound effects as separate issues and you may wind up getting one and not the other. Luckily, there are ways to get round some of these game snafus.

Check your properties Before attempting the steps below, try running the game by simply clicking on it, then try various settings on the compatibility tab, perhaps to trick it into thinking it is running under Windows 95. If a Dos game doesn't run properly, the odds are that its program window will open and close so quickly you can't even see its contents. Since you can't troubleshoot a program without seeing the error message it's giving you, you need to access the MS-Dos shortcut for it so you can modify its run parameters. To do so, right-click the game's executable, choose Properties and disable the Close on exit checkbox found on the Programs tab. Once you've set this option, try opening your Dos game's executable again. This time the Dos window should remain open after the program bombs out, allowing you to see the error. Sometimes this will be something that Windows XP can't get around, but other problems are fixable. If it's a memory problem, usually having to do with not enough XMS or EMS memory, there's a simple fix.

Since many Dos games required what was then a lot of memory, and Dos could only offer 640KB of Conventional memory, you had to use commands such as himem.sys and emm386.exe to give your games use of Extended and Expanded memory. If a game is going to have memory problems, you'll typically get some form of no Expanded/Extended memory error when you try to run it. To try to fix this problem, right-click the program and select Properties. This time, choose the Memory tab. On this tab are sections for configuring Conventional, Expanded, Extended and Protected memory. By default, you should find that the dropdown list in the Total field of the Conventional memory area is set to 'Auto'. You'll also find that the dropdown lists for Expanded and Extended memory are set to None and 0, respectively. Choose 'Auto' for both of these options and click OK to close out of the Properties window. The initial environment should also be set to its highest setting of 4096. Under the Total dropdown box is a box labeled 'Protected'. This protects the system memory from modifications made by the selected program and should be checked.

If this doesn't solve your memory problems, there's still one trick up XP's sleeve. Those of us old enough to remember the twin evils of autoexec.bat and config.sys will remember the constant tweaking of command lines, attribute settings and so on in order to squeeze the last ounce of performance from our machines. Well, these old files haven't completely gone away, they've just assumed new identities.

If you open My Computer and go to your Windows/System32 folder, you'll find them disguised as config.nt and autoexec.nt and, guess what, you can tweak them just like you could tweak their predecessors and each game can also have its own private copies of these files.
As a precaution, copy these files into your Dos games directory before making changes to them. It's important to remember that the autoexec.bat and config.sys files in your root directory have nothing to do with Dos programs.

To make a Dos game use a new set of config and autoexec files, right-click its executable file and choose Properties. This time, return to the Program tab and click the Advanced button. This opens a dialogue box labeled Windows PIF Settings, which contains two fields: one for an autoexec filename and one for config. By default these two fields point to your %SystemRoot%/System32 directory but, if you put copies of your config and autoexec files in a 'Games' directory, then you'd change them to: C:/GAMES/AUTOEXEC.NT and C:/GAMES/CONFIG.NT in these two fields.

If you find when playing a Dos game that its speed is way too fast, try enabling the Compatible Timer Hardware Emulation checkbox that appears beneath these two fields.

To edit the contents of config.nt or autoexec.nt use something like Notepad. Both files are well commented. Unfortunately, the changes you can make here are restricted, confined mainly to things such as the EMM=RAM command. Some games require this option to be set before they'll recognize your Expanded Memory.

If you're experiencing audio problems, you can also try to alternate settings for the existing Set Blaster command in autoexec.nat. This command tells a Dos game at what address your audio card is located, which IRQ and DMA setting it uses and which type of card it is (the format for these settings and a list of Soundblaster card types are included in the file).

Typical audio card settings that Dos games look for are address 220, IRQ 5 or 7, DMA 1 and Type 3 (Soundblaster 2). This means the Set Blaster command in your autoexec file should be: SET BLASTER=A220 I5 D1 T3. General Midi support defaults to an address of 330.

Windows XP has Soundblaster emulation built into the NTVDM (NT Virtual Dos Machine - the part of XP that runs Dos apps), meaning you get almost full support for sound in old Dos games. It's not perfect (you don't get OPLx emulation if your sound card doesn't have an OPLx chip on it, and some DSP functions don't work), but it works for most things.

For clean audio, using General Midi or your PC's internal speaker is your best bet. Even with a Soundblaster card, choosing 'Soundblaster' rarely results in flawless functionality. If you have the option, enable as few separate audio streams as possible, preferably just one. This helps avoid some of the slowdowns that occur in some titles when using Soundblaster for sound effects.

If you're having problems getting your Soundblaster card to work then you'll need Vlad Romascanu's clever VDMSound program. Not only does VDMSound provide Soundblaster emulation in software (which works with any Windows-supported sound card), and not only does that emulation con Dos programs into thinking they're talking to a kosher Soundblaster, but VDMSound makes configuring XP's Dos subsystem fairly easy.

The video modes available on your graphics card can
also affect whether a game is going to run or not: 'Vesa Compatibility' is important here.
Some newer Dos games (such as Duke Nukem 3D) use Vesa, the nearest Dos has to DirectX, for high-resolution graphics. As with Soundblasters, using Vesa requires talking direct to the graphics card, bypassing Windows. Microsoft has implemented Vesa support in the XP kernel, meaning Dos games ought to run flawlessly. Alternatively, use the VGATest utility (a free download from here) to see if your 3D can natively do 'Vesa'.

Finally, don't forget the '8.3' naming limits of Dos, so keep the names of folders containing Dos games under nine characters. Also, Windows XP can't make Dos shortcuts from batch files or other non-executables so, if your game runs from a CD and uses a batch file on the hard drive to launch, your configuration options (including memory management) are going to be very limited.

[This message has been edited by Angel Draco (edited 08-07-2003 @ 11:13 PM).]

posted 08-07-03 04:33 PM EDT (US)     3 / 7  
There's a program called "Connectix Virtual PC" that emulates DOS (and other OS's) VERY well. It's a bit hard to get it running, but when it does the old games runs really fine with sound and everything! One bad thing though, it costs money. But there is a free trial version....
posted 08-30-03 02:47 PM EDT (US)     4 / 7  
I LOVE YOU TALO!!!!!!!
MAAAARRY ME!!!
Now I know how to play those games.. I CAN HAVE XENOPHAGE !!
WEEEEEEE!
posted 12-04-03 11:13 PM EDT (US)     5 / 7  
Glad to help; I know how you feel

DosBox is free, by the way.

posted 01-01-08 04:05 PM EDT (US)     6 / 7  
Just wanted to add this one for completion's sake:
http://www.microsoft.com/windows/downloads/virtualpc/default.mspx

This is the emulator "Virtual PC 2007" in the incarnation of Microsoft. And it doesn't cost anything.

But I must say that I haven't tried it so far, because DOSBOX was sufficient for me this far.
posted 09-18-14 06:24 AM EDT (US)     7 / 7  
I can't think of anything that became worse. We were poor and technologically backward, it was hard to buy anything of good quality, unless you had dollars from your family in USA or Western Europe. Add to this the lack of freedom, censorship and communist propaganda in the media. Perhaps there were stronger social bonds, but only as a reaction to the oppressive regime.

emma
Age of Wonders 2 Heaven » Forums » Valley of Wonders - Community Forum » How to play Master of Magic (and other DOS games) on Windows XP!!
Top
You must be logged in to post messages.
Please login or register
Hop to:    
Age of Wonders 2 Heaven | HeavenGames