Skip to content

Instantly share code, notes, and snippets.

@bgK
Created January 29, 2011 09:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bgK/801718 to your computer and use it in GitHub Desktop.
Save bgK/801718 to your computer and use it in GitHub Desktop.
Windowed mode patch for Myst Masterpiece Edition
# Allow moving the window
00029FEA: 0F E9
00029FEB: 85 1B
00029FEC: 1A 03
00029FED: 03 00
# Prevent the window from maximising by itself
0002A028: E5 DE
0002A029: 00 02
# Non-exclusive DDraw init
00057C89: 11 08
# Don't go 640x480
00057CA0: 75 EB
00057CA1: 6A 48
This patch works for sure with the GOG.com version of Myst ME. Probably with others too.
@AntJanus
Copy link

AntJanus commented Jun 6, 2017

@bgK I'm a complete Hex editor noob. How do you apply this patch? I'm looking at Myst.exe in my Hex editor and can't find any of those locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment