Quote:
Originally Posted by Tikigod
Is there a way to play this game in windowed mode by editing a config file? my fullscreen in releaseconfig.xml is "<string name = "Full Screen" value = "No" />" by default....yet I still have trouble alt-tabbing to desktop and doesnt seem to behave like its in windowed mode. I can't seem to find any other files that may relate to this.
|
Editing the .bat file alone will do it.
To run PS in windowed mode:
In the main game folder, open the PacificStorm.bat file in a text editor.
Look for this line:
start sm.exe -f -a MainMenu
Change the "-f" (-f indicates fullscreen) to -w:
start sm.exe -w -a MainMenu
Resave the file.
Remember to change the window size in the game (Options) to something smaller than your monitor size so the window title bar and frame can be seen. You might want to do this first, actually.
TT