Jump to content

Inverted screen


Recommended Posts

Hi

I've been playing CMx for a long time under MacOS smile.gif

As a Mac user (MacbookPro) I switched to Mindows (arghh) using Bootcamp, and I felt happy to play TOW.

Unfortunately, the game display is inverted (not very easy to fit with) :(

Video card: ATI Radeon X1600

DirectX9, Bootcamp complements installed and so on.

Any solution?

Don't answer "use Parallels!", I tried :(

Thanks for helping me

Link to comment
Share on other sites

Problem already fixed smile.gif

In the game installation folder, find the file ww.ini. Open it with any text editor (notepad will do).

Find the following line in this file:

window=(changeScreenRes=true,colourBits=32,depthBits=24,drawIfNotFocused=false,enableClose=false,enableResize=false,fullScreen=true,height=768,stencilBits=8,width=1024,posx=0,posy= 0)

Change values changeScreenRes and fullScreen in it like this:

window=(changeScreenRes=false,colourBits=32,depthBits=24,drawIfNotFocused=false,enableClose=false,enableResize=false,fullScreen=false,height=768,stencilBits=8,width=1024,posx=0,pos y=0)

You can also try to use only one value, changeScreenRes, set to false.

Be careful to leave this line as single... do not accidentally split it in two.

Thanks to Anka and Sio for this suggestion.

Link to comment
Share on other sites

×
×
  • Create New...