Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 28 Mar 2024, 23:09

All times are UTC [ DST ]




Post new topic Reply to topic  [ 110 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 11  Next
Author Message
PostPosted: 03 Mar 2019, 05:39 
Offline

Joined: 15 Jun 2017, 02:56
Posts: 7
jackfuste wrote:
superangrynoob wrote:
Is it possible to show us how you edit the .exe file?

  • Unpack DOA6.exe using - https://github.com/atom0s/Steamless
  • Download x64dbg debugger - https://sourceforge.net/projects/x64dbg/files/snapshots/
  • Run release\x64\x64dbg.exe with Administrator rights
  • Go to Options - Preferences
  • Uncheck "System Breakpoint"; "TLS Callbacks"; "Attach Breakpoint" and save settings
  • File - Open - DOA6.exe
  • Click RMB and select "Search for - Current Module - Constant" - 3FE38E39
  • Change all found values - 3FE38E39 to your aspect ratio value (4017B426 - for 2560x1080; 4018E38E - for 3440x1440 etc...)
  • Click RMB and select "Search for - Current Module - Pattern" - C7 44 24 58 80 07 00 00 C7 44 24 5C 38 04 00 00
  • Change all found values - 780 to the value calculated by this formula: 1080 * ( width / height )
    For example:
    1080 * ( 2560 / 1080 ) = 1080 * 2.37037 = 2560 (dec) = A00 (hex)
    1080 * ( 3440 / 1440 ) = 1080 * 2.38888 = 2580 (dec) = A14 (hex)
  • Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
  • Click RMB on jmp rcx and select "Binary - Fill with NOPs"
  • Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
  • File - Patch file
  • Make copy of DOA6.exe, and select it for patch

Attachment:
DOA6 unpack.jpg
DOA6 unpack.jpg [ 103.01 KiB | Viewed 4596 times ]

Appreciate for your help!!
Is there anything wrong with my unpack processing??? Failed to unpack file...


Top
 Profile  
 


PostPosted: 03 Mar 2019, 15:51 
Offline

Joined: 21 Oct 2018, 16:04
Posts: 8
jackfuste wrote:
superangrynoob wrote:
Is it possible to show us how you edit the .exe file?

  • Unpack DOA6.exe using - https://github.com/atom0s/Steamless
  • Download x64dbg debugger - https://sourceforge.net/projects/x64dbg/files/snapshots/
  • Run release\x64\x64dbg.exe with Administrator rights
  • Go to Options - Preferences
  • Uncheck "System Breakpoint"; "TLS Callbacks"; "Attach Breakpoint" and save settings
  • File - Open - DOA6.exe
  • Click RMB and select "Search for - Current Module - Constant" - 3FE38E39
  • Change all found values - 3FE38E39 to your aspect ratio value (4017B426 - for 2560x1080; 4018E38E - for 3440x1440 etc...)
  • Click RMB and select "Search for - Current Module - Pattern" - C7 44 24 58 80 07 00 00 C7 44 24 5C 38 04 00 00
  • Change all found values - 780 to the value calculated by this formula: 1080 * ( width / height )
    For example:
    1080 * ( 2560 / 1080 ) = 1080 * 2.37037 = 2560 (dec) = A00 (hex)
    1080 * ( 3440 / 1440 ) = 1080 * 2.38888 = 2580 (dec) = A14 (hex)
  • Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
  • Click RMB on jmp rcx and select "Binary - Fill with NOPs"
  • Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
  • File - Patch file
  • Make copy of DOA6.exe, and select it for patch


Thank you, really appreciated!

i am stuck at step one :D


Top
 Profile  
 
PostPosted: 03 Mar 2019, 16:35 
Offline
Insiders
Insiders
User avatar

Joined: 19 Dec 2011, 16:03
Posts: 521
superangrynoob wrote:
Thank you, really appreciated!

i am stuck at step one :D

If you are using a pirated version, then DOA6.exe is already unpacked.


Top
 Profile  
 
PostPosted: 03 Mar 2019, 22:42 
Offline

Joined: 03 Mar 2019, 22:38
Posts: 2
this file didn't work for me, any idea what may be the cause? I'm on 2560*1080 and i tried to replace the file in the game directory. I'm on steam version.


Top
 Profile  
 
PostPosted: 04 Mar 2019, 08:10 
Offline

Joined: 04 Mar 2019, 07:49
Posts: 2
jackfuste wrote:
superangrynoob wrote:
Is it possible to show us how you edit the .exe file?

  • Unpack DOA6.exe using - https://github.com/atom0s/Steamless
  • Download x64dbg debugger - https://sourceforge.net/projects/x64dbg/files/snapshots/
  • Run release\x64\x64dbg.exe with Administrator rights
  • Go to Options - Preferences
  • Uncheck "System Breakpoint"; "TLS Callbacks"; "Attach Breakpoint" and save settings
  • File - Open - DOA6.exe
  • Click RMB and select "Search for - Current Module - Constant" - 3FE38E39
  • Change all found values - 3FE38E39 to your aspect ratio value (4017B426 - for 2560x1080; 4018E38E - for 3440x1440 etc...)
  • Click RMB and select "Search for - Current Module - Pattern" - C7 44 24 58 80 07 00 00 C7 44 24 5C 38 04 00 00
  • Change all found values - 780 to the value calculated by this formula: 1080 * ( width / height )
    For example:
    1080 * ( 2560 / 1080 ) = 1080 * 2.37037 = 2560 (dec) = A00 (hex)
    1080 * ( 3440 / 1440 ) = 1080 * 2.38888 = 2580 (dec) = A14 (hex)
  • Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
  • Click RMB on jmp rcx and select "Binary - Fill with NOPs"
  • Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
  • File - Patch file
  • Make copy of DOA6.exe, and select it for patch



Thank you, It's work

Image


Top
 Profile  
 
PostPosted: 04 Mar 2019, 13:58 
Offline

Joined: 15 Jun 2017, 02:56
Posts: 7
jackfuste wrote:
superangrynoob wrote:
Thank you, really appreciated!

i am stuck at step one :D

If you are using a pirated version, then DOA6.exe is already unpacked.

Attachment:
20190304204043_1.jpg
20190304204043_1.jpg [ 1.6 MiB | Viewed 4524 times ]

Thank you so much, im done! Perfect for my DCI 4K.


Top
 Profile  
 
PostPosted: 04 Mar 2019, 15:50 
Offline

Joined: 24 Oct 2018, 12:05
Posts: 8
[*]Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
[*]Click RMB on jmp rcx and select "Binary - Fill with NOPs"
[*]Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
[*]File - Patch file
[*]Make copy of DOA6.exe, and select it for patch[/list][/quote]

hi,i can't find the value 320 or 1C2 when i select Binary-fill with nops...

just a size blank..

sorry for my bad engilsh...


Top
 Profile  
 
PostPosted: 04 Mar 2019, 16:57 
Offline

Joined: 14 Dec 2018, 21:03
Posts: 7
Needs an update. Here's a new .exe!


Top
 Profile  
 
PostPosted: 05 Mar 2019, 03:10 
Offline

Joined: 15 Jun 2017, 02:56
Posts: 7
conon wrote:
[*]Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
[*]Click RMB on jmp rcx and select "Binary - Fill with NOPs"
[*]Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
[*]File - Patch file
[*]Make copy of DOA6.exe, and select it for patch[/list]


Skip the step "select "Binary - Fill with NOPs". Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...) directly! This method works on my pirate version. Good luck.


Top
 Profile  
 
PostPosted: 05 Mar 2019, 05:58 
Offline

Joined: 24 Oct 2018, 12:05
Posts: 8
DevilAnGeL wrote:
conon wrote:
[*]Click RMB and select "Search for - Current Module - Pattern" - FF E1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 44 24 30 20 03 00 00 C7 44 24 34 C2 01 00 00
[*]Click RMB on jmp rcx and select "Binary - Fill with NOPs"
[*]Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...)
[*]File - Patch file
[*]Make copy of DOA6.exe, and select it for patch[/list]


Skip the step "select "Binary - Fill with NOPs". Change - 320 and 1C2 to your resolution value (A00 and 438 - for 2560x1080; D70 and 5A0 - for 3440x1440 etc...) directly! This method works on my pirate version. Good luck.


so u means just find jmp rcx and than look for the value "320 and 1C2"?

i find this two value at the same page,

anyway i will have a try, thx bro.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 110 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group