A lot of people have been stating that they cannot run on a specific resolution in the game despite the fact that they are able to do it in other games.
There is a way to manually force the game to use a custom resolution until you find a way to fix your problem either via graphic card driver update or game update.
The following example applies to the 1366x768 resolution but you can change to any resolution you want as long that you know the aspect ratio of that resolution. Refer to my [How to change the commands to force a different resolution] section.
[How to force custom resolution]
1. Navigate to your steam folder > ...\Steam\userdata\...\22350\local\base
2. Create a new file called :"autoexec.cfg" (note the file extension must be cfg). You can use a normal text editor to create such a file.
3. Paste the following into the file :
seta r_mode "-1"
seta r_fullscreen "1"
seta r_customWidth "1366"
seta r_customHeight "768"
seta r_aspectRatio "-1"
seta r_customAspectRatioH "16"
seta r_customAspectRatioV "9"
4. Close the file and Save it
5. Start Brink
(The commands used are explained in the commands section at the bottom of the post)
You will notice that the game isn't in full screen mode, that's because you are forcing the game to use a resolution that it doesn't support. This is the only way to force a custom resolution. If you actually are back into full screen mode after applying this then you selected a resolution that is already available to you through the In-game settings.
[How to change the commands to force a different resolution]
All you need to know is which resolution you want to enforce and what is the aspect ratio that this resolution uses. Determining the ASPECT RATIO of your custom resolution is crucial!
There are two ways for you to find out the aspect ratio of your custom resolution:
1.Wikipedia link which contains a list of all the common resolutions and it's aspect ratios.
http://en.wikipedia.org/wiki/List_of_common_resolutions
2. Online Aspect ratio calculator : http://www.widescreengamingforum.com/fovcalc.php
Once you have found the aspect ratio just change the following :
seta r_customWidth
seta r_customHeight
seta r_customAspectRatioH
seta r_customAspectRatioV
Example : I would like to enforce 1280x960 resolution. The wikipedia link tells me that the aspect ratio is 4:3 so I would put in the following:
seta r_customWidth "1280"
seta r_customHeight "960"
seta r_customAspectRatioH "4"
seta r_customAspectRatioV "3"
[How to reverse it]
If you want your game to be in full screen mode again you have two ways of doing it, but both ways will loose the custom resolution and the game will set it to the closest one available.
1.) Delete the "autoexec.cfg" file. Start Brink and go in-game > options > video > turn full screen option off and on again then hit apply. This will force the game into full screen mode again.
2.) You can just set the r_mode to the mode that is correlated to your native resolution or the resolution that you want to have. Refer to the List of the r_mode below.
[Commands]
seta r_mode
- r_mode 0: 320x240
- r_mode 1: 400x300
- r_mode 2: 512x384
- r_mode 3: 640x480
- r_mode 4: 800x600
- r_mode 5: 1024x768
- r_mode 6: 1152x864
- r_mode 7: 1280x720
- r_mode 8: 1280x800
- r_mode 9: 1280x1024
- r_mode 10: 1440x900
- r_mode 11: 1600x900
- r_mode 12: 1600x1024
- r_mode 13: 1600x1200
- r_mode 14: 1680x1050
- r_mode 15: 1920x1080
- r_mode 16: 1920x1200
- r_mode 17: 2560x1600
- r_mode 18: 800x500
- r_mode 19: 1024x640
- r_mode 20: 800x450
- r_mode 21: 852x480
- r_mode 22: 1024x576
- r_mode 23: 1360x768
- r_mode 24: 1280x960
- r_mode 25: 1400x1050
- r_mode 26: 2560x1440
Setting it to -1 will force the game to ignore this presets thus allowing you to set your own.
seta r_fullscreen
-default : 1
1 for full screen mode , 0 for windowed.
seta r_customWidth
Set the custom width of the game in pixels.
seta r_customHeight
Set the custom height of the game in pixels.
seta r_aspectRatio
-default : 1
- r_aspectMode 0: 4x3
- r_aspectMode 1: 16x9
- r_aspectMode 2: 16x10
- r_aspectMode 3: 5x4
Setting this to -1 will ignore the aspect ratio option and list all available resolutions under the resolution options in the actual game.
seta r_customAspectRatioH
seta r_customAspectRatioV
Set the Aspect Ratio x:y . This will be ignored by the game if you set the aspectRatio setting to -1 and it will go with the default aspect Ratio per resolution.
I will continue updating this thread with more information, stay tuned.
