Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
http://forums.guru3d.com/showpost.php?p=5381043&postcount=3670
There are executables linked in the post listed above that will patch the game for you, but I didn't use them I did it by hand with a hex editor.
I run at 2560x1600, but I recommend you do the following before you do the patch (BTW I didn't use the executable files linked in the article I did it by hand with a hex editor)
1) Make a backup of the .exe file
2) Run the game first, set it to 1920x1080 and important FULLSCREEN mode
3) quit the game
4) Hex Edit the .exe file and use the 4K options
when you run the game it'll render out in 4k but scale down to 2560x1600 and it looks good. I tried using the 2560x1440 option and for some reason it didn't look right. Like it was upscaling 1080 to 1440 instead of actually rendering it at 1440 natively.
This will make things a little easier if you want to do it by hand with a hex editor:
Patch Bytes:
In the hex editor select "goto address" and type the first value in the first column. Make sure if there is an option to be in hex address entry mode. Depending on the hex editor it might be a checkbox if not some will let you just type in 0x205513 and it will accept it as hexadecimal. If there is a check box, you check it and then just type in the number without the 0x part.
Then just change the values listed to either the third or forth column values.
For example:
Goto 0x205513 then you look and the two numbers you will see are 38 04
change it to 70 08 for 4K mode or A0 05 if you want to go 1440 mode.
Do this for all the addresses listed above.