View Single Post
  #3  
Old 10-14-2010, 03:25 PM
GemCollins GemCollins is offline
Registered Member
 
Join Date: Oct 2010
Posts: 10
Default

Hey Cromwell,
Your monitor is clearly stating the computer is broadcasting a resolution it can't handle.
Now I'm no expert with this engine or something, but you could try and check out: C:\Documents and Settings\<YOURUSERNAME>\My Documents\My Games\men of war\profiles\player\options.set



Open the file with notepad, the first four lines of this configuration file should be:


Code:
{options
    {video
        {resolution
            {mode desktop}
        }
.. if not, copy them. This sets the games' resolution as the one your desktop is using, to avoid conflicts with your monitors' native resolution.


Following lines should be:

Code:
{antialiasing none}
        {vertical_sync 0}
        {detail detail_high}
        {shadow cross_filter_shadowmap}
Don't copy these settings! They're just the lines which should follow up after the first four copied lines (parameters don't have to be the same, although disabling vertical sync might resolve your problem).

Good luck!

Last edited by GemCollins; 10-14-2010 at 03:34 PM.
Reply With Quote