Posted September 01, 2010
high rated
I'm not sure if anyone had a problem with this but I'm still going to point it out.
Both games (FE and SE) have very limited resolution support but you can still set it to any resolution you desire. Find the following file:
*\Scripts\PersistentSymbols.ini (* is your First or Second Encounter root directory)
Open it (note: the file will be empty till you have launched up the game for the first time) and find these values:
persistent extern INDEX sam_iScreenSizeI=(INDEX)640;
persistent extern INDEX sam_iScreenSizeJ=(INDEX)480;
You can edit the last numbers to get the desired resolution. To optimize FOV find the following line:
persistent extern user FLOAT plr_fFOV=(FLOAT)90;
90 is the default value, 100 is the best option for 16:10 resolutions, 110 for 16:9 formats.
Save and close. Launch the game and enjoy the higher resolution.
IMPORTANT: The ingame widescreen option should stay disabled. Otherwise the game might not fill the entire screen.
Both games (FE and SE) have very limited resolution support but you can still set it to any resolution you desire. Find the following file:
*\Scripts\PersistentSymbols.ini (* is your First or Second Encounter root directory)
Open it (note: the file will be empty till you have launched up the game for the first time) and find these values:
persistent extern INDEX sam_iScreenSizeI=(INDEX)640;
persistent extern INDEX sam_iScreenSizeJ=(INDEX)480;
You can edit the last numbers to get the desired resolution. To optimize FOV find the following line:
persistent extern user FLOAT plr_fFOV=(FLOAT)90;
90 is the default value, 100 is the best option for 16:10 resolutions, 110 for 16:9 formats.
Save and close. Launch the game and enjoy the higher resolution.
IMPORTANT: The ingame widescreen option should stay disabled. Otherwise the game might not fill the entire screen.
Post edited September 01, 2010 by TParis