When launching FA through FAF (as in joining or hosting a game) you need to use your game.prefs file to load what you want.
The simplest way is just to launch FA standalone and configure all your setting through the Options menu and then Exit the game through the main menu (not close the window through the 'X' in the top right corner) so that your changes are saved.
Just in case that does not work...
Open your game.prefs file (default location: C:\Users\*User Name*\AppData\Local\Gas Powered Games\Supreme Commander Forged Alliance)
Find a line that says primary_adapter =
May want to do a Search in Document as it is buried in text. Make sure after the equal sign it says 'windowed',
The line should like this:
- Code: Select all
primary_adapter = 'windowed',
Find the section called Windows = {
It may be near the bottom of the file so scroll down there first.
In there you may see a sub section called Main = { with a few lines as follows (the numbers here are for my setup):
maximized = true,
x = -5,
height = 928,
y = -5,
width = 1330
I trust you can understand where to edit the numbers you want.
Just in case you do not have the Windows = { section. Here is mine so you can just copy, paste it to the end of the game.prefs file, and make any changes you want. Make sure you pay attention to the commas.
- Code: Select all
Windows = {
Log = {
y = 217,
x = 422,
height = 691,
width = 1217
},
Main = {
maximized = true,
x = -5,
height = 928,
y = -5,
width = 1330
}
}