Age of Empires 2 on Windows 7 has color issues

Anonymous
2009-05-15T17:57:15+00:00

Hello, i want to run Age of Empires 2 on my Windows 7 rc computer. But there are color issuse when i run it, the grass aren't green and the water isent blue. How should i do to fix this? I have try to run it complatify with windows xp service pack 2, and installd some driexct 9 drivers. but not result to better colors. I hope someone have a good answer, because i love this game.


Frozzare, Scout in Sweden

Windows for home | Previous Windows versions | Gaming

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-05-29T12:28:55+00:00

Go into task manager select the processes tab and end explorer.exe then alt-tab back into age of empires

Note: this will make your task bar disapear and any open folders

To restart explorer open the task manager agian in the aplications tab hit new task and type explorer in the box

The colours change because of the Aero theme's poor handling of colours

Edit:

You can also make a batch file with the following lines and place it in the same location as your age of empires 2 executable

taskkill /F /IM Explorer.exe

age2_x1.exe

Start explorer.exe

Was this answer helpful?

200+ people found this answer helpful.
0 comments No comments

201 additional answers

Sort by: Oldest
  1. Anonymous
    2009-08-25T10:10:13+00:00

    thank you, been looking for this!

    working like a charm!

    EDIT:

    when you have age of empires the age of kings (not the conquerors), you make this batch file:

    taskkill /F /IM Explorer.exe

    empires2.exe

    Start explorer.exe

    put it in the same directory as empires2.exe, and off you go!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2009-10-11T19:11:35+00:00

    Believe it or not, another way of avoiding the messed up colors, is to open the resolution changer window before starting the game... Yep, works.

    Don't ask me, ask the geniuses at Redmond

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2009-10-30T00:39:37+00:00

    Believe it or not, another way of avoiding the messed up colors, is to open the resolution changer window before starting the game... Yep, works.

    Don't ask me, ask the geniuses at Redmond

    Sorry, I didn't believe it, but YES-YES-YES... it works! Thank you very much for this "simple" solution. greetz from southern germany :-)

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2009-11-01T17:08:03+00:00

    Ok After trying go get several methods to work, I found the right way to do this.  I used the batch file method which automatically turns off the explorer when the game launches.  HOWEVER, the instructions are lacking and partially incorrect.  Below will give the exact instructions for making the correct file.

    Start Button --> Run --> Type "notepad" ---> OK

    Note: If you cant find the Run button, right click on the start button --> Properties --> Start Menu tab --> Customize... button --> Scroll 3/4 down and check the box that says "Run Command".  The Run button will now be in the start menu.

    In the notepad, copy and paste the following lines into the notepad:

    taskkill /F /IM Explorer.exe

    age2_x1.exe

    Start explorer.exe

    Go to File --> Save As

    File Name: age2.bat

    Save as type: All Files (VERY IMPORTANT THAT YOU SELECT THIS, OR IT WILL BE SAVED AS A TEXT FILE)

    Place the file in this directory:

    C:\Program Files\Microsoft Games\Age of Empires II\age2_x1

    Make sure the age2_x1 file is in this directory as well.  It should be there already from installing the game.

    You are done.  When the game launches, your explorer will close and the colors in game will be fine.  Once the game closes, explorer will come back online.  Hope this is easy for everyone to understand.

    Was this answer helpful?

    0 comments No comments