Onechanbara Z2: Chaos
Does the game officially support 2560x1600 or 2560x1440 resolution yet?
I refunded it back in the day because it didn't. Considering buying this again if this has been fixed.
< >
Сообщения 11 из 1
I just bought it and it does not officially support anything above 1920x1080 officially but there is a hex edit patch you can do to make it run at higher resolutions here:
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:
Address - current values >> 2560x1440 patch || 3840x2160 patch 0x205513 - 38 04 >> A0 05 || 70 08 0x205D8F - 38 04 >> A0 05 || 70 08 0x206232 - 80 07 >> 00 0A || 00 0F 0x206238 - 38 04 >> A0 05 || 70 08 0x417C06 - 38 04 >> A0 05 || 70 08 0x417BAE - 80 07 >> 00 0A || 00 0F

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.
< >
Сообщения 11 из 1
Показывать на странице: 1530 50