Quote:
Originally Posted by Go4It
I can't remember if SH4 gave me 1280 x 1024 @ 75 hz with my CRT monitor, 'cause if I look in the graphic setting I only get 1280x1024 @ 60 hz for the highest setting with my LCD monitor ( in game ). My Video display is set @ 1280 x 1024 @ 75 hz an the LCD shows it @ 75 hz. If something changed since changing to the LCD is there a way to force 75 hz?
Here's the line from the main.cfg from the doc & settings folder:
Resolution=1280,1024,60,22
Could I change it to:
Resolution=1280,1024,75,22
What does the 22 mean??
|
Yes, you can change it. The worst thing that can happen is that the game will not start, in which case you can change it back to 60.
22 is the internal value (C++ enum) that DirectX uses to identify the color depth of 32 bits.
The game asks DirectX about the supported resolutions of the monitor. If DirectX says it can't start in 1280*1024*75Hz, the option does not appear in the game's menu.