oldestgregg wrote:
How do you guys find the code to hex edit? Theres a mountain of numbers!
1) Just copy the hex string for 1920x1080: 800700003804
2) Make sure you have it on 64bit up in the top menu bar, it will most likely start on 16bit
3)Hit ctrl+f so the search dialogue pops up; alternatively you can go to the top bar and hit edit, and click on find or search. It will be different depending on what Hex editor you use.Hitting Ctrl+F is the easiest way. That is the search shortcut for almost every word processor, text editor, web browser......... and so on.
4 Make sure you pick Hex string on the search pop up other wise it won't be looking for it. It will be right there under the blank that you paste 800700003804 into.
5) when it brings you to the string put the cursor in front of the first number and just type the new one you need for your resolution. There is no need to delete the string of old numbers, as you type it will replace them. If you delete it you can actually mess up the executable if your not being careful. So again just type and it will replace the numbers .
6) Hit Ctrl+S or go up to the menu and hit save. Bam you're done. Easy peazy lemon squeezy about 30 seconds to have it done.
Correct Hex Strings.
2560x1080: 000A00003804
3440x1440: 700D0000A005
5760x1080: 801600003804
I hope this is clear enough. I just got home after a 16 hour day so I'm a little out of it. It looks clear to me but that might not mean anything.
Hope that does it for you.