My game screen does not extend to the edges of the monitor so I have black areas on both sides of my screen with the game screen taking up approx 2/3 of the center of the screen. Does anyone know how to fix this? I tried deleting the unnamedsoldier config file to start over but didn't help. I just recently installed the game on Windows 7 x64. It's been a while but before I did not have this issue with the same computer and Windows 7 x64. The game screen extended all the way to the edges. I guess the only difference is I have more recent Nvidia drivers. Anyways, thanks for any help...
Whats the native resolution of the screen? If it's not available as a selectible option in the video menu you can set it yourself in your config file. Example: Code: seta r_customheight "1050" //change to your native height seta r_customwidth "1400" // change to your native width seta r_mode "-1"
Thanks! That fixed it. My native resolution... Code: seta r_customheight "1080" seta r_customwidth "1920" seta r_mode "-1"