View Single Post
  #24  
Old 01-01-2010, 04:51 PM
fengjingyu fengjingyu is offline
Registered Member
 
Join Date: Jan 2010
Posts: 1
Default

I also use the newest nvidia driver 195.81 and got the problem.
My solusion.
When the anti-aliasing option is off:
find "game directory"\data\dafault.ini文件:
find "antialiasing"
change the following lines to:

##################### antialiasing
# antialiasing enable (0 - none, 2 - hardware)
setf ~r_fsaa 0
# render buffer size factor
setf ~r_fsaa_h_sample 2.0
setf ~r_fsaa_v_sample 2.0

When the anti-aliasing option is on:
change the lines in default.ini to:

##################### antialiasing
# antialiasing enable (0 - none, 2 - hardware)
setf ~r_fsaa 0
# render buffer size factor
setf ~r_fsaa_h_sample 0
setf ~r_fsaa_v_sample 0
Then enter the game, and you may find the screen is black. However, you can see the option.
Then go to option to turn off the antialiasing. Exit the game.
Then go to default.ini and change the lines back to:

##################### antialiasing
# antialiasing enable (0 - none, 2 - hardware)
setf ~r_fsaa 0
# render buffer size factor
setf ~r_fsaa_h_sample 2.0
setf ~r_fsaa_v_sample 2.0

Enter the game again and every thing is OK.
Reply With Quote