Some of my more favorable windowed mode resolutions are no longer listed with other resolutions since the patch. Is this just circumstantial, or is it the patch?
Going fishing in the many resource files available to Tribes 2, I believe it should be possible to set the resolution directly in configuration files.
I'm not sure if Tribes will reset the value out of its own initiative, but if you find and edit this line (in my case, reflecting a 1440x900 resolution), it should apply. The line for fullscreen or windowed is a few lines up, in my case.
$pref::Video::resolution = "1440 900 32";
[Edit] Suppose I should have remembered to note that this is in [tribes folder]/GameData/base/prefs/ClientPrefs.cs ;D
Comments
I'm not sure if Tribes will reset the value out of its own initiative, but if you find and edit this line (in my case, reflecting a 1440x900 resolution), it should apply. The line for fullscreen or windowed is a few lines up, in my case.
[Edit] Suppose I should have remembered to note that this is in [tribes folder]/GameData/base/prefs/ClientPrefs.cs ;D