Edit history:
honorableJay: 2014-07-10 04:14:15 pm
honorableJay: 2013-05-15 10:02:18 pm
honorableJay: 2011-03-17 12:11:01 am
The Dork Knight himself.
***Last Update: 7/10/2014***
I'll update the list of games that people confirm to work with the fix. If you've used this in the past to fix a game, re-check again before posting so the list stays as accurate as possible.
While trying to get the original Fallout to work in Windows 7, I stumbled across an interesting solution.
Problem:
During cutscenes and other menus the color scheme looks like an acid trip gone horribly wrong (or some developer released a Technicolor yawn upon your screen).
Solution:
Kill explorer.exe before the game is launched. Apparently older games that use DirectDraw are affected by the Windows color scheme that explorer.exe uses. By disabling the Windows GUI the color scheme doesn't get affected while playing the game. Of course this does introduce some other possible issues (some key combos like alt+tab etc don't work properly all the time, don't know of any others at the moment) and I don't know exactly how it will affect programs like Fraps, but at least it's a start.
Make a .bat file for whatever game you're trying to play and paste this into it:
@ECHO OFF
TASKKILL /F /IM explorer.exe
"C:\Program Files\Interplay\Fallout\falloutw.exe"
pause
START C:\Windows\explorer.exe
Here's how it works: The second line kills explorer.exe, and the 3rd line launches the game (this is the .bat I'm using to load Fallout, edit the path to your game). Once the game is launched the script is paused. When you're done playing, just click on the command prompt window and press any key to load explorer again. If you have to load a game in compatibility mode, all the options you choose will still work even with explorer not running.
Tested games: (will be updated as people post)
Descent **definite confirm??**
Fallout (still requires Win98 compat mode)
Jedi Knight (still needs -windowgui to avoid menu crashing until another fix is found)
PAX IMPERIA - Eminent Domain
Tie Fighter **definite confirm??**
Worms Armageddon
Diablo II **need confirmation on either direct draw or D3D**
Starcraft I
Age of Empires 2
Diablo I **awaiting confirmation**
The Curse of Monkey Island
Can anyone else test/confirm this will work with other older games and how it affects recording software (fraps/camtasia/etc)?
I'll update the list of games that people confirm to work with the fix. If you've used this in the past to fix a game, re-check again before posting so the list stays as accurate as possible.
While trying to get the original Fallout to work in Windows 7, I stumbled across an interesting solution.
Problem:
During cutscenes and other menus the color scheme looks like an acid trip gone horribly wrong (or some developer released a Technicolor yawn upon your screen).
Solution:
Kill explorer.exe before the game is launched. Apparently older games that use DirectDraw are affected by the Windows color scheme that explorer.exe uses. By disabling the Windows GUI the color scheme doesn't get affected while playing the game. Of course this does introduce some other possible issues (some key combos like alt+tab etc don't work properly all the time, don't know of any others at the moment) and I don't know exactly how it will affect programs like Fraps, but at least it's a start.
Make a .bat file for whatever game you're trying to play and paste this into it:
@ECHO OFF
TASKKILL /F /IM explorer.exe
"C:\Program Files\Interplay\Fallout\falloutw.exe"
pause
START C:\Windows\explorer.exe
Here's how it works: The second line kills explorer.exe, and the 3rd line launches the game (this is the .bat I'm using to load Fallout, edit the path to your game). Once the game is launched the script is paused. When you're done playing, just click on the command prompt window and press any key to load explorer again. If you have to load a game in compatibility mode, all the options you choose will still work even with explorer not running.
Tested games: (will be updated as people post)
Descent **definite confirm??**
Fallout (still requires Win98 compat mode)
Jedi Knight (still needs -windowgui to avoid menu crashing until another fix is found)
PAX IMPERIA - Eminent Domain
Tie Fighter **definite confirm??**
Worms Armageddon
Diablo II **need confirmation on either direct draw or D3D**
Starcraft I
Age of Empires 2
Diablo I **awaiting confirmation**
The Curse of Monkey Island
Can anyone else test/confirm this will work with other older games and how it affects recording software (fraps/camtasia/etc)?
Thread title:






