From 3005703fe08d6c72d0ebeca837982b69b5cdfedc Mon Sep 17 00:00:00 2001 From: Clippy95 Date: Sat, 7 Dec 2024 19:47:40 +0300 Subject: [PATCH] Unlock all cheats patch for SR1 --- .../545107D1 - Saints Row (TU1).patch.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/patches/545107D1 - Saints Row (TU1).patch.toml b/patches/545107D1 - Saints Row (TU1).patch.toml index 99de2c6e..dc835203 100644 --- a/patches/545107D1 - Saints Row (TU1).patch.toml +++ b/patches/545107D1 - Saints Row (TU1).patch.toml @@ -69,6 +69,25 @@ hash = [ address = 0x835f4c3e value = 0x01 +[[patch]] + name = "Unlock All Cheats" + desc = "Replaces Chicken Ned phone number with 1337, and unlocks all cheats when calling him." + author = "Clippy95" + is_enabled = false + + [[patch.array]] + address = 0x82063d70 + value = "0x31333337000000" # 1337 + [[patch.be32]] + address = 0x822e6ab0 + value = 0x3c608204 # lis r3, 0x8204 + [[patch.be32]] + address = 0x822e6ab4 + value = 0x6063e528 # addi r3, r3, 0xE528 "cheats_unlock_all" + [[patch.be32]] + address = 0x822e6ab8 + value = 0x48356058 # call console command + [[patch]] name = "Aspect Ratio" desc = "To get proper Aspect Ratio FOV = Default * (Width/Height) / (16/9)"