New monitpr and game crashes now
-
jackcr
- Posts: 93
- Joined: 2010-07-03 04:35
New monitpr and game crashes now
I just purchased a new monitor and the game now crashes. I press on the short cut and the game starts for about 2 seconds and right where the PR logo fly's in it crashes to desktop and i see nothing of the game. I have tried to take my computer back to a time where I know it was all good, I use a backup program called acronis, but still the game crashes. This new monitor has a Resolution of 1920 x 1080 where as the other monitor was 1900 x 1200 The new monitor is also equipped to play 3d. Do you think it's the monitor that isn't compatible with this game or what? Monitor is an Asus and if it is a comparability issue then i fear this game will lose alot of people as this is a very popular monitor among the gaming community.
- Daniel
- Posts: 2225
- Joined: 2010-04-15 16:28
- Contact:
Re: New monitpr and game crashes now
OF COURSE all monitors are compatible. You just have to go to the directory (user/xxx/documents/bf2) and check the resolution and refreasherate in the Video.con files in the profiles- direcories (0001,0002,...).
Good luck!
Good luck!
-
MaSSive
- Posts: 4502
- Joined: 2011-02-19 15:02
Re: New monitpr and game crashes now
It might be refresh rate and rsolution...go to "C:\Users\XXX\Documents\Battlefield 2\Profiles\NNNN\ and look for a file Video.con
It should look like this
Change the line "VideoSettings.setResolution" to 800x600@60Hz so it looks lik this
If that wont work see whats the refresh rate of your new monitor and set @ NNHz accordingly.
It should look like this
Code: Select all
VideoSettings.setTerrainQuality 3
VideoSettings.setGeometryQuality 3
VideoSettings.setLightingQuality 2
VideoSettings.setDynamicLightingQuality 2
VideoSettings.setDynamicShadowsQuality 2
VideoSettings.setEffectsQuality 3
VideoSettings.setTextureQuality 3
VideoSettings.setTextureFilteringQuality 3
VideoSettings.setResolution 1440x900@60Hz
VideoSettings.setAntialiasing 4Samples
VideoSettings.setViewDistanceScale 1
VideoSettings.setVideoOptionScheme 3Code: Select all
VideoSettings.setTerrainQuality 3
VideoSettings.setGeometryQuality 3
VideoSettings.setLightingQuality 2
VideoSettings.setDynamicLightingQuality 2
VideoSettings.setDynamicShadowsQuality 2
VideoSettings.setEffectsQuality 3
VideoSettings.setTextureQuality 3
VideoSettings.setTextureFilteringQuality 3
VideoSettings.setResolution 800x600@60Hz
VideoSettings.setAntialiasing 4Samples
VideoSettings.setViewDistanceScale 1
VideoSettings.setVideoOptionScheme 3-
Valleyforge3946
- Posts: 210
- Joined: 2009-12-09 18:53


