Forged Alliance Forever Forged Alliance Forever Forums 2013-12-16T06:04:05+02:00 /feed.php?f=26&t=5556 2013-12-16T06:04:05+02:00 2013-12-16T06:04:05+02:00 /viewtopic.php?t=5556&p=59561#p59561 <![CDATA[Re: Game prefs problem again]]> The Game.pref returns by default if something not written correctly.

bad mod ?

Statistics: Posted by Xinnony — 16 Dec 2013, 06:04


]]>
2013-10-18T13:05:00+02:00 2013-10-18T13:05:00+02:00 /viewtopic.php?t=5556&p=56129#p56129 <![CDATA[Re: Game prefs problem again]]> Statistics: Posted by Ze_PilOt — 18 Oct 2013, 13:05


]]>
2013-10-18T11:03:09+02:00 2013-10-18T11:03:09+02:00 /viewtopic.php?t=5556&p=56125#p56125 <![CDATA[Re: Game prefs problem again]]> Statistics: Posted by TheCuckoo — 18 Oct 2013, 11:03


]]>
2013-10-17T21:33:32+02:00 2013-10-17T21:33:32+02:00 /viewtopic.php?t=5556&p=56083#p56083 <![CDATA[Re: Game prefs problem again]]>
Code:
default = '1024,768,60',


to

Code:
default = '1920,1080,60',

Statistics: Posted by Ze_PilOt — 17 Oct 2013, 21:33


]]>
2013-10-17T20:42:59+02:00 2013-10-17T20:42:59+02:00 /viewtopic.php?t=5556&p=56076#p56076 <![CDATA[Re: Game prefs problem again]]>
Von_Ribbentrop wrote:
TheCuckoo wrote:Hi,

The problem I had before seems to be back:

viewtopic.php?f=3&t=5492

When I try to join a game or load a replay, the loading screen comes up and I see the loading cursor on my mouse. Then the screen resolution changes to something higher, the window minimizes and I don't reach the lobby/game. When I click on the minimised Icon, a blank screen comes up for a moment, and then minimizes again.

Only this time, deleting the prefs file makes no difference. I can't understand why this problem has suddenly materialised after working fine for ages. Here's a copy of the info in my game.prefs, if that is relevant.

Thanks for help.


Hi Cuckoo

Something doesn't like the screen resolution the game is entering into. Have you altered the pre-set resolutions possible on the graphics card or tv/monitor? If you have this would cause your problems and also knacker your tv/monitor after a few months of playing in non-native resolutions.

Is it a cutting edge card? If it is the card might not like the low resolutions the game likes to run in. It might not be capable of operating in anything less than HD.

VR


Hi Von,

It's an NVIDIA Quadro 2000M for my Lenovo Laptop.

The strange thing is it was working fine for ages, then it suddenly started doing this. I had a feeling it was something to do with the screen resolution changing. I'm not very tech savvy though, and couldn't tell you if it is meant to only operate in HD.

Statistics: Posted by TheCuckoo — 17 Oct 2013, 20:42


]]>
2013-10-17T20:40:18+02:00 2013-10-17T20:40:18+02:00 /viewtopic.php?t=5556&p=56075#p56075 <![CDATA[Re: Game prefs problem again]]>
Ze_PilOt wrote:
What is the resolution of your desktop?


Hi Ze, it's 1920 x 1080.

Statistics: Posted by TheCuckoo — 17 Oct 2013, 20:40


]]>
2013-10-17T20:00:00+02:00 2013-10-17T20:00:00+02:00 /viewtopic.php?t=5556&p=56070#p56070 <![CDATA[Re: Game prefs problem again]]> Statistics: Posted by Ze_PilOt — 17 Oct 2013, 20:00


]]>
2013-10-17T19:49:51+02:00 2013-10-17T19:49:51+02:00 /viewtopic.php?t=5556&p=56069#p56069 <![CDATA[Re: Game prefs problem again]]>
TheCuckoo wrote:
Hi,

The problem I had before seems to be back:

viewtopic.php?f=3&t=5492

When I try to join a game or load a replay, the loading screen comes up and I see the loading cursor on my mouse. Then the screen resolution changes to something higher, the window minimizes and I don't reach the lobby/game. When I click on the minimised Icon, a blank screen comes up for a moment, and then minimizes again.

Only this time, deleting the prefs file makes no difference. I can't understand why this problem has suddenly materialised after working fine for ages. Here's a copy of the info in my game.prefs, if that is relevant.

Thanks for help.


Hi Cuckoo

Something doesn't like the screen resolution the game is entering into. Have you altered the pre-set resolutions possible on the graphics card or tv/monitor? If you have this would cause your problems and also knacker your tv/monitor after a few months of playing in non-native resolutions.

Is it a cutting edge card? If it is the card might not like the low resolutions the game likes to run in. It might not be capable of operating in anything less than HD.

