Skip to content

Instantly share code, notes, and snippets.

@Geograph-us
Last active May 17, 2021 11:36
Show Gist options
  • Save Geograph-us/c97fb79118893240653c6212929c49b8 to your computer and use it in GitHub Desktop.
Save Geograph-us/c97fb79118893240653c6212929c49b8 to your computer and use it in GitHub Desktop.
"My Memory of Us" 21:9 UltraWide Screen Fix

"My Memory of Us" 21:9 UltraWide Screen Fix

Using any HEX-Editor (for example HxD) open a file: "My Memory of Us\mmou_Data\Managed\Assembly-CSharp.dll"

Find HEX-bytes: 39 8E E3 3F. There are 24 matches in the file

Need to replace matches #10 and #19 at addresses 0x0003B01F and 0x00050CF2

Replace with bytes depending on the resolution:
26 B4 17 40 for 21:9 (2560x1080)
8E E3 18 40 for 21:9 (3440x1440)
9A 99 19 40 for 21:9 (3840x1600)

Before fix Before fix

After fix After fix

Additional Information

  • Black bars will still remain on cutscenes video and in the main menu.
  • Remember to make a backup copy of the DLL-file before editing
  • If you need change to a different resolution, you can find it here https://www.wsgf.org/article/common-hex-values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment