From 6f4106de2bcb8e3dea930947c65e9755c7776ce3 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 7 Jul 2019 20:50:38 -0700 Subject: [PATCH] Created Game hacks/mods (markdown) --- Game-hacks-mods.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Game-hacks-mods.md diff --git a/Game-hacks-mods.md b/Game-hacks-mods.md new file mode 100644 index 000000000..44ef7d35e --- /dev/null +++ b/Game-hacks-mods.md @@ -0,0 +1,13 @@ +# Ultrawide (21:9, 32:9, etc) + +**THIS WILL NOT INCREASE RESOLUTION** + +Ultrawide (21:9, 32:9, etc) hacks are possible. This [guide](https://forums.rpcs3.net/thread-199065.html) is for rpcs3, but is applicable to Xenia. + +Some games like Halo 3 have a more convenient method that doesn't require Cheat Engine (recommended to backup default.xex): + +1. Decrypt and decompress default.xex with xextool (game must be extracted first) + +2. Replace all `3F E3 8E 39` in default.xex with the [desired aspect ratio (Formatted Value)](http://www.wsgf.org/article/common-hex-values) in reverse order using a hex editor. For example, `39 8E 63 40` (32:9) would become `40 63 8E 39`* + +*This won't work for all games. The Cheat Engine method has higher compatibility.* \ No newline at end of file