VR

Statistics: Posted by Von_Ribbentrop — 17 Oct 2013, 19:49


]]>
2013-10-16T23:23:30+02:00 2013-10-16T23:23:30+02:00 /viewtopic.php?t=5556&p=56041#p56041 <![CDATA[Game prefs problem again]]>
The problem I had before seems to be back:

viewtopic.php?f=3&t=5492

When I try to join a game or load a replay, the loading screen comes up and I see the loading cursor on my mouse. Then the screen resolution changes to something higher, the window minimizes and I don't reach the lobby/game. When I click on the minimised Icon, a blank screen comes up for a moment, and then minimizes again.

Only this time, deleting the prefs file makes no difference. I can't understand why this problem has suddenly materialised after working fine for ages. Here's a copy of the info in my game.prefs, if that is relevant.

Code:
options_overrides = {
    fidelity = {
        default = 1,
        custom = {
            states = {
                {
                    text = '<LOC _Low>',
                    key = 0
                },
                {
                    text = '<LOC _Medium>',
                    key = 1
                },
                {
                    text = '<LOC _High>',
                    key = 2
                }
            }
        }
    },
    secondary_adapter = {
        default = 'disabled',
        custom = {
            states = {
                {
                    text = '<LOC _Disabled>',
                    key = 'disabled'
                }
            }
        }
    },
    fidelity_presets = {
        default = 1,
        custom = {
            states = {
                {
                    text = '<LOC _Low>',
                    key = 0
                },
                {
                    text = '<LOC _Medium>',
                    key = 1
                },
                {
                    text = '<LOC _High>',
                    key = 2
                },
                {
                    text = '<LOC _Custom>',
                    key = 4
                }
            }
        }
    },
    antialiasing = {
        default = 0,
        custom = {
            states = {
                {
                    text = '<LOC OPTIONS_0029>Off',
                    key = 0
                },
                {
                    text = '2',
                    key = 64
                },
                {
                    text = '4',
                    key = 128
                },
                {
                    text = '8',
                    key = 130
                },
                {
                    text = '8Q',
                    key = 256
                },
                {
                    text = '16',
                    key = 132
                },
                {
                    text = '16Q',
                    key = 258
                }
            }
        }
    },
    primary_adapter = {
        default = '1024,768,60',
        custom = {
            states = {
                {
                    text = '<LOC OPTIONS_0070>Windowed',
                    key = 'windowed'
                },
                {
                    text = '1024x768(50)',
                    key = '1024,768,50'
                },
                {
                    text = '1024x768(60)',
                    key = '1024,768,60'
                },
                {
                    text = '1280x768(50)',
                    key = '1280,768,50'
                },
                {
                    text = '1280x768(60)',
                    key = '1280,768,60'
                },
                {
                    text = '1280x800(50)',
                    key = '1280,800,50'
                },
                {
                    text = '1280x800(60)',
                    key = '1280,800,60'
                },
                {
                    text = '1280x1024(50)',
                    key = '1280,1024,50'
                },
                {
                    text = '1280x1024(60)',
                    key = '1280,1024,60'
                },
                {
                    text = '1360x768(50)',
                    key = '1360,768,50'
                },
                {
                    text = '1360x768(60)',
                    key = '1360,768,60'
                },
                {
                    text = '1366x768(50)',
                    key = '1366,768,50'
                },
                {
                    text = '1366x768(60)',
                    key = '1366,768,60'
                },
                {
                    text = '1400x1050(50)',
                    key = '1400,1050,50'
                },
                {
                    text = '1400x1050(60)',
                    key = '1400,1050,60'
                },
                {
                    text = '1440x900(50)',
                    key = '1440,900,50'
                },
                {
                    text = '1440x900(60)',
                    key = '1440,900,60'
                },
                {
                    text = '1600x900(50)',
                    key = '1600,900,50'
                },
                {
                    text = '1600x900(60)',
                    key = '1600,900,60'
                },
                {
                    text = '1680x1050(50)',
                    key = '1680,1050,50'
                },
                {
                    text = '1680x1050(60)',
                    key = '1680,1050,60'
                },
                {
                    text = '1920x1080(50)',
                    key = '1920,1080,50'
                },
                {
                    text = '1920x1080(60)',
                    key = '1920,1080,60'
                }
            }
        }
    },
    shadow_quality = {
        default = 1,
        custom = {
            states = {
                {
                    text = '<LOC _Off>',
                    key = 0
                },
                {
                    text = '<LOC _Low>',
                    key = 1
                },
                {
                    text = '<LOC _Medium>',
                    key = 2
                },
                {
                    text = '<LOC _High>',
                    key = 3
                }
            }
        }
    }
}
version = {
    major = 1
}


Thanks for help.

Statistics: Posted by TheCuckoo — 16 Oct 2013, 23:23


]]>