For all those people requesting other resolutions
It's not that hard to make your own resolution if you know something about decimal and hex values
so if you already have some background info about that i'm sure you can do this by yourself
use this free hex editor
Code:
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download
just open R6gameconfig.bin with it
use this to change decimal to hex and vice versa
Code:
http://www.afineride.com/dechex.html
now for example i have a friend who needs a 1400*1050 res
i started with my config which is 1440*900 (i've downloaded this from wgsgf)
1440 in hex is 05 A0, so in the hex editor search for A0 05( you have to switch them, has something to do with big or little endian)
so now we have to look for the hex of 1400...
1400 in hex is 05 78, switch it, then it is 78 05
so to change the wide resolution from 1440 to 1400 al you have to do is change the value A0 05 to 78 05
and to change 900 to 1050, you have to change
84 03 to 1A 04
That's it
Greetz
Kweker
Note: I've used my config which was 1440*900, so if you dont find 05 A0 in your R6gameconfig.bin it is because you do not have this
Use at your own risk, be sure you know what you do!
Thank you for this post. I asked MadMos5y to make a custom res of 1368x768, but he must be flooded with requests. I couldn't wait, so I used this post and the Hex Editor to make my 1368x768 res for my 1366x768 HDTV. I am now one happy camper. :D
No more 6 pixel black bar on the side of my screen, like with the 1360x768 res. :wink: