keeps21 Posted July 5, 2009 Report Share Posted July 5, 2009 Like I'm sure alot of you do I run my computer with the screen resolution at 1280x1024, but PF only runs at 1024x768, is there a way to run it at 1280x1024? Cheers Link to comment Share on other sites More sharing options...
The Dude Posted July 5, 2009 Report Share Posted July 5, 2009 Inside the game's root folder is a file called conf.ini. Open it with a PLAIN TEXT editor. Don't open it with MS Word or other fancy WYSIWYG editor or you'll bork the file. Actually, copy and paste it to a safe place before you edit it. With your backup copy safely tucked away, open conf.ini with a text editor like Note Pad. Change the following sections as follows: [window] width=1280 <<=== YOUR SCREEN WIDTH height=1024 <<=== YOUR SCREEN HEIGHT ColourBits=32 DepthBits=24 StencilBits=8 ChangeScreenRes=1 FullScreen=1 DrawIfNotFocused=0 EnableResize=0 EnableClose=1 SaveAspect=0 <<=== MAKE SURE THAT SaveAspect IS SET TO "0" Use3Renders=0[/code] Don't copy my comments into your conf.ini file, those are just to help you change the correct lines. Link to comment Share on other sites More sharing options...
keeps21 Posted July 5, 2009 Author Report Share Posted July 5, 2009 Inside the game's root folder is a file called conf.ini. Open it with a PLAIN TEXT editor. Don't open it with MS Word or other fancy WYSIWYG editor or you'll bork the file. Actually, copy and paste it to a safe place before you edit it. With your backup copy safely tucked away, open conf.ini with a text editor like Note Pad. Change the following sections as follows: [window] width=1280 <<=== YOUR SCREEN WIDTH height=1024 <<=== YOUR SCREEN HEIGHT ColourBits=32 DepthBits=24 StencilBits=8 ChangeScreenRes=1 FullScreen=1 DrawIfNotFocused=0 EnableResize=0 EnableClose=1 SaveAspect=0 <<=== MAKE SURE THAT SaveAspect IS SET TO "0" Use3Renders=0 Don't copy my comments into your conf.ini file, those are just to help you change the correct lines. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts