Skip to content

Commit

Permalink
Add new patches for SR2 for both base and TU3 + backport the original…
Browse files Browse the repository at this point in the history
… PR SR1 patches to base
  • Loading branch information
Tervel1337 committed Jan 21, 2025
1 parent 8041454 commit 6d9e883
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 1 deletion.
2 changes: 1 addition & 1 deletion patches/545107D1 - Saints Row (TU1).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hash = [

[[patch]]
name = "Disable Item Glow"
desc = "Gets rid of the glow that is normally applied on drop weapons such as cash and weapons"
desc = "Gets rid of the glow that is normally applied on dropped items such as cash and weapons"
author = "Tervel"
is_enabled = false

Expand Down
38 changes: 38 additions & 0 deletions patches/545107D1 - Saints Row.patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@ title_id = "545107D1" # TQ-2001
hash = "437A5F51A72C9C6A" # default.xex
#media_id = "24367742" # Disc (USA, Europe): http://redump.org/disc/11811

[[patch]]
name = "Enable MP actions in SP"
desc = "Lets you perform the D-pad actions from MP in SP (tauting and healing)"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x8216a2c8
value = 0x60000000
[[patch.be32]]
address = 0x8216a94c
value = 0x60000000
[[patch.be32]]
address = 0x821678c8
value = 0x60000000

[[patch]]
name = "Disable Item Glow"
desc = "Gets rid of the glow that is normally applied on dropped items such as cash and weapons"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x82405520
value = 0x4e800020
[[patch.be8]]
address = 0x827ad06f
value = 0x00

[[patch]]
name = "Disable Aim Assist"
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x82077944
value = 0x60000000

[[patch]]
name = "Enable r_ugly_mode"
desc = "Higher FPS but worse graphics. Might crash when starting a game."
Expand Down
41 changes: 41 additions & 0 deletions patches/545107FC - Saints Row 2 (TU3).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ hash = "9B9E734BA6BDCCD9" # default.xex
# "4E854E4B", Disc (USA, Europe): http://redump.org/disc/14038
#]

[[patch]]
name = "PS3 Button Prompts"
desc = "Swaps out the platform strings to load the PS3 localization (has hardcoded button prompts) and to fool Lua to display PS3 buttons (has hardcoded buttons too)."
author = "Tervel"
is_enabled = false

[[patch.string]]
address = 0x82097240
value = "PS3"
[[patch.be8]]
address = 0x82097243
value = 0x00
[[patch.string]]
address = 0x820984b8
value = "PS3"
[[patch.be8]]
address = 0x820984bb
value = 0x00

[[patch]]
name = "Motion Blur Strength Fix"
desc = "Corrects the motion blur strength so that it is consistent regardless of your framerate."
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x821d4f9c
value = 0x4886804c
[[patch.be32]]
address = 0x82a3cfe8
value = 0x3ec082b6
[[patch.be32]]
address = 0x82a3cfec
value = 0xc2d62370
[[patch.be32]]
address = 0x82a3cff0
value = 0xfc20b090
[[patch.be32]]
address = 0x82a3cff4
value = 0x4b797fac

[[patch]]
name = "Force 720p"
desc = "Makes the game run at 720p instead of the default 640p."
Expand Down
41 changes: 41 additions & 0 deletions patches/545107FC - Saints Row 2.patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,47 @@ hash = "581D207BBF22F59E" # default.xex
# "4E854E4B", Disc (USA, Europe): http://redump.org/disc/14038
#]

[[patch]]
name = "PS3 Button Prompts"
desc = "Swaps out the platform strings to load the PS3 localization (has hardcoded button prompts) and to fool Lua to display PS3 buttons (has hardcoded buttons too)."
author = "Tervel"
is_enabled = false

[[patch.string]]
address = 0x8208d990
value = "PS3"
[[patch.be8]]
address = 0x8208d993
value = 0x00
[[patch.string]]
address = 0x8208eb90
value = "PS3"
[[patch.be8]]
address = 0x8208eb93
value = 0x00

[[patch]]
name = "Motion Blur Strength Fix"
desc = "Corrects the motion blur strength so that it is consistent regardless of your framerate."
author = "Tervel"
is_enabled = false

[[patch.be32]]
address = 0x821d393c
value = 0x48867aac
[[patch.be32]]
address = 0x82a3b3e8
value = 0x3ec082b6
[[patch.be32]]
address = 0x82a3b3ec
value = 0xc2d62330
[[patch.be32]]
address = 0x82a3b3f0
value = 0xfc20b090
[[patch.be32]]
address = 0x82a3b3f4
value = 0x4b79854c

[[patch]]
name = "Force 720p"
desc = "Makes the game run at 720p instead of the default 640p."
Expand Down

0 comments on commit 6d9e883

Please sign in to comment.