It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have been playing around a bit with the windows version on my laptop. It's running Vista 64, and after copying the dplayx.dll to the game folder and renaming it to dplay.dll I can run the game pretty damn close to perfectly. And I haven't stopped explorer.exe or anything like that. I'm running it in windows 95 compatibility mode. But that's the only change I've made...
avatar
KajQrd: I have been playing around a bit with the windows version on my laptop. It's running Vista 64, and after copying the dplayx.dll to the game folder and renaming it to dplay.dll I can run the game pretty damn close to perfectly. And I haven't stopped explorer.exe or anything like that. I'm running it in windows 95 compatibility mode. But that's the only change I've made...
The stopping of explorer.exe is only necessary for Windows 7 I believe - if you have Vista then indeed it should work fine without doing so.
avatar
AngelKnight: For what it's worth, the win32 build seems to function on Win7 64-bit. Two caveats:

- Need to make a copy of "DPLAYX.DLL" as "DPLAY.DLL" as per the previous post
- Either need to shutdown explorer.exe, or open the display properties (called "screen resolution" in the right-click menu on the desktop) and leave that window open when running the orion95.exe binary.

Main reason I prefer the win32 build is that sound lags when running the game in DOSBox.
I use the script below to automate this on my Alienware Win7 X64 system. You need to copy and rename the DPLAYX.DLL as stated above. Also be sure that line 2 points to your install location.

The script runs the game in full screen mode with no response lag. Note the /affinity setting in the 2nd line. This tells Windows to switch to single-threaded mode. Without it there can be issues with the games timing loops that cause the blink rate to be so high that it creates lag problems.

TASKKILL /F /IM "explorer.exe"
cd C:\"Program Files (x86)"\Microprose\Orion2
start /affinity 1 /w Orion95.exe
start C:\Windows\explorer.exe

I put the script in the game install directory, create a desktop sjortcut to it, and assign the Moo2 icon from Orion95.exe to it. Running the script will run the first 3 lines to start the game and let you play it. Ending the game will return to the script and restart exp;ored to restore your desktop. Note that I have not tested this for multiplayer games.

Two moe handy scripts I use are one to deleta all save games:

del C:\"Program Files (x86)"\Microprose\Orion2\SAVE*.GAM

And one to clear the Hall of Fame and reset it to as-shipped default.

del C:\"Program Files (x86)"\Microprose\Orion2\HOF.M2

Enjoy and Happy MOOing